Product Details Template

How do I modify the product details template, I want to modify it so where it says the vendor name to have this as a link to all the products this vendor sells. I couldn’t find where this was located to do so.



Thanks

It is the “product_company_data.tpl” file located in the “skins/[CUSTOMER_ACTIVE_SKIN]/customer/views/companies/components” directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront.

Great thankyou for this, any idea how I might code this in so it builds the link automatically?



Thankyou

[quote name=‘elogic’]Great thankyou for this, any idea how I might code this in so it builds the link automatically?



Thankyou[/QUOTE]



I can give you an idea. There is the “View vendor products” link on the vendor details page in the storefront (the corresponding template is “view.tpl” located in the “skins/[CUSTOMER_ACTIVE_SKIN]/customer/views/companies”). You can take the link code from this template and insert it to the one mentioned earlier.



If you need the more detailed instructions, please contact our Support team via Customer Help Desk.

Thanks, I follow these instrcutions but it didn’t seem to make any change in the part I was looking to update.



Any ideas to what I might have done wrong?



Thanks

Have you cleaned up the templates cache after the changes?

To do it, open in your web browser http://www.your_domain.com/admin.php?cc, where www.your_domain.com is the address of your store, and admin.php is a script file for the administration panel of your store which was renamed for security reasons.

Thanks, that was the issue.