CSilva Posted May 10, 2013 Share Posted May 10, 2013 (edited) Hi there, in my business i'm not always sure if a product is really available (because it can be sold on my physical store), so there's a big chance that the client has to wait a bit longer for the product after paying for it. To avoid that, i thought in changing the Payment option (payment by cheque) to a Confirmation option, where the client confirms the purchase. After that, we'll send an email confirming stock and providing the payment options. My question is how to add to the "Payment by Cheque" option the same link as the "Confirm my order button", in other words, i want this to be the last step, confirming the order. Example picture: http://d.pr/i/NlTW thanks, Edited May 24, 2013 by CSilva (see edit history) Link to comment Share on other sites More sharing options...
CSilva Posted May 22, 2013 Author Share Posted May 22, 2013 (edited) The checkout steps will be something like this: Summary-->Authentication-->Address-->Shipment-->Confirmation (in this step i'll use the payment by cheque option as a "Confirm my order" option. thanks, Edited May 23, 2013 by CSilva (see edit history) Link to comment Share on other sites More sharing options...
CSilva Posted May 24, 2013 Author Share Posted May 24, 2013 I added the button "confirm my order" with the code i found on payment_execution.tpl <p class="cart_navigation"> <input type="submit" name="submit" value="{l s='Confirmar Encomenda' mod='cheque'}" class="exclusive_large" style="float:left;margin-left:95px;" /> </p> Now it works ok, i only need to make some adjustments with the "payment method" on orders history, so the option cheque doesn't appear! Hope this can be usefull to someone! ;-)... 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