X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display category in order_data.tpl? (https://forum.x-cart.com/showthread.php?t=1488)

cyberactive 02-13-2003 04:58 AM

Display category in order_data.tpl?
 
Is it possible to print the category in the order_data.tpl?

Because I have a lot of product wich have the same name, but are for a different platform, I would like to see the category printed in the order_data.tpl.
Then I can see exactly what product the customer needs.

funkydunk 02-22-2003 12:16 AM

This should be accessible by adding:

Code:

{$lng.lbl_category}:        {$products[prod_num].categoryid}

This will give you the main categoryid for each ordered product.

Failing that, I would make your sku's more meaningful so that these can tell you exactly what product they have ordered.


All times are GMT -8. The time now is 06:07 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.