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)
-   -   making product # on order page a link... (https://forum.x-cart.com/showthread.php?t=32893)

Audiolines 07-30-2007 09:02 AM

making product # on order page a link...
 
http://audiolines.com/link.jpg

i want to make this link to the product page. seems fairly simple, but i cant figure it out.

Audiolines 08-16-2007 01:59 PM

Re: making product # on order page a link...
 
bump

Ene 08-16-2007 08:59 PM

Re: making product # on order page a link...
 
Edit <xcart_dir>/skin1/main/order_info.tpl template.

Replace this code:

PHP Code:

<TD colspan="2" valign="top" class="ProductTitle">{$products[prod_num].product#{$products[prod_num].productid}</TD> 


with the

PHP Code:

<TD colspan="2" valign="top" class="ProductTitle">{$products[prod_num].product
<
a href="{$current_location}/product.php?productid={$products[prod_num].productid}">#{$products[prod_num].productid}</a>
</TD


Audiolines 08-17-2007 07:18 AM

Re: making product # on order page a link...
 
thanks, good looking out


All times are GMT -8. The time now is 06:34 PM.

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