gigant09 Posted October 10, 2015 Share Posted October 10, 2015 hi, I'm looking for a module or modification to send a pre-filled shopping cart to an email address. -> for new customer only, so don't have address yet, means cannot use the new order function in backend. -> shopping cart will be created in backend by admin Any idea? Link to comment Share on other sites More sharing options...
NemoPS Posted October 10, 2015 Share Posted October 10, 2015 You can do it from the back office, creating a new order. At the very end, just choose to email the customer with the checkout link Link to comment Share on other sites More sharing options...
gigant09 Posted October 10, 2015 Author Share Posted October 10, 2015 but in this case I need to provide information about my customer, which I won't have at this point. All I got is the email address and I want to send link to pre-filled shopping cart to customer, then customer can use this link, will see the shopping cart and can create an account, choosing shipping, payment.. Link to comment Share on other sites More sharing options...
NemoPS Posted October 12, 2015 Share Posted October 12, 2015 WHat if you use a dummy customer? Like create one, and ask the customer to change address once it's loaded.Otherwise I think you need some custom modifications, like creating a page/module that, when run, will accept a url parameter like cart id, and load it for the person currently browsing the site Link to comment Share on other sites More sharing options...
buco Posted October 15, 2015 Share Posted October 15, 2015 I´m looking a module like you describe since a long time :-) The modules like "devis" can modify price to product to send a customer, but not let send checkout order in mail. I´m looking a module that let create a cart with product with prices or other price (can modify the original price) a customer that not be register on store (also if be register can send devis :-) ) and that i can send a mail with checkout link to pay this cart. Thanks!!! Link to comment Share on other sites More sharing options...
artofadornment Posted January 6, 2016 Share Posted January 6, 2016 (edited) I need the same thing, a URL that points to specific shopping cart IDs (I want to put URLs in customer follow-up emails to cut down on abandoned carts). I'm sure it must be possible somehow, because you can view abandoned carts in the back office and even turn them into orders. For example, a URL to a cart in the BO view is: https://www.website.com/admin/index.php?controller=AdminCarts&id_cart=2568&viewcart&token=abcedefg So I'm thinking that a FO URL might look something like this: http://www.website.com/index.php?controller=Cart&id_cart=2568&viewcart Does anyone know the syntax needed to make a URL that would display a cart in the FO? Thanks in advance! Elaine Edited January 6, 2016 by artofadornment (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 6, 2016 Share Posted January 6, 2016 There is no syntax that will work out of the box, you have, in any case, to create a custom controller that assigns the cart id of your url to another customer, and sets it as current context cart Link to comment Share on other sites More sharing options...
presta'luv Posted February 18, 2016 Share Posted February 18, 2016 Hi everybody, Great idea Nemo1 ! But, how can we do this ? I want to do the same thing in my PS 1.4.7 : 1) Create a new SQL column in ps_cart called "id_unique"2) Generate, in my cart, a "Permalink" with jquery string "id_unique=XXXXXX" who the id is random 3) When i click on the permalink "www.domaine.com/cart?id_unique=123456" : a/ If i don't have a cart : create a new Cart b/ if i already have a cart, reset Cart 4) Get "id_cart" in ps_cart where i have the same "id_unique" 5) Duplicate "id_product" "id_product_atrribute" and "quantity" from ps_cart_product for my new cart Logically, it's possible to load the same products right ? Link to comment Share on other sites More sharing options...
NemoPS Posted February 19, 2016 Share Posted February 19, 2016 I can't recall much of the 1.4 logic, but the thing seems possible. Although I would just create a new cart, and use the method 1.4 uses to add products while going through the original list, adding them one by one, instead of duplicating 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