I have created a clone of the Product Type Musical, and it all seems to be working fine EXCEPT:
my tpl_product_handlername_info_display.php is being executed OK.
To display the product attributes, I want a different tpl file to be used. I have changed the attribute require in the above file to be:
require($template->get_template_dir('/tpl_modules_handlername_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_handlername_attributes.php'); ?>
but it only executes tpl_modules_attributes.php.
Where is tpl_module_attributes called from?
I know that it's executing my info_display, because if I add 'x' to the line before the require, it crashes. However, I can put require('x'), and it does not complain. I don't understand![]()



