Page 1 of 1
How to customize Basket display?
Posted: Fri Dec 19, 2008 12:39 pm
by caveman
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
Re: How to customize Basket display?
Posted: Sat Dec 20, 2008 2:14 am
by Khaliq
I made the changes(as you mentioned) but it works Properly, not displaying the tax Column as well.
Re: How to customize Basket display?
Posted: Sat Dec 20, 2008 12:26 pm
by caveman
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.
Re: How to customize Basket display?
Posted: Sat Dec 20, 2008 12:59 pm
by caveman
The issue seems to be that the CssClass="totalRow" is indicating 5 collumns instead of 3.