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.
-
caveman
- Ensign (ENS)

- Posts: 15
- Joined: Fri Dec 19, 2008 11:08 am
- Location: Indio, Ca
-
Contact:
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?
Thanks
-
Khaliq
- Lieutenant, Jr. Grade (LT JG)

- Posts: 26
- Joined: Tue Dec 16, 2008 2:00 am
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.
-
caveman
- Ensign (ENS)

- Posts: 15
- Joined: Fri Dec 19, 2008 11:08 am
- Location: Indio, Ca
-
Contact:
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.
-
caveman
- Ensign (ENS)

- Posts: 15
- Joined: Fri Dec 19, 2008 11:08 am
- Location: Indio, Ca
-
Contact:
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.