• Resolved SRCreative234

    (@srcreative234)


    Hey Mark!

    When user selects a variation with a larger markup up under the selection dropdown it will show “Add $20.00 for (The product)”

    See this link for screenshot: https://imgur.com/a/9WJLuX6

    How do I hide or remove that? I tried in the WooCommerce settings but it does not seem to affect it.

    Thanks!
    Justin

Viewing 1 replies (of 1 total)
  • Plugin Author Mark Tomlinson

    (@marktomlinson)

    Hi Justin,

    That text is added to the descriptions of the individual product variations when you set the price. There are two ways to avoid it, and I suggest you might want to do both.

    First is through the Description Behavior setting. If you select Do not add pricing information to the description field, the text will no longer be added when you set prices. However, it won’t undo the descriptions that are already set.

    Since repricing all of your products is probably a pain, there is some additional CSS that you can add through the Appearance ? Customize page which will hide this text. You should be able to just cut and paste the text code below to make it work.

    #mbainfo {
    	display: none;
    }

    I recommend both setting the Display Behavior and the custom CSS, so you don’t have to worry about repricing your products (at least, not right away).

    Hope this was helpful.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Attribute Description?’ is closed to new replies.