How to fix new variable products and remove SKU?

This topic has 6 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Robert Hall

  • Avatar: organics
    organics
    Participant
    September 3, 2015 at 12:56

    I have just updated to the most recent versions of Woocommerce, WordPress and IDStore.

    1. I have just tried to add a new variable product and it is showing SKU (you told me how to remove this in the past but it has returned).

    2. More importantly I am not able to correctly make a variable product. I cannot get it to work, things seem to change by themselves. There is always either no default selected, or the price doesn’t change from the default, or I get the error message “Sorry, no products matched your selection. Please choose a different combination.” (most common problem)

    Please help.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 19:08

    Hello,

    I’ve deleted the file variable.php in the directory wp-content/themes/idstore/woocommerce/single-product/add-to-cart. Please check variable products now.

    To remove SKU number I’ve added this code in custom.css:

    div.product_meta span {
        display: none !important;
    }

    Clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: organics
    organics
    Participant
    September 4, 2015 at 11:59

    Hi Eva,

    This has now removed all prices from every single product.

    Please fix it asap as nobody will be able to buy at the moment unless they select a variable product.

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 4, 2015 at 12:20

    Hello,

    I’ve replaced code above to this:

    div.product_meta .sku_wrapper {
        display: none !important;
    }

    Please check.

    Regards,
    Robert Hall.

    Avatar: organics
    organics
    Participant
    September 4, 2015 at 12:22

    Awesome, thanks for the quick response.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 4, 2015 at 12:28

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘How to fix new variable products and remove SKU?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.