To enable it, please, follow these steps:
- Download the file attached to this article (
zzzz_omf_custom_patches.xml
) and open it in a text editor (e.g. SublimeText) - Open the file
/vqmod/xml/options_price_update_redux.xml
in the text editor - At the beginning of
options_price_update_redux.xml
you will see the line where it says:<file name="catalog/view/theme/*/template/product/product.tpl">
- Copy everything from this line up until first line that says
</file>
. Your selection has to look like this:
<file name="catalog/view/theme/*/template/product/product.tpl">
text text text text
text text text text
text text text text
text text text text
</file> - Paste the copied text in
zzzz_omf_custom_patches.xml
after the line where it says<!-- Paste your patch after this line -->
- After pasting, change “
product.tpl
” to “product_mobile.tpl
” like this:<file name="catalog/view/theme/*/template/product/product_mobile.tpl">
- Save
zzzz_omf_custom_patches.xml
and upload it to the/vqmod/xml
directory on your server.
!Note: Don't make any changes to the options_price_update_redux.xml
file.
0 Comments