product display tpl file
hi,
i am a starter when it comes to Drupal Commerce, but been around Drupal for quite some time.
I started with a commerce kickstart, but i have been fighting with theming the product displays.
for some reason, my tpl file is not used.
i am using this file:
/sites/all/themes/custom/commerce_kickstart/templates/node--product_display.tpl.php
can anyone tell me what i am doing wrong here?
thx
lajfi
Comments
Try this:
Try this:
/sites/all/themes/yourtheme/templates/node--product--type.tpl.php
How this works when different
How this works when different variation types exists?
Can I have a template for each variation type?
Is there a documentation for advanced templating?
Thank's for all.
CK 7.x-2.3 Addresses This
Great question! This was addressed in yesterday's release of Commerce Kickstart 7.x-2.3.
See: http://drupal.org/node/1917512 and http://drupal.org/node/1911600