// broken due to merge
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10384 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -251,7 +251,7 @@ class ProductControllerCore extends FrontController
|
||||
'ecotax_tax_exc' => Tools::ps_round($this->product->ecotax, 2),
|
||||
'ecotaxTax_rate' => $ecotax_rate,
|
||||
'productPriceWithoutEcoTax' => (float)$product_price_without_eco_tax,
|
||||
'group_reduction' => (1 - $group_reduction),,
|
||||
'group_reduction' => (1 - $group_reduction),
|
||||
'no_tax' => Tax::excludeTaxeOption() || !$this->product->getTaxesRate($address),
|
||||
'ecotax' => (!count($this->errors) && $this->product->ecotax > 0 ? Tools::convertPrice((float)$this->product->ecotax) : 0),
|
||||
'tax_enabled' => Configuration::get('PS_TAX')
|
||||
|
||||
@@ -55,11 +55,11 @@ class BlockSearch extends Module
|
||||
{
|
||||
if (Configuration::get('PS_SEARCH_AJAX'))
|
||||
{
|
||||
Tools::addCSS(_PS_CSS_DIR_.'jquery.autocomplete.css');
|
||||
Tools::addJS(_PS_JS_DIR_.'jquery/jquery.autocomplete.js');
|
||||
$this->context->controller->addCSS(_PS_CSS_DIR_.'jquery.autocomplete.css');
|
||||
$this->context->controller->addJS(_PS_JS_DIR_.'jquery/jquery.autocomplete.js');
|
||||
}
|
||||
Tools::addCSS(_THEME_CSS_DIR_.'product_list.css');
|
||||
Tools::addCSS(($this->_path).'blocksearch.css', 'all');
|
||||
$this->context->controller->addCSS(_THEME_CSS_DIR_.'product_list.css');
|
||||
$this->context->controller->addCSS(($this->_path).'blocksearch.css', 'all');
|
||||
}
|
||||
|
||||
public function hookLeftColumn($params)
|
||||
@@ -95,3 +95,4 @@ class BlockSearch extends Module
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user