• Resolved muchogusto

    (@muchogusto)


    When the checkbox is not checked the product is still being added to cart although the required checkbox is set. The customer needs to be 18 or older to be able to buy liquor so this is an important checkbox. Also the text is in a light grey while my other page text is in black. Can the text color be changed so that it is more apparent?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Amin Y

    (@oscomsupport)

    Hi,

    Can you add these, in the General Options page -> Classes for Buttons to trigger required field alerts

    .single_add_to_cart_button,.checkout-button,#place_order

    and save once.

    Plugin Author Amin Y

    (@oscomsupport)

    Its your theme issue, There’s an opacity value for p{opacity:0.4}, you have to override using custom css,

    Appearance → Customize → Additional CSS add this,

    p.form-row {opacity: 1;}

    Regards.

    Thread Starter muchogusto

    (@muchogusto)

    Thank you for your quick reply. It works perfectly now and the text color is ok too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product in cart without box checked’ is closed to new replies.