• Resolved baskinsbergen

    (@baskinsbergen)


    When I use the name your price plug in with a variable product it shows two fields. Only the bottom field works. Hou can I fix this?

    Kind regards,
    Bas

    The page I need help with: [log in to see the link]

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

    (@wpclever)

    Hi,

    I tried our plugin on many themes and it works fine with the variable product. Seem your theme use the incorrect action hook, so it was duplicated.

    You can add below CSS code (WP-Admin → Appearance → Customize → Additional CSS) to hide one of these fields:

    .variations_form > .woonp {
        display: none;
    }
    Thread Starter baskinsbergen

    (@baskinsbergen)

    Super! Thank fixed it. Thanks so much.

    kind regards,
    Bas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two fields in variable product’ is closed to new replies.