You are trying to use ot_loworderfee to manage shipping and the shipping modules ...
You need something in the shipping modules to validate or manage the shipping ...
Low Order fee is not related to Shipping from a coding standpoint ...
What you are needing to have done for shipping can be done, but it would require some customization to the shipping modules to manage it properly ...
You may be able to do this with additional Zones to handle the UK ... I would really have to sit down and go through this in more detail to work out all the details ...
NOTE: if it is just the UK not working, then you may be able to do this with the 3 separate zones by configuring the UK for how much to charge before the Free Shipping in the ot_shipping kicks in ...
Otherwise, you will need more zone definitions if it goes beyond the 3 groups for shipping ...
First, for additional Zones, you would need to copy your current settings to NotePad, as addition the additional zones will wipe out your current settings ...
NOTE: Do that now, before you continue
Next, uninstall Zones, and edit the
/includes/modules/shipping/zones.php
Read the instructions inside for adding more zones by chaning the setting around line 113:
PHP Code:
// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
$this->num_zones = 3;
Bookmarks