I noticed a few theme makers are splitting off the options and other bits into separate tpl files. Then using include/require to include them into the overall page. This is fine but may I ask for a slight change.
The method you use to include them is:
This causes problems for vQmod scripts that need to alter parts of the page because it uses a relative path to the product.tpl file instead of a relative path to the controller.
please instead use:
Code: Select all
require 'catalog/view/theme/<themename>/template/product/product_options.tpl'
This will resolve the issues.
Current known themes with this issue: shoppica and two other ones I've run into (i forget the names)