EuroTech Posted October 11, 2005 Posted October 11, 2005 How and where would I go to change a link of my of my categoires? I want it to link to another website.
♥Monika in Germany Posted October 11, 2005 Posted October 11, 2005 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 ...
EuroTech Posted October 11, 2005 Author Posted October 11, 2005 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
♥Monika in Germany Posted October 11, 2005 Posted October 11, 2005 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 ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.