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
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
Got it...
Go to (change "yourconcrete5domainname" with your own site name) and select "Force Users to Login Before Checkout"
Go to
http://yourconcrete5domainname.com/dashboard/core_commerce/settings/order/
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.
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.
See the documentation here-http://www.concrete5.org/marketplace/addons/ecommerce/documentation...
Hope that helps.