One more time. LOL, okay I thought I found the answer, the way for me was to d/l the new zoneflat zone module. I did install it and now some errors appears and the thing is, this module is what I really need.
Before any further, I went to the following posts to search for the problem and can't figure it out so any help out there would be great.
Topics I went already to see if I was able to fix the problem:
http://www.zen-cart.com/forum/showthread.php?t=75105
https://www.zen-cart.com/tutorials/index.php?article=87
The problem is similar to the post on id 75105 where as the text is bigger. Now I have not modified any HTML coding, just strictly the output of the ZenCart.
The error message I am getting is the following:
Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_ZONEFLAT_ZONE_3 in F:\xampp\htdocs\store\includes\modules\shipping\zoneflat.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at F:\xampp\htdocs\store\includes\modules\shipping\zoneflat.php:49) in F:\xampp\htdocs\store\includes\functions\functions_general.php on line 44
When I go to line 49 of the file this is what I see:
Line 49 if ((int)constant('MODULE_SHIPPING_ZONEFLAT_ZONE_' . $i) > 0) {
Line 50 $check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . constant('MODULE_SHIPPING_ZONEFLAT_ZONE_' . $i) . "' and zone_country_id = '" . $order->delivery['country']['id'] . "' order by zone_id");
Line 51 while (!$check->EOF) {
Note: I do not have the extra space before the <?php nor at the end of either files. Can anyone help on this? Thanks.
MV