Your account expired support, please renew to get your support.

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme Multiple choice for a variable product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #18204
    Creaskullt
    Support Expired

    HI,

    I work on a restaurant website.

    I want for a variable product like a “tacos menu” for example, the customer can choose 4 sauce, like 1 + 1 + 1 + 1, on only the attribut “sauce”.

    But actually on the page product it can choose only 1 sauce, if it click on 1 sauce additional, the 1st sauce is disable.

    I don’t know if it’s understandable !!

    Thanks for the help.

    best regards

    #18241

    Hi you,

    Please install this plugin: Product Add-Ons

    #18356
    Creaskullt
    Support Expired

    Hi ,

    Thanks !

    And can the choices will be align horizontal ?

    https://drive.google.com/file/d/1Z7DK1EOJewS38gQgdzzBLwFGLMCx6FrI/view?usp=sharing

    And how have space between Subtotal and price ? Or how can i disable the subtotal ?

    https://drive.google.com/file/d/1w6ISQtutHQh9GeJtGYj4apE1aNbxP0tW/view?usp=sharing

    And last question… how block the choice at max 4 choices ?

    Best ,

    Romain

    #18373

    Hi again,

    #1. Please add this css code to file style.css ( child-theme):

    .wc-pao-addon-checkbox-group-required {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wc-pao-addon .wc-pao-addon-wrap {
        width: 33%;
    }

    #2. Add css code:

    .single-product div.product div.product-addon-totals .wc-pao-subtotal-line p.price{
        font-size: 20px;
    }
    
    .single-product div.product p.price > span:first-child{
        padding-left: 5px;
    }

    #3. Please find the solution at https://woocommerce.com/document/product-add-ons/

    • This reply was modified 2 years, 4 months ago by Billy Nguyen.
    #18391
    Creaskullt
    Support Expired

    Hi,

    Thanks for the answers.

    The #2 not work 🙁

    Best

    #18393

    Please send Admin web account for me, I will check and help you.

    #18394
    Creaskullt
    Support Expired

    Hi,

    Fine is good for that, i just empty cache of Chrome and is good.

    You don’t have the solution for #3 ? in order to fix maximum choice ?

    best

    #18395

    Please read the documentation and find a solution or contact the plugin’s support team, we don’t support this plugin so we don’t have the experience to help you.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.