| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Removing cart totals from shopping cart | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() In the shopping cart, I only want to show the cart sub totals and not tax, shipping, etc.
I've tried replacing the line: {include file="customer/main/cart_totals.tpl"} with:{include file="currency.tpl" value=$cart.display_subtotal} in the file /customer/main/cart.tpl and it looks good, BUT... updating quantities doesn't work now. No error messages. I'm assuming the update quantity function in /cart.php is where the problem lies but haven't been able to nail down where exactly. Any Help?
__________________
X-Cart Gold 4.2.2 - 3.1.19 |
|||||||
#2
|
|||||||
|
|||||||
![]() Why don't you just open that file and comment out the areas that display those totals? That seems like the simplest method. Then all the functionality will stay in place and look the same as you want at the same time.
__________________
Jason Diehl Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/ |
|||||||
#3
|
|||||||
|
|||||||
![]() You mean comment out code for the tax, shipping, etc in the customer/main/cart_totals.tpl file?
But then those values wont display in the checkout page (i.e. cart.php?mode=checkout) I want those values to show only in the checkout page but not the shopping cart page.
__________________
X-Cart Gold 4.2.2 - 3.1.19 |
|||||||
#4
|
|||||||
|
|||||||
![]() In file:/customer/main/cart_totals.tpl
I placed this code around any cart display values that I dont want displayed in the shopping cart. Seems to work. Code:
__________________
X-Cart Gold 4.2.2 - 3.1.19 |
|||||||
|
|||
X-Cart forums © 2001-2020
|