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)
-   -   cdseo url link manufactura (https://forum.x-cart.com/showthread.php?t=54505)

7thdesire 07-08-2010 01:54 AM

cdseo url link manufactura
 
hi guys

does anyone know know how to display a link to manufacture in product page

as i used to use {$manufacturer.cdseo_url} to create the link but now in pro that dont work

Jon 07-08-2010 11:20 AM

Re: cdseo url link manufactura
 
Code:

{if $product_info.manufacturerid gt 0}<a  href="manufacturers.php?manufacturerid={$product_info.manufacturerid}">manufacturer  link</a>{/if}

CDSEO will automatically convert the link to CDSEO url.

7thdesire 07-08-2010 11:32 AM

Re: cdseo url link manufactura
 
thanks jon that worked apart from i am in 4.3.2

manufacturers.php?manufacturerid={$product.manufac turerid}

Jon 07-08-2010 01:51 PM

Re: cdseo url link manufactura
 
Right, $product_info is the php variable $product is the smarty variable, sorry about that :)


All times are GMT -8. The time now is 02:38 PM.

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