Page 1 of 1

Bug in Modification system[vqmod/ocmod]

Posted: Mon Jun 22, 2015 1:11 pm
by kirra2
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

Code: Select all

<?php include('catalog/view/theme/'.$config->get('config_template').'/template/themeglobal/product_grid.tpl'); ?>
I need to replace some text i.e. "Add to cart" to "Buy Now" but its not working for that particular file only.

Re: Bug in Modification system[vqmod/ocmod]

Posted: Mon Jun 22, 2015 5:55 pm
by qahar
I answer similiar question few days ago.