I'm using the boilerplate responsive theme and have some annoying issues I can't resolve.
Most Important: The ability to print the receipt when an order is placed. There is a [-- BUTTON Print --] in the template on the ThankYou screen, but it doesn't appear. It's important to be able to easily print the order from the screen, how can I make that happen? (I've added a phrase to the ThankYou screen telling them an email confirmation has been sent, but I'd rather have a print button!)
Other issues:
1. I want to have the Custom Checkout Field appear on the Confirmation screen. How do I call the value of field01 to make it appear?
2. On the Confirmation screen, the template has this:
<div id="bb-cartextras">
[-- Email_List --]<br /><br />[-- SC_Comments --]
</div>
And it appears like this:
http://www.markupandprofit.com/images/CheckoutComments.png
With the Comments indented. That looks too weird. In the code, I can tell that the [-- SC_Comments --] calls a table, while the Email list doesn't. I've tried to center the email list, doesn't work. So I tried this instead (this is a copy/paste, no typos):
<div id="bb-cartextras">
[-- Email_List --]<br /><br />[-- SC_Comments --]<br />
[-- SC_Comments_Text --]
</div>
And I get this:
http://www.markupandprofit.com/images/CheckoutComments1.png
Arrghhh!!
What can I do to make these line up better?
3. FYI, the only way I could make a footer appear on every one of the screens, (shopping cart, checkout, confirmation) was to manually include it into the footer.sst file.
4. Why does the "Apply" button have black type when all other buttons have white type? How can I change it to white?
http://www.markupandprofit.com/images/CouponButton.png
Thank you so much for your help. You fixed the problem I had the last time I posted, I really appreciated it. Thank you!