| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
minicart without shipping | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
minicart without shipping
I should know this but have forgotten.
Is there a setting in x-cart 4.0.14 that i can check so that in minicart (the cart that is shown on all pages) just displays the price of the items ordered ather than price + the shipping?? i.e if someone adds an item into their basket which is price as бё19.00 inc VAT then бё19.00 is displayed in the mini cart rather than бё21.50 (19+2.50 shipping)
__________________
x-cart 4.0.5 (live and heavily modded) Server: freebsd |
|||||||
#2
|
|||||||
|
|||||||
|
|||||||
#3
|
|||||||
|
|||||||
Cheers, i should remember how i did it but for the life of me i can't
that link shows you how to show it ex shipping and ex vat but what I need is to show it just ex shipping this is the code im looking at one the template Code:
So what im looking at trying to do is that if the price is displayed as бё19 then бё19 is what is shown in the mini cart bearing in mind that the price displayed on the site is including vat/taxes
__________________
x-cart 4.0.5 (live and heavily modded) Server: freebsd |
|||||||
#4
|
|||||||
|
|||||||
Might Help
I am on an older version (3.51) but maybe it will help. I removed shipping in the minicart by opening shop/customer/minicart.php and simply changed
$MINICART["total_cost"] = $cart["total_cost"]; to $MINICART["total_cost"] = ($cart["total_cost"] - $cart["shipping_cost"]); Don't know if this will work in your version, but if not maybe it can give you a heads up in the right direction...
__________________
---------------------------------------------------- X-Cart 3.5.1 \"Heavily Modified\" Win2000 Advanced Server/Apache 2.0.54 w/OpenSSL 0.9.7g PHP 4.4.0/MySQL 4.1.14-nt |
|||||||
#5
|
|||||||
|
|||||||
Ok i got the x-cart team developer to do it in the end.
If i can find out what he changed i'll post it for others.
__________________
x-cart 4.0.5 (live and heavily modded) Server: freebsd |
|||||||
|
|||
X-Cart forums © 2001-2020
|