Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Ceon Advanced Shipper v5.02 Updated to include freightquote.com shipping

    Here it is:
    1.you must install Freightquote module first (needed to update products) you can disable after install.
    follow instructions for installing freightquote module, included in package, dont forget the sql patch
    2. copy all files files from AdvancedShipperUpdate, keeping directory Structure, dont forget the sql patch.
    I have version v5.02 Dont know if it will work on others.
    you can see it in action here.
    http://floorz-n-more.com/TESTSITE/in...oducts_id=4097
    you must have over 150 lbs for my version to show and not be in florida.
    If you want a copy let me know

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

    Default Re: Ceon Advanced Shipper v5.02 Updated to include freightquote.com shipping

    Freightquote Module can be found here: http://www.zen-cart.com/downloads.php?do=file&id=1268
    Attached Files Attached Files

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

    Default Re: Ceon Advanced Shipper v5.02 Updated to include freightquote.com shipping

    Noticed it did not carry over customer selected options over to checkout. Now fixed.
    Find
    Code:
    if (isset($_REQUEST['freightquote_delivery_location'])) {
            $delivery_location = (int)$_REQUEST['freightquote_delivery_location'];
    Add Below
    Code:
    $_SESSION["freightquote_delivery_location"] = $delivery_location;
          } elseif (isset($_SESSION['freightquote_delivery_location'])) {
            $delivery_location = (int)$_SESSION['freightquote_delivery_location'];
    Should look like this
    Code:
    if (isset($_REQUEST['freightquote_delivery_location'])) {
            $delivery_location = (int)$_REQUEST['freightquote_delivery_location'];
    	$_SESSION["freightquote_delivery_location"] = $delivery_location;
          } elseif (isset($_SESSION['freightquote_delivery_location'])) {
            $delivery_location = (int)$_SESSION['freightquote_delivery_location'];
          }
    This change is made in
    class.AdvancedShipperFreightQuoteCalculator.php

    Note: Freightquote does not work with FEC Fast and Easy Checkout, will only show Default selected

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

    Default Re: Ceon Advanced Shipper v5.02 Updated to include freightquote.com shipping

    after further investigating Fec does work

 

 

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. 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
  3. 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
  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