Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 53
  1. #21
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by rabivens View Post
    I have installed Advanced Shipper. I am having the same problem with categories or manufacturers not saving. It is very tedious to update these with phpmyadmin. Has anyone found the problem and gotten it working correctly?
    Wow where were you able to get that module from?
    I have a version from a few years ago but didn't know there was an update.

  2. #22
    Join Date
    Dec 2015
    Location
    Medford, OR
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by picandnix View Post
    Wow where were you able to get that module from?
    I have a version from a few years ago but didn't know there was an update.
    I'll message you

  3. #23
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,589
    Plugin Contributions
    30

    Default Re: Ceon Advanced Shipper v 5.0.2

    PHP7 compatibility: preg_match /e is deprecated.

    First thing I have found is in admin../includes/functions/advshipper.php.
    Saving a region method causes a debug file and saves the method titles as empty.

    This seems to fix it. Assume it is untested...

    PHP Code:
    function UTF8URLDecode($value)
    {
        if (
    is_array($value)) {
            foreach (
    $value as $key => $val) {
                
    $value[$key] = UTF8URLDecode($val);
            }
        } else {
            
    //$value = preg_replace('/%([0-9a-f]{2})/ie', 'chr(hexdec($1))', (string) $value);//steve preg_replace /e deprecated
            //steve
             
    $value preg_replace_callback('/%([0-9a-f]{2})/i',
             
    create_function ('$matches''return chr(hexdec($matches[1]));'),
             (string) 
    $value);
            
    //eof steve
        
    }
        
        return 
    $value;

    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  4. #24
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon Advanced Shipper v 5.0.2

    I want to use a separate shipping method for shipping to US military addresses, such as APO AE, APO AA, and APO AP, but i can not figure out what to put in the region's country code. I've tried US:APO, US:APO AE, US:AE and none of these work.

  5. #25
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by lidlchris View Post
    I want to use a separate shipping method for shipping to US military addresses, such as APO AE, APO AA, and APO AP, but i can not figure out what to put in the region's country code. I've tried US:APO, US:APO AE, US:AE and none of these work.

    It should be US:zip code range. Usually just first 3 numbers like US:963, US:090-091 etc

    Zen Cart and it's community are the best!!

  6. #26
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by lankeeyankee View Post
    It should be US:zip code range. Usually just first 3 numbers like US:963, US:090-091 etc
    thank you. yes that works. i thought there might be a better way.. :)

  7. #27
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Re: Ceon Advanced Shipper v 5.0.2

    Appreciate this is a zombie thread, but it keeps coming up top of searches for my issue - which is the same, that no changes are being saved. Does anyone have a fix?

  8. #28
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by Calljj View Post
    Appreciate this is a zombie thread, but it keeps coming up top of searches for my issue - which is the same, that no changes are being saved. Does anyone have a fix?
    Can you elaborate a little more on your situation?

  9. #29
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,589
    Plugin Contributions
    30

    Default Re: Ceon Advanced Shipper v 5.0.2

    Does anyone have a fix?
    It seems only two of you have the problem.
    What version of Advanced Shipper do you have and what is your server php/mysql version?
    Do you have the same problem on your development server?
    Can you drop the php version down temporarily to check if the problem remains?
    Are you sure there are no error logs elsewhere apart from the /logs folder. I get logs generated elsewhere in the file structure that I don't discover until well after the fact.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  10. #30
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Re: Ceon Advanced Shipper v 5.0.2

    Quote Originally Posted by picandnix View Post
    Can you elaborate a little more on your situation?
    Yes, categories, products, manufacturers not saved to the shipping method when selected from the drop down list. If manually added/edited in phpmyadmin then they show up it the method fine.
    happens across 4 different installs ( all same server, all same version)
    My version is 5.0.2

 

 
Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. v151 CEON Advanced Shipper 5.0.2 -> USP
    By JSWeb in forum Addon Shipping Modules
    Replies: 33
    Last Post: 6 Oct 2014, 11:05 PM
  2. v151 Fedex vs Users Of CEON Advanced Shipper 5.0.2
    By jimmie in forum Addon Shipping Modules
    Replies: 6
    Last Post: 10 Dec 2013, 06:51 PM
  3. v151 Ceon Advanced Shipper - Setting Up Zones
    By runawayd in forum Addon Shipping Modules
    Replies: 2
    Last Post: 6 Mar 2013, 12:30 AM
  4. Ceon Advanced Shipper
    By Danielle in forum Addon Shipping Modules
    Replies: 2
    Last Post: 20 Jul 2010, 05:03 PM
  5. Ceon Advanced Shipper
    By pasher in forum Addon Shipping Modules
    Replies: 6
    Last Post: 15 Jul 2008, 09:00 AM

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