Page 1 of 5 123 ... LastLast
Results 1 to 10 of 49
  1. #1
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Support Thread: Checkbox Textbox Icon Addon for Listings

    What does this plugin do?

    Well, with more mobile devices coming into play, the method(s) of selecting items are changing. To address a few additional ways to select items to be added to the cart, this plugin has been put together. There are three basic types of selection added by this plugin. 1) A check box for each product that when the selected items are submitted to the cart will add the minimum quantity of the item(s) selected, 2) a check box with an editable text box that begins with the minimum quantity, and 3) icons that when selected will add or remove the quantity of items that meet the minimum/unit requirements. Note: initial selection will add the minimum quantity or unit quantity whichever is greater of items. Additional quantity of the item will be added on a per unit basis.

    Options 1 and 2 require the use of: the product having a status of allowing the product's quantity box to show (!=0) (Setting is on the product's information page), Display Product add to Cart Button !=0, Display Multiple Products Qty Box Status > 0 and applicable checkbox/textbox combo to be active (Previous 3 settings are in the applicable Listing area: Product Listing, Specials Listing, New Listing, Featured Listing). The checkbox textbox combination overrides the checkbox only option, so if both are active then the checkbox textbox combination will appear.
    Option 3 requires the product to have a status of allowing the quantity box to show (!= 0)(Setting is on the product's information page), Display Product Add to Cart Button set to 3 (on with Adj per Product) and Display Multiple Products Qty Box Status == 0 (Previous 2 settings are in the applicable listing area: Product Listing, Specials Listing, New Listing, Featured Listing).

    It is also suggested that the option to see the cart after adding an item to it be turned off for using Option 3 of the newly added options; however, it is not required. (See in Admin Panel, Configuration->My Store->Display Cart After Adding Product)

    There is also an option that has been added to show the quantity of an item that is in the cart. The setting is located in the Product Listing area of the configuration panel and is applicable to all listings. There are three settings: 0 (default) - Don't show the total quantity of the item adjacent to the item, 1 - Show the total quantity of the item if there is more than zero, and 2 - Show the total quantity of item regardless of the number present (zero included).

    The plugin described above has been submitted for review and will be made available when posted.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Very cool, do you have a working demo?

  3. #3
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by rbarbour View Post
    Very cool, do you have a working demo?
    Icon option temporarily activated at (No CSS rules applied):

    http://shop(dot)pugsugottasave(dot)o...-PUGS-Products



    Checkbox Textbox Combination temporarily activated at (No CSS rules applied):

    http://shop(dot)pugsugottasave(dot)o...-PUGS-Products
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by mc12345678 View Post
    Icon option temporarily activated at (No CSS rules applied):

    http://shop(dot)pugsugottasave(dot)o...-PUGS-Products
    Wouldn't this be the same as a "add to cart" button?

    Quote Originally Posted by mc12345678 View Post
    Checkbox Textbox Combination temporarily activated at (No CSS rules applied):

    http://shop.pugsugottasave.org/All-PUGS-Products
    I really like the check-box concept here!

    But, there is always a but.

    I'm not sure I would want to change the value for items I didn't want versus items I did.

    I would be even more frustrated if I scrolled 20 products, check 3 and find out I had to delete the other 17 that were added to my cart.

    Or am I doing something wrong?

  5. #5
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by rbarbour View Post
    Wouldn't this be the same as a "add to cart" button?
    Similar; however, a few differences (and by-the-way I did not remove/vary any of the default settings, but added to the existing... This way the plug-in would be relatively non-intrusive to the routine operation.) Said to be similar in that it will add to the cart, but if not mistaken (at least in testing) clicking on the add to cart button took me to the product information page with the product added to the cart. Here the design concept was to stay on the same page (and in this case kept the page at the "same" location) to be able to increase/decrease the quantity of an item like using a push-button arrow or similar.


    Quote Originally Posted by rbarbour View Post

    I really like the check-box concept here!

    But, there is always a but.

    I'm not sure I would want to change the value for items I didn't want versus items I did.

    I would be even more frustrated if I scrolled 20 products, check 3 and find out I had to delete the other 17 that were added to my cart.

    Or am I doing something wrong?
    Yeah... Sorry, I kinda threw the software to the site because most of my testing had been local. I've brought in the modified shopping_cart.php class template file, so now it operates like it was supposed to... Not like how you found it... Sorry...

    Yes, it would be a complete pain to click 3 items on a page of 20 and then have to dump the 17 others that came over. That's why some additional design was needed. Only issue I've seen in the way I implemented it is if there is a change of the settings in mid use of one page and clicks to load something to the cart... Albeit a minute detail, it's one of those things... :)

    Can try the check box concept again. The reason initially for the textbox to go along with it was that the box would be prepopulated with the minimum that can be added as calculated by one of the Zen Cart functions, and that it could be selected down the row, then the quantity(ies) could be modified as needed/desired. This all stemmed from the original request to have a checkbox that could be used to add an item or list of items with a minimum amount applied. Then there was some discussion about how to add multiples at once (textbox added in), then an increase, decrease option... Icon option...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by mc12345678 View Post
    Similar; however, a few differences (and by-the-way I did not remove/vary any of the default settings, but added to the existing... This way the plug-in would be relatively non-intrusive to the routine operation.)
    That is always a plus!

    Quote Originally Posted by mc12345678 View Post
    Said to be similar in that it will add to the cart, but if not mistaken (at least in testing) clicking on the add to cart button took me to the product information page with the product added to the cart. Here the design concept was to stay on the same page (and in this case kept the page at the "same" location) to be able to increase/decrease the quantity of an item like using a push-button arrow or similar.

    Admin>Configuration>My Store : Display Cart After Adding Product

    Quote Originally Posted by mc12345678 View Post
    Yeah... Sorry, I kinda threw the software to the site because most of my testing had been local. I've brought in the modified shopping_cart.php class template file, so now it operates like it was supposed to... Not like how you found it... Sorry...

    Yes, it would be a complete pain to click 3 items on a page of 20 and then have to dump the 17 others that came over. That's why some additional design was needed. Only issue I've seen in the way I implemented it is if there is a change of the settings in mid use of one page and clicks to load something to the cart... Albeit a minute detail, it's one of those things... :)

    Can try the check box concept again.
    Same result, I may have to clear my browser cache though.

    Quote Originally Posted by mc12345678 View Post
    The reason initially for the textbox to go along with it was that the box would be prepopulated with the minimum that can be added as calculated by one of the Zen Cart functions, and that it could be selected down the row, then the quantity(ies) could be modified as needed/desired. This all stemmed from the original request to have a checkbox that could be used to add an item or list of items with a minimum amount applied. Then there was some discussion about how to add multiples at once (textbox added in), then an increase, decrease option... Icon option...
    Trust me I understand.

  7. #7
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    I noticed if I checked a box in page 1 then went to page 2 then back to page 1 the item was unchecked but if I then clicked "add selected products to cart" it was added to the cart. (green success bar)

  8. #8
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by rbarbour View Post
    That is always a plus!




    Admin>Configuration>My Store : Display Cart After Adding Product



    Same result, I may have to clear my browser cache though.



    Trust me I understand.
    Quote Originally Posted by linuxguy2 View Post
    I noticed if I checked a box in page 1 then went to page 2 then back to page 1 the item was unchecked but if I then clicked "add selected products to cart" it was added to the cart. (green success bar)
    Okay, so previous proof of concept didn't work... For some reason I kept thinking that I could have templated class.. Not the case, lost something in my implementation of the installation.. Looks like a new package needs to be provided, with install updated...

    linuxguy2, switching pages is not going to maintain the status of the check...

    Up until a few minutes ago, the functionality was still broken. Wasn't until I reviewed the override map that I realized my "final" method of installation was wrong... the templated class shopping_cart.php was incorrectly implemented... Daggone it...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Do you have any plans to implement/add an increment/decrement feature?

    Thanks,

  10. #10
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Support Thread: Checkbox Textbox Icon Addon for Listings

    Quote Originally Posted by linuxguy2 View Post
    Do you have any plans to implement/add an increment/decrement feature?

    Thanks,
    Check the featured products listing. It has the "increment" (shopping cart icon) and "decrement" (trash can like) feature. These icons can be swapped out, so don't get too hung up on how they look right now... Functionality comes first and I didn't want to hold up presentation just because of an icon...

    Otherwise I'm not sure to which feature you were asking about including an increase/decrease option. If not mistaken, when checkbox textbox is active, a negative can be entered in the text box, although on my setup, it seems it will not remove the item from the cart. I thought I remembered someone saying that there is a programming error in something like products_id or product_id somewhere in the handling of product. Adds/deletes, but I couldn't find that fix, nor guarantee it would work for all if implemented on this store. So, used zc 1.5.1 in development, may be different in other versions, will have to compare and see, then possibly add-on.
    Last edited by mc12345678; 4 Jan 2014 at 05:18 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  3. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  4. v151 Admin Master-Categories Link Icon addon [support thread]
    By gjh42 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Oct 2012, 08:07 PM
  5. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 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