add a step to the checkout

Permalink
Hi,

I'm working on a customized checkout for my client. I search to add a step, just after the discount step. I hope to add there a form to invite the user to login or create a account, like in (almost) every ecommerce website.

I'm searching into the step helper, duplicate it and place into root/checkout/step.php with a fatal error, so i tested into root/checkout_step.php no error but when i modify the steps planning, nothing change.
I think that i do no keep the right way to accomplish my need :-)

Is that possible ?

Thanks a lot

Seb

sebastienj
 
wagdi replied on at Permalink Reply
wagdi
If I'm not mistaken, the eccomerce addon allows you to do this right out of the box. You just need to choose whether customers need to login to check out or not.

See the documentation here-http://www.concrete5.org/marketplace/addons/ecommerce/documentation...

Hope that helps.
wagdi replied on at Permalink Reply
wagdi
Got it...

Go to
http://yourconcrete5domainname.com/dashboard/core_commerce/settings/order/
(change "yourconcrete5domainname" with your own site name) and select "Force Users to Login Before Checkout"
sebastienj replied on at Permalink Reply
sebastienj
Hi,

Yes, this is to force BEFORE checkout. But what i want is to add a step in the checkout, just after the promotion code, to let the user login or sign-in, like in every ecommerce.