Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used.

    Came across an occasion where client wanted a particular shipping method that was set up in Conor's advanced shipping mod, removed from selection when the customer had a group pricing discount applied to them.
    This is a hardcoded colution, rtaher than admin interface so will need to manually change method numbers according to which ones you need disabled.
    I also make a point of adding the fact that this method is disabled to group pricing in the admin title of the shipping method, so i don't forget!

    So in this case, we had method 3 set as free shipping.
    for all the usual customers this worked fine.
    we wanted to disable this method for those customers who had been allocated a group pricing discount.

    edit: /includes/modules/shipping/advshipper.php

    find approx line 514
    Code:
    $unapplicable_methods = array();
    under it add
    Code:
                /// CALLJJ 1 of 2 - changed to not allow group pricing to get free shipping...
            $group_query = $db->Execute("select customers_group_pricing from " . TABLE_CUSTOMERS . " where customers_id = '" . (int)$_SESSION['customer_id'] . "'");
            if ($group_query->fields['customers_group_pricing'] != '0') {
            $unapplicable_methods[] = 3; //  ***** change this to the method number you wish to disable  ****
            $this->_debug("\nMethod $method_num excluded as group pricing used.", false);
            }
            ////  eof CALLJJ mod //////
    I bet Conor could have added a proper admin interface for this in minutes...the dude was a genuis.

  2. #2
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used

    i have certain methods not show by stock quantity. if in stock will show this method 1 or if not in stock show this method 2 or if both instock and nonstock show method 3. and can be changed in admin

  3. #3
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used

    Are you going to share the edits with us then?

  4. #4
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used

    already in downloads

  5. #5
    Join Date
    Mar 2007
    Posts
    248
    Plugin Contributions
    6

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used

    Post a link, I couldn't find under shipping modules

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

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used

    Quote Originally Posted by jimmie View Post
    already in downloads
    How? It's a commercial module isn't it?

  7. #7
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Allow selected Ceon Advanced Shipper methods to be disabled if group pricing used


 

 

Similar Threads

  1. v150 Ceon Advanced Shipper v 5.0.2
    By 14all41 in forum Addon Shipping Modules
    Replies: 52
    Last Post: 14 Jun 2019, 11:27 PM
  2. Replies: 5
    Last Post: 5 Feb 2015, 10:32 PM
  3. v151 Ceon Advanced Shipper - how can I limit the display of available shipping methods?
    By dysfunctional in forum Addon Shipping Modules
    Replies: 4
    Last Post: 31 Jan 2015, 04:03 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