Im trying to get the Details from product.tpl to display next to each product on the products.tpl page.
I tried adding the following but with little success:
Code:
{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl"}
{/if}
So I modified it to something like this:
Code:
{if $active_modules.Extra_Fields ne ""}
{include file="modules/Extra_Fields/product.tpl" productid=$products[product].productid product=$products[product].product}
{/if}
But that didnt work as I expected. I understand I probably just need to pass the product id or information but am not skilled enough to figure it out on my own.
So in summary, where you see the list of products you see a short summary, a retail price and etcetera - I would also like to display the extra fields as shown on the product.tpl page.
Anyone know how ?
Thanks much !
Shimone