• Resolved bfuller

    (@bfuller)


    Please help!! 😀

    I’m trying to create my first variable product. I have created the attributes and variations. However, the selection is not required. The customer could add the product to the cart without choosing the option.

    I’ve looked through the settings and I can’t figure out how to make it required.

    I’ve set the product page visibility to password protected so that a customer won’t accidentally stumble upon it. The password is “test variable product” without the quotes

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bfuller

    (@bfuller)

    Upon further testing, the selection is required; however, there’s a very awkward ”
    — OR — ” right next to the add to cart button.

    <p id=”wcpay-payment-request-button-separator” style=”margin-top: 1.5em; text-align: center;”>— OR —</p>

    Hello,

    Could you re-share a link to a variable product so we can take a look? The link you’ve provided above isn’t working, and all products that are listed on https://garagebrisco.com/products/ seem to be external products.

    <p id=”wcpay-payment-request-button-separator” style=”margin-top: 1.5em; text-align: center;”>— OR —</p>

    This code is coming from a stripe payment plugin. Try adding the following code to Appearance > Customize > Additional CSS to see if that helps.

    .wcpay-payment-request-button-separator {
     display: none !important; 
    }
    Thread Starter bfuller

    (@bfuller)

    Thanks, @maykato ! The template I was using had some other issues, so rather than tracking everything down, I changed templates. The problem appears to be resolved now. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Variable Product Require Selection’ is closed to new replies.