Your help is badly needed and will be greatly appreciated

Cheers,
Valentina
This is covered in the 1.4.7 bug threadvkaltchev wrote:One more time about zones and geo zones. I have 1.4.7 and ran across the following issue: when I go in Localization/Countries the last entry is Libyan Arab Jamahiriya; the same for Zones. I am using only USA and Canada for customer base and even though I found Canada, USA is not there. However, when I go in Zones to create a new Zone in the drop down country list USA comes as an option, the same with creating a new GeoZone - USA comes in the drop down list ,as well as, all States as Zones. I would like to remove the extra US Zones (e.g. armed forces, Federated State of Micronesia and so on) but I can't figure out a way to access them through Administration.
Your help is badly needed and will be greatly appreciated![]()
Cheers,
Valentina
A Trusted Wholesale Dropshipper
Web Hosting Under $ 5.00 Month! FREE Shopping Carts!
25,000+ Real Wholesale & Dropship Sources!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
A Trusted Wholesale Dropshipper
Web Hosting Under $ 5.00 Month! FREE Shopping Carts!
25,000+ Real Wholesale & Dropship Sources!
Well this is a slightly tricky bit. Actually the tax is added after choosing a shipping address, which is normal, but since the totals aren't shown until the confirm page, it doesn't show anywhere until then.peteVA wrote:I can't believe I have been banging my head on the keyboard for an hour and a half trying to get Virginia Sales Tax to show up, deleting and redoing step after step half a dozen times, only to find that it shows up just fine AFTER picking a payment method.
I've used I can't tell you how many carts, all of which show the sales tax and correct order total BEFORE getting to the payment method step.
From a practical standpoint of dealing with the public doesn't it make sense for the shipping amount and the actual order total be shown before asking someone to pick a payment method they may abandon, once they find out what the true total is?
Just seems like the sequence is not in the right order.
A Trusted Wholesale Dropshipper
Web Hosting Under $ 5.00 Month! FREE Shopping Carts!
25,000+ Real Wholesale & Dropship Sources!
Find this line in /admin/view/template/localisation/geo_zone_form.tpl:niceandripe wrote:i also want to have a rest of the world shipping zone too, and this i fear is going to be a very long, slow and tedious task
Code: Select all
<td class="left"><a onclick="addGeoZone();" class="button"><span><?php echo $button_add_geo_zone; ?></span></a></td>
Code: Select all
<td class="left"><a onclick="addGeoZone();" class="button"><span><?php echo $button_add_geo_zone; ?></span></a><a onclick="addAllGeoZones();" class="button"><span><?php echo "Add All Geo Zones"; ?></span></a></td>
Code: Select all
function addAllGeoZones() {
<?php foreach ($countries as $country) { ?>
html = '<tbody id="zone_to_geo_zone_row' + zone_to_geo_zone_row + '">';
html += '<tr><td class="left">';
html += '<select name="zone_to_geo_zone[' + zone_to_geo_zone_row + '][country_id]" id="country' + zone_to_geo_zone_row + '" onchange="$(\'#zone' + zone_to_geo_zone_row + '\').load(\'index.php?route=localisation/geo_zone/zone&country_id=\' + this.value + \'&zone_id=0\');">';
html += '<option value="<?php echo $country['country_id']; ?>"><?php echo addslashes($country['name']); ?></option>';
html += '</select></td><td class="left">';
html += '<select name="zone_to_geo_zone[' + zone_to_geo_zone_row + '][zone_id]" id="zone' + zone_to_geo_zone_row + '"><option value="0">All Zones</option>';
html += '</select></td><td class="left">';
html += '<a onclick="$(\'#zone_to_geo_zone_row' + zone_to_geo_zone_row + '\').remove();" class="button"><span>Remove</span></a>';
html += '</td></tr></tbody>';
$('#zone_to_geo_zone').append(html);
zone_to_geo_zone_row++;
<?php } ?>
}
A Trusted Wholesale Dropshipper
Web Hosting Under $ 5.00 Month! FREE Shopping Carts!
25,000+ Real Wholesale & Dropship Sources!
Users browsing this forum: No registered users and 105 guests