Search the Community
Showing results for tags 'zone'.
-
versand. modules.php?set=shipping&module=zones
FraCtaLe posted a topic in German Community's OSCOM v2.x
Hallo Netzgemeinde... jetzt habe ich mir ein gegeben, Testuser eingerichtet, dieser somit als Kunde kaufend, doch die ZONE1 "Versand" Steuersätze im Betreff angegeben Pfad der Eingabe und somit in den Einstellungen lässt den Versand nicht zu Denkfehler ?? Hatte Testweise (artikel OHNE Gewicht) den Zonen Satz so eingestellt : Enable Zones Method True Tax Class MwSt Sort Order 0 Zone 1 Countries ZONE1 Zone 1 Shipping Table 1:4.95,2:6.95 Zone 1 Handling Fee 0 bekomme aber Fehlermeldung Siehe Bildanhang ... Versandkosten (inkl. MwSt) " Modul Wer weiss was ... ? -
Hi, I am trying to change the module ot_minimum_order v 1.0 so I that this applies to only one zone but its still not working, could anybody help me out pls? I am really desperate to get this working. Thanks! class ot_minimum_order { var $title, $output,$description,$enabled,$sort_order; function ot_minimum_order() { $this->code = 'ot_minimum_order'; $this->title = MODULE_ORDER_TOTAL_MINORDER_TITLE . ' (' . MODULE_ORDER_TOTAL_MINORDER_TITLE_INSERT . MODULE_ORDER_TOTAL_MINORDER_ORDER_UNDER . ')'; $this->description = MODULE_ORDER_TOTAL_MINORDER_DESCRIPTION; $this->enabled = ((MODULE_ORDER_TOTAL_MINORDER_STATUS == 'true') ? true : false); $this->sort_order = MODULE_ORDER_TOTAL_MINORDER_SORT_ORDER; if ( ($this->enabled == true) && ((int)ORDER_TOTAL_MINORDER_ZONE > 0) ) { $check_flag = false; $check_query = tep_db_query("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . ORDER_TOTAL_MINORDER_ZONE . "' and zone_country_id = '" . $order->delivery['country']['id'] . "' order by zone_id"); while ($check = tep_db_fetch_array($check_query)) { if ($check['zone_id'] < 1) { $check_flag = true; break; } elseif ($check['zone_id'] == $order->delivery['zone_id']) { $check_flag = true; break; } } if ($check_flag == false) { $this->enabled = false; } } $this->output = array(); }
-
- minimum amount
- zone
-
(and 1 more)
Tagged with:
-
Hi Please treat me gently. I have a developer who has added the basic cart for me to my store & now I am left to edit & add products. The stumbling block is shipping. I can see I can add this for US shipping: Zone Based Rates Enable Zones Method True Tax Class --none-- Sort Order 1 Zone 1 Countries US Zone 1 Shipping Table 2.9:1.00,4.9:5.00,15.9:7.00,19.9:10.00,10000:0.00 Zone 1 Handling Fee 0 No idea how to add an additional Zone based rates, with a completely different shipping table, for Worldwide shipping. I have tried reading the guide but I have no joy. If anyone wants to hold me hand and guide me I would be most appreciative. Thanks Tanya Tate
- 1 reply
-
- shipping zone
- weight
-
(and 2 more)
Tagged with: