Move the Discount code box / putting it in One Page Checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hi there,

Is it possible to move the discount code box to be one the panels in the One Page Checkout. Sounds really stupid but I customers missing / overlooking the discount box where it currently is and I am loosing sales.

Please can some some start me off in the right direction!

Thank you.
Hace 13 años
it might be easiest for you to edit

OrderSummary.ascx


and just reposition the discount box so that it is in a more convenient place

otherwise, you need to do some coding - you need to look at the above control ( and its codebehind ) and try moving it to the place you want it
Hace 13 años
Hi Haydie,

Thank you for the suggestion. I have moved and made it as clear as possible with CSS stylings. I'll have a look at putting into the CheckoutOnePage.acsx in when I have time :o)
Hace 13 años
SiK wrote:
I have moved and made it as clear as possible with CSS stylings.



you can alter the layout further  by editing OrderSummary.ascx

eg put the discount box directly above the checkout button
Hace 13 años
Yeah, sorry I wasnt very clear there. I moved it in the code then used the CSS to make it stand out! Hopefully no more complaints. :o)

Thank you again
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.