kbrmin Posted September 21, 2011 Share Posted September 21, 2011 I have an existing website and would like to incorporate a new cart without using the full "store feature" -- only add "buttons" for each product to existing customized pages. I was able to use the "add to cart code" in my html page, however the cart links back to its own page for that product. Is there any way to reroute the product links, once added to the cart, back to the main domain, not the /prestashop product page? Thanks so much for any thoughts on adapting this to an existing site. Link to comment Share on other sites More sharing options...
math_php Posted September 21, 2011 Share Posted September 21, 2011 I have just made such a solution. Products from the 'old' site are created on the fly in Prestashop and then added in the cart. The fact is that our old system give access to the cart. I made a module to get old cart into Presta. One of the major problem was that prestashop does not run with sessions but only with cookies (see tha monsta) and with id_guest evolving with authentification. You can also make you old site a module into Prestashop, but it could be really complicated. Also disconnecting old Customer and forcing them to use Prestashop as Customer center could be an other problem. Good luck in your search. Link to comment Share on other sites More sharing options...
kbrmin Posted September 28, 2011 Author Share Posted September 28, 2011 Just to note to others in response to my own question above, you can adapt Prestashop after a lot of HTML and CSS editing in the actual files you upload to your server. It takes a lot of time but can be done. Link to comment Share on other sites More sharing options...
sireddie Posted May 5, 2012 Share Posted May 5, 2012 Hi, I'm trying to integrate prestashop (only essential items: products and cart) into my existing website which is built in php/css. I'm fairly new to this (website coding) but I have managed to build our existing site. I would really appreciate general tips on how to get the products content (center frame) and the cart part from the header integrated in my existing site. Which files do I need to modify and what code do I need to put in my existing site? Can I leave the shop under www.mydomain.com/shop or does it have to be in the root? Thanks! Link to comment Share on other sites More sharing options...
kbrmin Posted May 21, 2012 Author Share Posted May 21, 2012 I tried to get some of the products page onto my existing html pages, but it didn't seem to work, so what I ended up doing is getting the actual link that added the product to the cart, and used that link on my existing pages on a "add to cart" button. That way I basically only use the cart/checkout feature and have all the products on my site. It worked fine installing prestashop in a folder. Best wishes! Link to comment Share on other sites More sharing options...
sireddie Posted June 2, 2012 Share Posted June 2, 2012 Thanks for that valuable piece of information. I will give this a try and see how I go. Much appreciated Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now