order with tax number

18.01.2020 15:59
#1
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
order with VAT number

hi!

We´ve configed our shop with free shipping from € 99 including TAX

If our customer enter a order with € 100 including TAX and enter the VAT number for TAX-free shipping - the shipping costs will be charged again

example:
we have products in our shopping cart with about 107,91 € inkl. 19% Tax
shipping costs are € 0 because we are under € 99,00
now i enter my Tax Number
and now my shopping cart is about €89,98 with 0% Tax
shipping costs are now charged but it should be also € 0,-

ps we use also addon Shipping Zip Weight Price Depend

is this a bug or can i config this anywhere?
thx


Last change: 18.01.2020 16:51
 
18.01.2020 17:44
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: order with tax number

No error, no configuration
89,98 < 99 - shipping no free


Last change: 18.01.2020 17:44
 
18.01.2020 21:23
#3
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: order with tax number

if the customer order without a UID number he would be over the € 99.
now he enters the UID number because he has to order through the company within the EU and is now under the € 99 and should now pay the shipping costs? i think thats wrong ...

 
20.01.2020 07:47
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: order with tax number

https://www.joomshopping.com/forum/posts/11/14083.html?lang=en#2

 
20.01.2020 08:44
#5
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: order with tax number

its wrong....89,98 is under 99 but it is a exception rule with customers with UID Numbers!!!!
we need a exception rule for those users with UID Numbers therefore its not € 99 rather 83,19

where i can change this in shop?

 
20.01.2020 09:09
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: order with tax number

components\com_jshopping\shippings\sm_depend_zip_weigth_price\sm_depend_zip_weigth_price.php

Try change
$price_sum = $cart->getSum();
to
$price_sum = $cart->getPriceBruttoProducts();

 
21.01.2020 21:19
#7
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: order with tax number

do not work

how can this be implemented correctly...so it would work for us...

if($price_sum >= "82.50" && $adv_user->tax_number && $cart->getTax() == "0"){
return $prices = '0';
}

 
21.01.2020 23:26
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: order with tax number

For order development use Kontakt.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.