Jump to content

Changing the shopping cart order steps


Recommended Posts

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

:blink: it's not possible to do this in this process steps :wacko:

 

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

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.

  • Like 1
Link to comment
Share on other sites

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

×
×
  • Create New...