Fehler bei der Portoberechnung

18.11.2010 13:36
#1
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Fehler bei der Portoberechnung

Bei meiner Weihnachtsaktion habe ich einen Bug entdeckt.
Ich will bei einem Bestellwert >=25 Euro ohne Versandkosten versenden. Ich arbeite mit folgenden Währungen USD, GBP und natürlich Euro.

In den Einstellungen habe ich bei kostenlose lieferung 25.00 eingeben. Bei Euro und Dollar funktioniert die Berechnung. Schalte ich jedoch den Währungsrechner auf GBP, werden Versandkosten berechnet. Ich habe versuchsweise bei Währungen das britische Pfund auf 1.00 anstatt 0.85 gesetzt, dann rechnet die Shopsoftware richtig.

Nun musste ich leider das britische Pfund als Währung herausnehmen.

Weiterhin warte ich sehnlichst auf die Möglichkeit, bei Verkäufen ausserhalb der EU den MWST-Satz (VAT) wegzulassen. Das wird häufig bei Kunden moniert.

Danke schonmal !!

 
18.11.2010 14:55
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

Website URL:?
Hauptwährung?

 
19.11.2010 13:09
#3
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Aw: Fehler bei der Portoberechnung

Hauptwährung Euro.

Die Url würde jetzt nichts nützen, weil ich das britische Pfund herausgenommen habe, man es also nicht testen kann. Sollte vielleicht auch bei Ihrer eigenen Testshopversion funktionieren.

 
19.11.2010 14:07
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

I do not understand the problem.
Screenshot?

 
19.11.2010 15:06
#5
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Aw: Fehler bei der Portoberechnung

Order value >= 25 Euro, shipping is free !!

Change between currencies Euro and Dollar, all ok, change to British Pound, shipping is in bill.

Aw: Fehler bei der Portoberechnung

 
19.11.2010 15:56
#6
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Aw: Fehler bei der Portoberechnung

With another test, I find out, that also the postage with Dollar is wrong. If I order a product for example 23 Euro, the postage is in bill. If I change to Dollar, it´s without postage.

So the order value for postage free, will only run with 1 currency.

Maybe a postagefree field is needed for all currencies you will run in the shop, or in backround there is a function wich will calculate it.

 
19.11.2010 17:57
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

Thank you.
Error will be corrected in new version.(wait 2.5.3).

OR
Change file:
components\com_jshopping\tables\shippingmethodprice.php

change function
function calculateSum(&$cart) {

$jshopConfig = &JSFactory::getConfig();
if($cart->getSum() >= ($jshopConfig->summ_null_shipping * $jshopConfig->currency_value) && $jshopConfig->summ_null_shipping > 0){
return 0;
}

$weight_sum = $cart->getWeightProducts();
$sh_price = $this->getPrices();
foreach ($sh_price as $sh_pr) {
if($weight_sum > $sh_pr->shipping_weight_from && ($weight_sum <= $sh_pr->shipping_weight_to || $sh_pr->shipping_weight_to==0)) {
return ($sh_pr->shipping_price + $sh_pr->shipping_package_price) * $jshopConfig->currency_value;
}
}

return $this->shipping_stand_price * $jshopConfig->currency_value;
}


 
19.11.2010 19:02
#8
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Aw: Fehler bei der Portoberechnung

Great! Perfect !!

Again, really good service at your site !!

If now the problem with VAT outside EU is fixed, I am the happiest man!!

 
19.11.2010 19:14
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

tschaenzel - 19.11.2010 19:02
If now the problem with VAT outside EU is fixed, I am the happiest man!!


Describe the problem more.

 
19.11.2010 20:33
#10
tschaenzel
Joomshopping forum user no avatar
Name: Jens Najewitz
29.09.2010
Сообщения: 27
Quote
Aw: Fehler bei der Portoberechnung

Sales inner European Union are with the German "Umsatzsteuer" VAT which I have to pay to the state. This must declared in Shop.

Customers outside EU, for example USA, have not to pay the German VAT. Regardless that they pay maybe the same price as German customers, it should be good, when there is a function for choose the country before filling the basket and then the basket and at the end the bill will show the price without the VAT.

Of course I can edit the shop to show not the VAT, but this is generally for all customers and that is not right.

 
19.11.2010 22:15
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

Diese Feature wird in zukünftige Version verfügbar.

 
21.02.2011 10:47
#12
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

I am getting frustrated. Since last night, I try to figure out, why I am always getting the same value for the taxes, although I set up different taxes, zones etc.

 
21.02.2011 11:36
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

Website URL:?

Config?
.......?

 
21.02.2011 12:07
#14
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

http://www.babyzouks.com/de/babyzouks-shop.html
Aw: Fehler bei der Portoberechnung


Joomla: 1.5.22
JoomShopping: 2.7.3
 
21.02.2011 12:08
#15
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

Liste der steuerlichen Vorschriften
Aw: Fehler bei der Portoberechnung

 
21.02.2011 12:09
#16
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

Als Demokunde aus der Schweiz eingeloggt. So sieht der Warenkorb aus:
Aw: Fehler bei der Portoberechnung

Da soll die MwST auf 0% stehen.


Последнее изменение: 21.02.2011 12:10
 
21.02.2011 12:50
#17
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

To me it looks like the Shop just takes the VAT value which I assigned to the product:
Aw: Fehler bei der Portoberechnung
Because if I set it to 0. It shows correctly for customers outside Europe. But this is the wrong way. Is there only a either-or? Is there a way to work around it? It should be possible to set prices without MwSt for customers abroad.


Последнее изменение: 21.02.2011 12:53
 
21.02.2011 14:54
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25919
Quote
Aw: Fehler bei der Portoberechnung

Config no correct.

Set 0% ( for contry ) for "Normal" Tax


Последнее изменение: 21.02.2011 14:55
 
21.02.2011 15:29
#19
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Сообщения: 51
Quote
Aw: Fehler bei der Portoberechnung

Thank you very much. Now it is working corrrectly. :)
I knew I was going wrong somewhere.

 


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.