Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1687774
Failure of product variable attributes to load or appear in woocomerce product page
Closed

Comments

  •  1
    trustbuilt started the conversation

    The attributes for our variable products are not appearing in the woocomerce store despite being designated correctly in the woocomerce admin.  As a an example, our customers cannot choose a size or color of a product to add to the cart.    I have already contacted woocomerce and they suggested that there may be a conflict with our current theme.

  •  501
    Penci replied

    Hi,

    Please add more this code to  Customize -> Custom CSS  to display the attributes for variable products

    .variations_form .variations, .variations_form .woocommerce-variation-price, .variations_form .single_variation_wrap {
        display: block !important;
    }
    .woocommerce div.product form.cart .variations td.label {
     padding-bottom: 15px; }
    .woocommerce div.product form.cart .variations select {
     margin-bottom: 15px;
     padding: 4px 10px; }

    Best Regards,

    PenciDesign

  • FedericaDellaMonica replied

    Hi,

    I've added code below but it still doesn't working for me. Pls can U help me?

    Thanks

  •  501
    Penci replied

    Hi,

    I checked on your site.

    I saw you can choose a size of a product to and to the cart as screenshot http://prntscr.com/lvcv15http://prntscr.com/lvcw2l

    Please send me screenshot about this issue.


    Best Regards,

    PenciDesign