JohnnyWilly Posted August 31, 2010 Share Posted August 31, 2010 Is there a way to provide a coupon for $100 off via a voucher code that is entered right at the first stage of the checkout. Currently I cant see any location for entering a coupon or voucher code on our site at all - and yes, the vouchers and turned 'on'What am I missing?John Link to comment Share on other sites More sharing options...
rocky Posted September 1, 2010 Share Posted September 1, 2010 The voucher code must be entered on the "Shopping cart summary" page. See the bottom of the screenshot. If you click the "Checkout" button on the cart block, you will miss it completely. You must click the Cart button to see it.If you are using a third-party theme, try switching to the default PrestaShop theme to check whether it is a theme issue. Link to comment Share on other sites More sharing options...
JohnnyWilly Posted September 2, 2010 Author Share Posted September 2, 2010 Thank You!I found it exactly where you siad it would be..... What I am trying to accomplish is to have a landing page for special items that helps our conversion rates, and have that landing page contain the Voucher Code. I want to offer a fixed dollar amount off the promotion item and have the landing page pass the user right to the shopping cart summary screen and have a the enter promo code be emphasized. I assume this is possible? Any suggestions on where I can look to find such a solution?Thanks again,John Link to comment Share on other sites More sharing options...
rocky Posted September 3, 2010 Share Posted September 3, 2010 To add the option to emphasise the voucher box, you could change the voucher code on lines 226-235 of shopping-cart.tpl from: <form action="{$base_dir_ssl}order.php" method="post" id="voucher"> {l s='Vouchers'} {l s='Code:'} <input type="text" id="discount_name" name="discount_name" value="{if $discount_name}{$discount_name}{/if}" /> <input type="hidden" name="submitDiscount" /><input type="submit" name="submitAddDiscount" value="{l s='Add'}" class="button" /> </form> to: <form action="{$base_dir_ssl}order.php" method="post" id="voucher"> {l s='Vouchers'} {l s='Code:'} <input type="text" id="discount_name" name="discount_name" value="{if $discount_name}{$discount_name}{/if}" /> <input type="hidden" name="submitDiscount" /><input type="submit" name="submitAddDiscount" value="{l s='Add'}" class="button" /> </form> You could then create a link to the shopping cart summary like order.php?special=1 to make the "Vouchers" and "Code" text bold. You could come up with a better idea to emphasise the voucher. Link to comment Share on other sites More sharing options...
OnTargetPro Posted September 5, 2010 Share Posted September 5, 2010 You can also add the above code to the order-address.tpl file to allow people to enter a coupon code at checkout. Link to comment Share on other sites More sharing options...
rvnetwork Posted September 15, 2010 Share Posted September 15, 2010 Hi friends,I have test order using voucher code creation from BO and succes payment accepted but i have problem how to put money back inside my account member area.Sample:You Pay for $35And put the voucher value $40 ------------ $ 5I dont see $5 balance inside member area. Did you have solution for me.. maybe good for other developer presta.Thank you before. Link to comment Share on other sites More sharing options...
Bazze Posted November 19, 2010 Share Posted November 19, 2010 Hi friends,I have test order using voucher code creation from BO and succes payment accepted but i have problem how to put money back inside my account member area.Sample:You Pay for $35And put the voucher value $40 ------------ $ 5I dont see $5 balance inside member area. Did you have solution for me.. maybe good for other developer presta.Thank you before. Yeah, I need a solution for this as well! If the voucher used is worth more than the products cost, a new voucher should be created for the customer with the rest of the value to be used at a later time. If I was to implement this myself, should I put the code in the order.php? Any ideas? Link to comment Share on other sites More sharing options...
Barracuda Posted April 30, 2011 Share Posted April 30, 2011 Is there already a solution for the "money back in Members area?BTW, I have put the code in the order-adress.tpl and now all the customers can see the voucherbox. So, if they checkout, there are 2 ways to add a vouchercode, the normal way, and if they don't see this, of forget, than you have a second one in order-adress.tpl and it works. Link to comment Share on other sites More sharing options...
chetwyn Posted June 13, 2012 Share Posted June 13, 2012 any solution to this? I'm having the same problems ? Link to comment Share on other sites More sharing options...
El Patron Posted June 13, 2012 Share Posted June 13, 2012 If you use the one page check out and not the five step, the voucher is presented.. 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