dna Posted December 16, 2010 Share Posted December 16, 2010 To make things more convenient for my customers, i would like to make some changes to the order process. Currently after the customer adds a product to the cart it automatically goes to the login and bypass the summary page. The process goes in this order after the customer adds to cart .....Login=>Address=>Shipping=>Payment>...Therefore customers skip the summary page and forces them to go back and click on the summary page manually..How can I make changes, so after my customers add to cart it can go directly to the Summary=>Login=>Address=>Shipping=>Paymentthanks for your help Link to comment Share on other sites More sharing options...
pmfjoe Posted December 16, 2010 Share Posted December 16, 2010 I had the same problem with the default setup. The easiest way I found was to remove the checkout button and just renamed the cart button Cart/Checkout. So when the person clicks it they are taken to the cart itself and can the proceed to checkout from there.I can give you some detailed instructions on doing this if that is what you are after. It's really easy. Link to comment Share on other sites More sharing options...
dna Posted December 16, 2010 Author Share Posted December 16, 2010 Hello PmJoe...thank you for the quick response...and yes I would love for you to post detailed instructions how to make those changes.once again thank you=) Link to comment Share on other sites More sharing options...
pmfjoe Posted December 16, 2010 Share Posted December 16, 2010 If you make the following changes it should look like my attached picture.Make the following change to *Store DIR*\modules\blockcart\blockcart.tpl1. Scroll to the bottom and you will see the following code: {l s='Cart' mod='blockcart'} {l s='Check out' mod='blockcart'} 2. Either remove or comment out the second link which shows order.php?step=1.3. Change the class on first link order.php" from button_small to exclusive so it becomes the big green button instead of the small gray one.4. On the same line change the last s='Cart' to s='Cart/Checkout' or whatever text you want the button to display.It should end up looking like this: {l s='Cart/Checkout' mod='blockcart'} And thats it your done. Link to comment Share on other sites More sharing options...
dna Posted December 17, 2010 Author Share Posted December 17, 2010 thank you for your help=), the instructions you provided did exactly what i was requesting...i have one slight problem, the cart/checkout doesn't have the big green button..the button disappeared and i don't understand were i went wrong..here is my new code {l s='Cart/Checkout' mod='blockcart'} Link to comment Share on other sites More sharing options...
dna Posted December 17, 2010 Author Share Posted December 17, 2010 ok i figured out what i was doing wrong...i forgot to add button_order_cart codeso now my new code is this: {l s='Checkout' mod='blockcart'} thanks for your help 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