Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34
  1. #21
    Join Date
    Mar 2015
    Location
    Broadchurch
    Posts
    77
    Plugin Contributions
    0

    Default Re: Quick Quantity Update Support Thread

    Great, Brilliant, Fantastic!!

    All working as it should now. Went through the install again, don't know what I did different but it all sprung into life.

    Thanks again for your help.

  2. #22
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,140
    Plugin Contributions
    11

    Default Re: Quick Quantity Update Support Thread

    How about using an extra_definitions file versus the two file additions. Might aid in upgrades/revisions.

    Make a file for YOUR_ADMIN/includes/languages/english/extra_definitions/quick_quantity_update.php with the following:
    Code:
    <?php/*
     $Id: quick_quantity_update.php, v 1.2 2016/09/18  $                                                                    
                                                         
      By swguy > 09.18.2016
                                                          
      Powered by Zen-Cart (www.zen-cart.com)              
      Portions Copyright (c) 2006 The Zen Cart Team       
                                                          
      Released under the GNU General Public License       
      available at www.zen-cart.com/license/2_0.txt       
      or see "license.txt" in the downloaded zip          
    
    
      DESCRIPTION: Quick Quantity Update Definitions
    
    
    */
    
    
    define('TEXT_INFO_HEADING_CHANGE_QUANTITY', 'Change Quantity');
    define('TEXT_CHANGE_QUANTITY_INTRO', 'Please set the quantity for:<br /> %s.');
    define('ICON_CHANGE_QUANTITY', 'Change Quantity');
    
    
    ?>
    Works a charm with 1.5.5e and thru PHP 7

  3. #23
    Join Date
    Mar 2014
    Location
    St. Louis, MO
    Posts
    25
    Plugin Contributions
    0

    Default Re: Quick Quantity Update Support Thread

    Working great! Installed on 1.5.1

  4. #24
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,682
    Plugin Contributions
    123

    Default Re: Quick Quantity Update Support Thread

    Quick Quantity Update has now been updated for 1.5.6.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #25
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,682
    Plugin Contributions
    123

    Default Re: Quick Quantity Update Support Thread

    Updated for 1.5.6c.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #26
    Join Date
    Feb 2021
    Location
    Chicago
    Posts
    1
    Plugin Contributions
    0

    Default Re: Quick Quantity Update Support Thread

    Does 'Quick Quantity Update' appear to work with Zen Cart version 1.5.7?

  7. #27
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,682
    Plugin Contributions
    123

    Default Re: Quick Quantity Update Support Thread

    I haven't done the merges yet - the core files have changed a lot.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #28
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,682
    Plugin Contributions
    123

    Default Re: Quick Quantity Update Support Thread

    Quick Quantity Update has been updated to support Zen Cart 1.5.7.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #29
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    282
    Plugin Contributions
    3

    Default Re: Quick Quantity Update Support Thread

    I noticed a small bug with updating the quantities using this on a 1.5.7c build.

    If the sub-category has more than one page, you can only use this to update quantities on the first page. Attempting to update quantity on subsequent pages results in it looping back to page 1, and not updating the quantity.

    This can be overcome by setting the Maximum Categories Products Display List number in the Maximum Values settings to a number higher than the number of products in any given sub-category.

  10. #30
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,682
    Plugin Contributions
    123

    Default Re: Quick Quantity Update Support Thread

    Please revert to smaller number of products per page and try this fix:

    under
    <!-- bof That Software Guy Quick Quantity Update -->

    change

    <?php echo '<a href="' . zen_href_link(FILENAME_CATEGORY_PRODUCT_LISTING, 'cPath=' . $cPath . '&pID=' . $products->fields['products_id'] . '&action=change_quantity') . '">'; ?>

    to

    <?php echo '<a href="' . zen_href_link(FILENAME_CATEGORY_PRODUCT_LISTING, 'cPath=' . $cPath . '&pID=' . $product['products_id'] . '&action=change_quantity') . '">'; ?>


    (You're basically changing $products->fields to $product.)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  2. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  3. Position quantity update button under quantity box
    By JC.M in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Feb 2010, 02:43 PM
  4. Quick Order support?
    By rstevenson in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 18 Jun 2007, 06:48 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