• Resolved leahleiman

    (@leahleiman)


    I added all the mark ups to my attribute’s but I do not like that on the product page is says the amount being added instead of just updating the price where the default price is. Is there a way to change this?

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

    (@marktomlinson)

    Yes. That pricing information is in the description field of each variation. To eliminate it, find the setting under?WooCommerce >> Settings >> Product >> Markup by Attribute. You’ll want to set?Variation Description Behavior?to?[x] Do NOT add pricing information to the description field.

    But, that only changes the description when you reprice the product. For more immediate results, you can add the following to your theme’s Additional CSS.

    #mbainfo {
    	display: none;
    }

    (Details are in the Markup-by-Attribute instructions).

    Hope that helps.

    Thread Starter leahleiman

    (@leahleiman)

    Thank you so much! this plugin is great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.