How to customize Basket display?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
caveman
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Fri Dec 19, 2008 11:08 am
Location: Indio, Ca
Contact:

How to customize Basket display?

Post by caveman » Fri Dec 19, 2008 12:39 pm

I would like the my basket page to NOT display the SKU or QTY collumns on the basket page. If I remove the code from the basket.ascx page (line 57-63), then the tax collumn appears and we don't need that field to appear either. Any suggestions?

Image

Thanks
Luis Garcia
Website Development,
Internet & SEO Marketing
http://www.cavemedia.com

Khaliq
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Tue Dec 16, 2008 2:00 am

Re: How to customize Basket display?

Post by Khaliq » Sat Dec 20, 2008 2:14 am

I made the changes(as you mentioned) but it works Properly, not displaying the tax Column as well.

User avatar
caveman
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Fri Dec 19, 2008 11:08 am
Location: Indio, Ca
Contact:

Re: How to customize Basket display?

Post by caveman » Sat Dec 20, 2008 12:26 pm

Not exactly. This is what i get:

Remove SKU code: Shows Item, Tax, Qty and Price

Remove SKU and Tax code: Shows Item, Each and Price. BUT... the subtotal footer is not aligned.

I just can't figure out how to get Each, Price and the subtotal label and total price to display correctly.
Luis Garcia
Website Development,
Internet & SEO Marketing
http://www.cavemedia.com

User avatar
caveman
Ensign (ENS)
Ensign (ENS)
Posts: 15
Joined: Fri Dec 19, 2008 11:08 am
Location: Indio, Ca
Contact:

Re: How to customize Basket display?

Post by caveman » Sat Dec 20, 2008 12:59 pm

The issue seems to be that the CssClass="totalRow" is indicating 5 collumns instead of 3.
Luis Garcia
Website Development,
Internet & SEO Marketing
http://www.cavemedia.com

Post Reply