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

    (@elextensions)

    Hello,

    With the current plugin functionality, It’s not possible to hide the minimum price. The minimum price that is set will be visible on the shop and product page.
    However, We can help you with custom code. If you are interested please reach out to us.

    Thanks

    Hi Dik,

    I figured this out for my website and hopefully I can help you.

    Go to line 157 of the plugin file under includes elex-wfp-product-flexible-price.php

    Delete the following to stop the minimum price from showing:
    value="<?php echo strlen(wp_kses_post( $product_min_price ) ) === 0 ? 0 : wp_kses_post( $product_min_price ); ?>"

    Then to add a placeholder text, put:
    placeholder=”insert text
    before the input closing tag like this – <input placeholder=”insert text” />

    Hope that helped!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide minimum price’ is closed to new replies.