Customize shopping cart page?
is is possible to customize shopping cart page, i.e. add client's logo or masthead at the top?
Also can I change the tab order so a customer can tab through in the correct order?
is is possible to customize shopping cart page, i.e. add client's logo or masthead at the top?
Also can I change the tab order so a customer can tab through in the correct order?
yes, you can edit the cart page to add your design
and all add tab index to the form elements.
Is it possible to limit the width of the shopping Cart? Looks funny since I added the masthead image: the widest I have is 976 px and the Cart is liquid to fill the page, so it is much wider..
edit the css to change the width for 100% to 976px.
in the WA_eCart/CSS/eC_Clean_boh_Arial.css
edit the width in the .eC_Clean_boh_Arial class:
.eC_Clean_boh_Arial {
color: #2c2d2e;
font-family: Arial,Helvetica,sans-serif;
font-size: x-small;
width: 976px;
}
Thanks, it's good to know where those are. Had not had time to look for them...
fire bug is a good tool for fire fox that can help in locating css quickly.
http://www.webassist.com/tutorials/Using-Firebug
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.