Results 1 to 10 of 85

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Multiple Ship-To Addresses [Support Thread]

    All on Windows 10 with order containing three separate delivery addresses.
    1. Chrome shows no print preview. Print command shows first to addresses on page one and third on page two. Prints two pages as shown in printer menu.
    2. Firefox shows four pages on print preview (fourth page is blank). Print command does not show number of pages. Prints four pages.
    3. Safari shows two pages on print preview and obviously breaks in the middle of address two. Print command does not show number of pages. Prints two pages.


    Can PM/email playground if you wish.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Multiple Ship-To Addresses [Support Thread]

    Quote Originally Posted by dbltoe View Post
    All on Windows 10 with order containing three separate delivery addresses.
    1. Chrome shows no print preview. Print command shows first to addresses on page one and third on page two. Prints two pages as shown in printer menu.
    2. Firefox shows four pages on print preview (fourth page is blank). Print command does not show number of pages. Prints four pages.
    3. Safari shows two pages on print preview and obviously breaks in the middle of address two. Print command does not show number of pages. Prints two pages.


    Can PM/email playground if you wish.
    Arggh, too many browsers with their own unique dialects! I've got this corrected on the plugin's GitHub repository (see this issue for the changes). Tested on IE, Chrome, FireFox and Safari; an order with 3 sub-orders properly prints 3 pages of packing slips on each.

    I'll be getting this wrapped up for v1.2.0 of the Multiple Ship-To Addresses release. That release will drop support for Zen Cart versions prior to 1.5.5, allowing the plugin to make use of notifiers that are now included in the base and, thus, reducing the number of core-file overwrites required!

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Multiple Ship-To Addresses [Support Thread]

    I just submitted v1.2.0 to the Zen Cart Plugins for review; I'll post back here once it's available for download.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Multiple Ship-To Addresses [Support Thread]

    v1.2.0 is now available for download from the Zen Cart plugins.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Multiple Ship-To Addresses [Support Thread]

    Let me start by saying that I've got this loaded on a 1.5.5e plain-jane site and it is working perfectly.

    Not so much on the one I've been working on. I've got my brain so befuddled that I can't see whatever is staring me in the face.

    One symptom was that the uninstall.sql was not completely removing the tables and configuration listings. Thought I had that fixed but, every time I removed and re-installed, the init_includes would not fire and setup the tables and configuration settings.

    After finding a stray file, I got the init to fire but am getting
    Code:
    [13-Aug-2017 18:17:51 UTC] Request URI: /155e/index.php?main_page=checkout_process&zenid=b46jpej9kltq697nt61utm3u85, IP address: 216.177.186.199
    #1 trigger_error() called at [/home/*****/public_html/155e/includes/classes/db/mysql/query_factory.php:167]
    #2 queryFactory->show_error() called at [/home/*****/public_html/155e/includes/classes/db/mysql/query_factory.php:139]
    #3 queryFactory->set_error() called at [/home/*****/public_html/155e/includes/classes/db/mysql/query_factory.php:266]
    #4 queryFactory->Execute() called at [/home/*****/public_html/155e/includes/functions/functions_general.php:982]
    #5 zen_db_perform() called at [/home/*****/public_html/155e/includes/classes/class.multiship.php:391]
    #6 multiship->_createOrderAddAttributes() called at [/home/*****/public_html/155e/includes/classes/observers/class.multiship_observer.php:54]
    #7 multiship_observer->update() called at [/home/*****/public_html/155e/includes/classes/class.base.php:103]
    #8 base->notify() called at [/home/*****/public_html/155e/includes/classes/order.php:886]
    #9 order->create_add_products() called at [/home/*****/public_html/155e/includes/modules/checkout_process.php:92]
    #10 require(/home/*****/public_html/155e/includes/modules/checkout_process.php) called at [/home/*****/public_html/155e/includes/modules/pages/checkout_process/header_php.php:14]
    #11 require(/home/*****/public_html/155e/includes/modules/pages/checkout_process/header_php.php) called at [/home/*****/public_html/155e/index.php:36]
    [13-Aug-2017 18:17:51 UTC] PHP Fatal error: 1062:Duplicate entry '21644' for key 'PRIMARY' :: INSERT INTO orders_products_attributes (orders_products_attributes_id, orders_id, orders_products_id, products_options, products_options_values, options_values_price, price_prefix, product_attribute_is_free, products_attributes_weight, products_attributes_weight_prefix, attributes_discounted, attributes_price_base_included, attributes_price_onetime, attributes_price_factor, attributes_price_factor_offset, attributes_price_factor_onetime, attributes_price_factor_onetime_offset, attributes_qty_prices, attributes_qty_prices_onetime, attributes_price_words, attributes_price_words_free, attributes_price_letters, attributes_price_letters_free, products_options_id, products_options_values_id, products_prid) VALUES ('21644', '5715', '6801', 'Dry Roast', '1 Pound in Texas Container', '15.9500', '+', '1', '1.25', '+', '1', '1', '0.0000', '0.0000', '0.0000', '0.0000', '0.0000', '', '', '0.0000', '0', '0.0000', '0', '2', '11', '115:288e916535e8d251459de6dc1eaf0a39') ==> (as called by) /home/allpecans/public_html/155e/includes/functions/functions_general.php on line 982 <== in /home/*****/public_html/155e/includes/classes/db/mysql/query_factory.php on line 167
    In case you need to "play" with this, I'll PM the details.

    Thanks for looking
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Multiple Ship-To Addresses [Support Thread]

    @dbltoe, that's weird; I've looked at the uninstall and compared it to the MultiShip initialization and don't see anything that gets added during initialization that's not removed after "uninstall".

    That said, I do see that the storefront observer isn't checking to see if the plugin's been installed on the admin-side; I'll add that check to help prevent some of those issues in the future.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Multiple Ship-To Addresses [Support Thread]

    I'm still looking at the processing surrounding that debug-log ... something's (obviously) funny.

 

 

Similar Threads

  1. v151 Multiple Ship - From addresses for Shipping (UPS module)
    By samueljjs in forum Addon Shipping Modules
    Replies: 1
    Last Post: 22 Apr 2014, 03:03 PM
  2. Ship to multiple addresses?
    By Nimbuz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Dec 2007, 06:28 AM

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