MyTheValentinus Posted August 29, 2016 Share Posted August 29, 2016 Hello all, After multiple weeks of search i'm write this post. I'm searching solution / module / code ? to have possibility to add product in to the cart from external website using form or ajax. At this time i'm using form with POST request in shop but when user submit for first time he have blank page with json return. Do you have idea ? Thank a lot Link to comment Share on other sites More sharing options...
Simonas Invertus Posted August 29, 2016 Share Posted August 29, 2016 Why would you want to add product into cart from external website? The best option would be: 1) Set up product import cron job. 2) Import products from external website into your database (can be done daily) 3) Add product into cart from your database. Link to comment Share on other sites More sharing options...
MyTheValentinus Posted August 29, 2016 Author Share Posted August 29, 2016 Thank for your reply, But i don't understand what you say ? For my example i want to add product ID 8 to customer cart? Link to comment Share on other sites More sharing options...
Simonas Invertus Posted August 29, 2016 Share Posted August 29, 2016 Do you have product ID 8 in your database or it is external product? Link to comment Share on other sites More sharing options...
MyTheValentinus Posted August 29, 2016 Author Share Posted August 29, 2016 In prestashop yes. It's real product. I want from external website add product 8 in prestashop cart 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