Jump to content

[SOLVED] product as URL


Recommended Posts

hello,

so i want make a some kind of catalog.

so when user clicks product block on category or on featured products instead of going to product details page he is redirected to external website.

is tehe any simple ways to do this?  PS version 1.6

Edited by sickshot (see edit history)
Link to comment
Share on other sites

solevd. found solution on forum.

{$product.link|escape:'htmlall':'UTF-8'} Replace with {$product.reference|escape:'htmlall':'UTF-8'}

in product-list.tpl

 

in this case reference field becomes where you insert url 

 

also you will need to make some changes to classes/product.tpl Database as you will get 32 character limit, so follow PASCALS post to do this in this thread

 

Edited by sickshot (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...