Please select some product options before adding this product to your cart

When selecting options for one of my variable products the button is greyed out and i get message Please “select some product options before adding this product to your cart.”

Single items work fine.

I have tried to change the theme and it was working fine, so i think there is something incompatible with Betheme.


check screenshots (Another Theme):

check screenshots (Your Theme):


My Website: https://mapsrating.com/

Comments

  • Hey,

    Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you are sending is complete and correct.

    Thanks

  • Hey,

    done, i sent you the WordPress dashboard loggin

  • The special characters in the attribute slug caused it. I have changed it, and it works correctly now.

    If you want us to look at this issue closer, please send us FTP access as you did with dashboard access, and remember to attach a link to this forum discussion.


    Best regards

  • Thank you so much, it's fixed... Really appreciated.

    i have other issues if you can help me fix them please:


    1- how can i translate the cart side: remove - subtotal- total - price


    2- as you see in the screenshot the cart steps are very close to the headr how can i add space between them


  • 1) This is translated automatically by WooCommerce and based on user/site language. If your account has English, then text there will be English as well. For not logged users, the site language will show up.

    2) Did you handle this in the meantime?

    I can see that it is correct now.

    Best regards

  • Hey Phil,

    Thanks for your time and assistance

    the previous issues were fixed, really appreciated.

    another issue, in the mobile version in the product page there isan issue with a section (check screenshot)

    i want the view button to be all left



  • It seems that we need to adjust this element for RTL.

    For now, please use the following CSS code:

    .rtl .helper .helper_header{
     padding: 15px 20px;
     justify-content: space-between
    }
    .rtl .helper .helper_header .links{
     margin-left: unset;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.