Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Product QTY checkbox

    How would I get the following please in the attributes section?
    Click image for larger version. 

Name:	QTY.jpg 
Views:	55 
Size:	15.6 KB 
ID:	19057

    I have QTY discounts set up.
    Multiple checkboxes on a product, however if multiple checkboxes are selected, with 1 in the add to cart, only a single price gets calculated but the cart entry shows the multiple options.
    (Without having to get the customer to count individual items and type in QTY)

    Click image for larger version. 

Name:	multiple.jpg 
Views:	61 
Size:	11.5 KB 
ID:	19058

    Using v1.5.6c
    Plugins:
    Products Filters
    OZpost
    qty discounts (but not using this one - using the one installed in Zen Cart under Catalog > Price Manager).

    Thanks in advance.
    Kind Regards
    Casey

  2. #2
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: Product QTY checkbox

    Are you saying that you want to have the customer select a quantity of attribute 1 (I can't read the smaller screen), a quantity of attribute 2, none of attribute 3, and perhaps a quantity of attribute 4 with each "product" appearing in the cart separately at the quantity desired?

    If that's the case, then search the plugins section for product attributes grid... that plugin supports display of quantity numbers adjacent to each attribute selection and to have them added "once" for the quantity of each attribute... there may need to be some updates applied, but it is expected to provide the results described above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: Product QTY checkbox

    Quote Originally Posted by mc12345678 View Post
    Are you saying that you want to have the customer select a quantity of attribute 1 (I can't read the smaller screen), a quantity of attribute 2, none of attribute 3, and perhaps a quantity of attribute 4 with each "product" appearing in the cart separately at the quantity desired?

    If that's the case, then search the plugins section for product attributes grid... that plugin supports display of quantity numbers adjacent to each attribute selection and to have them added "once" for the quantity of each attribute... there may need to be some updates applied, but it is expected to provide the results described above.
    Thank-you. It worked a treat.
    However, I can't get the "Ingredients" to be more than 1 per line (the QTY part I required).

    I went to the catalog > Options Name Manager >> etc like required....
    Product is listed here
    Thanks for the help.
    Kind Regards
    Casey
    Attached Images Attached Images  

  4. #4
    Join Date
    Jul 2012
    Posts
    16,718
    Plugin Contributions
    17

    Default Re: Product QTY checkbox

    Quote Originally Posted by hookedondecals View Post
    Thank-you. It worked a treat.
    However, I can't get the "Ingredients" to be more than 1 per line (the QTY part I required).

    I went to the catalog > Options Name Manager >> etc like required....
    Product is listed here
    Thanks for the help.
    Kind Regards
    Casey
    If not mistaken, the image shown describes or relates to images associated with the attributes, not necessarily attributes per row... I haven't pulled up the equivalent screen in a store to validate my description.

    That said, the display positioning of the attribute "boxes" is controlled by css/the structure. The attribute product grid layout is displayed as a table which is historically not highly compatible with responsive templates... More than likely the table tag(s) should be converted to div tag(s) to support improved alignment control. On my mobile device I could somewhat see what you were describing...

    Perhaps someone could help a little further/faster by referencing the above linked product. When on my mobile, I have limited capability to review/revise on the fly as compared to when on say a desktop computer where it is possible to access the CSS (F12) and make localized modifications to see how things may end up looking when the CSS file(s) are changed.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: Product QTY checkbox

    Quote Originally Posted by mc12345678 View Post
    If not mistaken, the image shown describes or relates to images associated with the attributes, not necessarily attributes per row... I haven't pulled up the equivalent screen in a store to validate my description.

    That said, the display positioning of the attribute "boxes" is controlled by css/the structure. The attribute product grid layout is displayed as a table which is historically not highly compatible with responsive templates... More than likely the table tag(s) should be converted to div tag(s) to support improved alignment control. On my mobile device I could somewhat see what you were describing...

    Perhaps someone could help a little further/faster by referencing the above linked product. When on my mobile, I have limited capability to review/revise on the fly as compared to when on say a desktop computer where it is possible to access the CSS (F12) and make localized modifications to see how things may end up looking when the CSS file(s) are changed.

    Thank-you. I am not sure how to change it to DIV in CSS without help/guidance so will just leave it for now until someone can guide me.
    Thanks once again.
    Appreciate your help

  6. #6
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: Product QTY checkbox

    Is anyone able to help me with this please?
    The product in discussion is here.
    I'm totally stumped.
    Thanks.

  7. #7
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: Product QTY checkbox

    Is this by any chance correct?

    /* DivTable.com */
    .divTable{
    display: table;
    width: 100%;
    }
    .divTableRow {
    display: table-row;
    }
    .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    }
    .divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    }
    .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
    }
    .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
    }
    .divTableBody {
    display: table-row-group;
    }

    Where would it be placed exactly is the next question?

 

 

Similar Threads

  1. Replies: 9
    Last Post: 3 Mar 2014, 10:25 PM
  2. how to mass edit Product qty Min & Max & product qty units?
    By SheenaMad in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 17 Oct 2011, 01:46 AM
  3. Checkbox to select product
    By OLIVIER72 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Mar 2009, 09:00 AM
  4. How do I set the checkbox for Product Notifications to unchecked?
    By alexwoolfson in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Jan 2009, 06:00 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