Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 55
  1. #21
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Quote Originally Posted by totalsam View Post


    corrected now
    Hi, I have addon, thank you very much, each of them allow to add upto $this->num_zones = 20;

    Is it possible to add up to $this->num_zones = 50;?

    TQ for helping..

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Zone Rates Support Thread

    Change the number to 50 then edit the module and see if it rebuilds the new Zones ...

    This is built into the current version of Zone Rate zones but I cannot recall if that add on was built from the current version or an old version where you had to save all of your current Zone Rate settings to NotePad, REMOVE the Zone Rate zones shipping module, INSTALL the Zone Rate zones shipping module and re-configure it ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #23
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Hi Sam, I have implemented the multiple zone modification, the display show all the zones, may i know whether there is any solution for only display (bold) available zone rates, then hid the others (highlight dark red)?


    Shipping quotes are based on the address information you selected:
    Kuala Lumpur Malaysia
    Available Shipping Methods Rates
    Flat Rate 1-8pcs Only - East Malaysia (FREE! for Order RM150.00 above) RM6.00
    Store Pickup (Walk In) RM0.00

    Zone 1 Shipping Rates (No shipping available in Zone 1)
    Zone 2 Shipping Rates (No shipping available in Zone 2)
    Zone 3 Shipping Rates (No shipping available in Zone 3)
    Zone 4 Shipping Rates (No shipping available in Zone 4)
    Zone 5 Shipping Rates (No shipping available in Zone 5)

    AND

    Shipping quotes are based on the address information you selected:
    Brunei Darussalam
    Available Shipping Methods Rates
    Zone 1 Shipping Rates (Shipping To Brunei Darussalam) RM19.70
    Zone 2 Shipping Rates (No shipping available in Zone 2)
    Zone 3 Shipping Rates (No shipping available in Zone 3)
    Zone 4 Shipping Rates (No shipping available in Zone 4)
    Zone 5 Shipping Rates (No shipping available in Zone 5)

  4. #24
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Quote Originally Posted by Ajeh View Post
    Change the number to 50 then edit the module and see if it rebuilds the new Zones ...

    This is built into the current version of Zone Rate zones but I cannot recall if that add on was built from the current version or an old version where you had to save all of your current Zone Rate settings to NotePad, REMOVE the Zone Rate zones shipping module, INSTALL the Zone Rate zones shipping module and re-configure it ...
    Hi Ajeh,
    I just wondering whether after add all this multiple zone rate, will it effect my payment method? cos my step 2-payment method has turn blank, may i have your advice? ... TQ. Regards, JL

  5. #25
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Zone Rates Support Thread

    Look in the directory:
    /cache

    and see what debug logs are generated when you hit the blank page ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #26
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Quote Originally Posted by Ajeh View Post
    Look in the directory:
    /cache

    and see what debug logs are generated when you hit the blank page ...
    Hi Ajeh,

    Do you mean Error log in my Host Server? I found the following Error Log Message..

    [Tue Apr 12 09:50:38 2011] [error] [client 175.136.216.21] File does not exist: /home/lovelyki/public_html/404.shtml
    [Tue Apr 12 09:50:38 2011] [error] [client 175.136.216.21] File does not exist: /home/lovelyki/public_html/favicon.ico
    [Tue Apr 12 03:28:57 2011] [error] [client 66.249.68.4] File does not exist: /home/lovelyki/public_html/404.shtml
    [Tue Apr 12 03:28:57 2011] [error] [client 66.249.68.4] File does not exist: /home/lovelyki/public_html/robots.txt

  7. #27
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Hi Ajeh,

    I found the following message from public _html/cache
    [12-Apr-2011 10:20:59] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lovelyki/public_html/includes/languages/english/modules/shipping/flatone.php:26) in /home/lovelyki/public_html/includes/functions/functions_general.php on line 45

    Please advice.
    Thank you. Regard JL

  8. #28
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Zone Rates Support Thread

    Check you language file and see if you have blank line(s) or space(s) after the closing php bracket ?> at the bottom of the file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #29
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Quote Originally Posted by Ajeh View Post
    Check you language file and see if you have blank line(s) or space(s) after the closing php bracket ?> at the bottom of the file ...
    Hi Linda, thank you for your advise.. Already fixed.

  10. #30
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Multiple Zone Rates Support Thread

    Quote Originally Posted by Ajeh View Post
    Check you language file and see if you have blank line(s) or space(s) after the closing php bracket ?> at the bottom of the file ...
    Hi Linda,

    i have another question, after I click "Confirm The Order" at Final Step.

    Window show either message following:
    Email Error: SMTP Error: Could not connect to SMTP host.
    or Email Error: The following From address failed: [email protected]
    or Email Error: SMTP Error: Data not accepted.

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. v151 Multiple Ship-To Addresses [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 14 Dec 2022, 07:02 PM
  3. Compare multiple products - support thread
    By willie bee in forum Addon Templates
    Replies: 37
    Last Post: 9 Jan 2020, 08:25 PM
  4. Time Zone Fix Support Thread
    By gilby in forum All Other Contributions/Addons
    Replies: 82
    Last Post: 9 Jan 2016, 12:25 AM
  5. Multiple Shipping rates depending on zone and weight
    By buffy in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Dec 2009, 03:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR