Custom Cart Template

General ShopSite user discussion

Custom Cart Template

Postby webkare » Tue Jun 14, 2011 11:20 am

I created a custom shopping cart template following the online Cookbook Tutorial, but the cart items and the shipping and billing information is running together. How to I get space between them, when the cart items are just one line.
This line: [-- SC_Cart --] in my template produces this:

descriptionSKUPriceEachTotalPrice - how do I get it to space them like this?
description SKU Price Each Total Price :?:

(Sorry, guess I should have posted this in the "custom templates" section - I didn't spot it.)
M. A. Wells
Web-Kare, LLP
www.web-kare.com
webkare
 
Posts: 14
Joined: Mon Oct 05, 2009 8:06 am
Location: Raymond, NH

Re: Custom Cart Template

Postby webkare » Tue Jun 14, 2011 1:03 pm

I think I found my answer after reading several issues on the board. It has to do with specific cart templates. Thanks.
M. A. Wells
Web-Kare, LLP
www.web-kare.com
webkare
 
Posts: 14
Joined: Mon Oct 05, 2009 8:06 am
Location: Raymond, NH

Re: Custom Cart Template

Postby ShopSite Lauren » Tue Jun 14, 2011 1:23 pm

The answer is with CSS. The tags that you insert, such as [-- SC_Cart --] are just the bare minimum so that designers can then go in and style the tables/elements the way that they want. For the SC_Cart tag, you would add CSS such as:

table.cart {
width: 100%;
}
table.cart td {
padding: 5px;
}
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 889
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT


Return to User Forum

Who is online

Users browsing this forum: No registered users and 81 guests