Bug in Modification system[vqmod/ocmod]
Posted: Mon Jun 22, 2015 1:11 pm
vqmod/ocmod replace dont work when a template view is included in another template view
for example, in opencart 2.0.3.1 "product_grid.tpl" is included in "category.tpl" using
I need to replace some text i.e. "Add to cart" to "Buy Now" but its not working for that particular file only.
for example, in opencart 2.0.3.1 "product_grid.tpl" is included in "category.tpl" using
Code: Select all
<?php include('catalog/view/theme/'.$config->get('config_template').'/template/themeglobal/product_grid.tpl'); ?>