• Resolved Firas katbeh

    (@firaskatbeh)


    Hey there,
    I want to add a variation product with multi-model and multi-color like in this photo instead of “ships From” “model” how I can do this?
    thanks in advance.
    the problem that I faced: when I pick the flower model and rose color I can not change the model until I refresh the page.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @firaskatbeh

    Thanks for reaching out to us. There has an option by default with WooCommerce to clear the selection https://prnt.sc/160rgxu but it’s hidden by CSS from your theme.

    Here is the CSS code to show it again, please put the following CSS code inside your site customizer additional CSS section:

    .woocommerce div.product form.cart .reset_variations {
        display: inline !important;
    }

    Also, our plugin has an option to clear selected attribute on select again https://prnt.sc/160t37b

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘issue with variation product’ is closed to new replies.