custom the display of my product
hie
i try to custom the display of my product (list and detailled product)
http://www.destock-marques.fr/
i understand that i must create a php file that replace node.tpl.php file;
how can i do
best regard
philippe
Comments
Assuming you are using
Assuming you are using Kickstart your template should be titled like this node--product_display.tpl where product display is the name of your product display. If you have multiple displays you could create one for each. Drop this template in themes template folder and flush the cache.
node--product_display.tpl should be a copy of node--product--type.tpl.php in profiles/commerce_kickstart/modules/commerce_kickstart_product_ui/theme.
Devel and Devel Themer modules are your friends here