SkyHiRider Posted December 29, 2013 Share Posted December 29, 2013 The cart currently works like this: Add to cart -> Cart summary -> Login -> Address -> Delivery -> Payment & Confirm I want to change it to: Add to cart -> Payment & Delivery -> Login & Address -> Order summary -> Confirm Which files do I need to modify and what's the most humane way to do it (meaning that I would like to user the override folder instead of changing core files if possible) ? Cheers, Sky Link to comment Share on other sites More sharing options...
Dh42 Posted December 29, 2013 Share Posted December 29, 2013 That would actually be a difficult process to change. How are you going to figure shipping without having an address? Link to comment Share on other sites More sharing options...
DevNet Posted December 29, 2013 Share Posted December 29, 2013 it's not possible to do this in this process steps The only way is to integrate a new dedicated registration process on your step 1 : Payment. I do not see much interest. Also, do not remember the cart before the payment is not ergonomic. A+ Link to comment Share on other sites More sharing options...
SkyHiRider Posted December 29, 2013 Author Share Posted December 29, 2013 Darn I've read that this helps decrease cart abandonment rate - and it really does make sense, the customer first wants to see the final price (with shipping) to see if it's worth it to make and order. Shipping should not be a problem as I have an eshop that is local only (Slovakia), therefore a single country is enough. 1 Link to comment Share on other sites More sharing options...
DevNet Posted December 29, 2013 Share Posted December 29, 2013 So ask only the zip code for calculate delivery before registration / payement. Like a popup form on the first page load for example. This process will update the cookie cart and associate the temporary delivery in this cart context. You can do this with a module. Regards Link to comment Share on other sites More sharing options...
PascalVG Posted December 29, 2013 Share Posted December 29, 2013 There is a standard PrestaShop shipping estimation module for this... pascal. Link to comment Share on other sites More sharing options...
Recommended Posts