Thread: Quick Order

Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 54
  1. #41
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Quick Order

    I have found one install problem. Now I am getting this:

    my url is: http://web-mobile-cart.com/dir/index...arkets&qty_1=1

    --------Response is:
    Order Online
    Name/Model Quantity
    Invalid item number: Recycled Water Markets

    Model: Recycled Water Markets 1

    and a chain of order boxes?

  2. #42
    Join Date
    Aug 2012
    Location
    Medford Oregon USA
    Posts
    44
    Plugin Contributions
    0

    Default Re: Quick Order

    I have also installed it in: my_template_default.
    And I re-checked it for any install errors
    http://web-mobile-cart.com/dir/index...arkets&qty_1=1

    ..now the error is:

    Order Online
    Name/Model Quantity
    Invalid item number: Recycled Water Markets
    -------------------------------------------------------------------------
    Model: Recycled Water Markets 1
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:
    Model:

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

    Default Re: Quick Order

    I have this installed and working fine, except for the fact that I really need attribute support for it.....
    Anyone have that figured out?
    Thx

  4. #44
    Join Date
    Jan 2014
    Location
    Fishkill NY
    Posts
    4
    Plugin Contributions
    0

    Default Re: Quick Order

    I have this installed and it looks great. One problem: We have SSL turned on and I'm getting that security error

    "Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party."

    Is there a fix for this?

  5. #45
    Join Date
    Mar 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: Quick Order

    hi, ive been using this plugin since time began lol just upgraded my template to a responsive one (m_o_z_e_n_temp) using 1.5.0 and the page loads ok but my template is being ignored. i thought it was the new ajax version so tried the old version still same problem, any ideas why it would ignore my template just because its responsive, if i put my old template on it works fine!

    link: http://www.hilevel1.co.uk/hilevel/in...ge=quick_order

    any help appreciated

    Dessy

  6. #46
    Join Date
    Mar 2013
    Posts
    16
    Plugin Contributions
    0

    Default Re: Quick Order

    DOH! sorry my bad folder in wrong place, thats what happens when doing websites at stupid o'clock the old rule never take anything for granted lol

  7. #47
    Join Date
    Dec 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Quick Order

    When using the pre-filled model numbers display, can the sort order be changed to either zen cart sort order or alphabetically? Or better yet, can it just use the order that the model numbers are entered in qo_settings.php.

    Example:

    $qo_model_array = array(
    '00541-BNDL-Q',
    '00602-BNDL-Q',
    '00596-BNDL-Q',
    '00527-BNDL-Q',
    '00558-BNDL-Q',
    '00534-BNDL-Q',
    '00589-BNDL-Q');

  8. #48
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Quick Order

    Assuming you're using the latest version of the quick orders module, you can make a couple edits to manage sorting:

    Edit the /includes/classes/ajax/zcAjaxQuickOrder.php file ... around line 39 you'll see a section like the following. Add the lines in red, as shown:
    Code:
          while (!$result->EOF) {        $product_list_array[$result->fields['products_model']] = $result->fields['products_name'];
            $result->MoveNext();
          }
    
    
          // sort specifically by the order listed in the $qo_model_array() in the config file:
          $temp_array = $product_list_array;
          $product_list_array = array();
          foreach($qo_model_array as $key) {
            $product_list_array[$key] = $temp_array[$key];
          }
          unset($temp_array);
    
    
          // Uncomment the next line to sort by products_model
          // ksort($product_list_array);
    
    
          // Uncomment the next line to sort by products_name
          // asort($product_list_array);
    
    
    
    
          // finally, build list of models for menu use
          if (is_array($product_list_array)) {
            $product_list_models = array_keys($product_list_array);
          }
        }
    EDIT:
    I've added a variation of this code to the downloadable plugin, so that all sorting can be controlled by a new setting $qo_model_sortorder in the qo_settings.php file.
    Last edited by DrByte; 20 Jun 2015 at 09:35 PM. Reason: updated
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #49
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Quick Order

    I've added a variation of the above sorting code to the latest update of the plugin, so that all sorting can be controlled by a new setting $qo_model_sortorder in the qo_settings.php file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #50
    Join Date
    Jan 2016
    Location
    louisville, ky
    Posts
    1
    Plugin Contributions
    0

    Default Re: Quick Order

    Quote Originally Posted by DrByte View Post
    I've added a variation of the above sorting code to the latest update of the plugin, so that all sorting can be controlled by a new setting $qo_model_sortorder in the qo_settings.php file.
    Hi - great plugin - btw is there a way to make it default to the qty of 1 after typing in the model number, etc.? I am trying to use a barcode reader and the model is the same number as the upc for now and it will read the model number, but then stops and gives an error as opposed to going on to the next line.? Any help is appreciated. Thanks

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. v154 Quick Order - How to change sort order?
    By anduril3019 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 20 Jun 2015, 09:09 PM
  2. v138a Quick Re-order aka order_history.php history beyond last order
    By beyerg in forum Customization from the Admin
    Replies: 1
    Last Post: 24 Jan 2012, 11:14 PM
  3. Quick Order
    By medgollc in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Dec 2010, 06:20 PM
  4. Quick Re-order
    By LoriW. in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 30 Sep 2007, 07:17 PM

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