Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding external link to category


EuroTech

Recommended Posts

Posted
How and where would I go to change a link of my of my categoires? I want it to link to another website.

 

you want to leave your shop and have the customers sent to a new site?

 

in that case create category, but do not add anything to it

 

get the category_id

 

make a hardcoded statement in your index.php that instead of pulling the product_listing it is supposed to do a redirect to the other page when that category is clicked.

 

Mind you, the cart content and anything else stored in session will get lost.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
you want to leave your shop and have the customers sent to a new site?

 

in that case create category, but do not add anything to it

 

get the category_id

 

make a hardcoded statement in your index.php that instead of pulling the product_listing it is supposed to do a redirect to the other page when that category is clicked.

 

Mind you, the cart content and anything else stored in session will get lost.

 

Where & how would I do this. I'm new to php.

 

Thanks

Posted
Where & how would I do this. I'm new to php.

 

Thanks

 

totally new? then I would not attack it - and not sure if someone would just code it for you here for free. I do not have that kind ready so I cannot just copy it in. Did you understand what losing the cart contents with losing the session would mean? It's not something I would want to do anyway - strongly advise against it.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...