Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1008151

    hello there.
    I want to display only lowest price on each products in woocommerce.
    please let me know css that I could change.
    thanks again.

    #1008158

    Hey ngavy,
    Perhaps this plugin would work better than css: Show only lowest prices in WooCommerce variable products

    Best regards,
    Mike

    #1008162

    thanks mike.
    but I need to edit some.
    i did what you said. but. it appears ” from : 10000$”
    but i need to take out “from :” and “$”
    it that possible.?
    regards
    seongjin

    #1008177

    Hi,
    I took a look at the plugin on my localhost and found that you can remove the “From” easily from lines 24,28,58 in the WordPress > Plugins > Editor:

    sprintf( __( 'From: %1$s', 'show-only-lowest-prices-in-woocommerce-variable-products' ), $from );

    just remove the “From” and be sure to leave the %1$s in place (don’t remove the “$from”)
    If you don’t want to show the currency symbol, try using this css in your Quick CSS:

    span.woocommerce-Price-currencySymbol {display: none !important;}

    Best regards,
    Mike

    #1009159

    i did. it worked. thanks. Mike!

    #1009171

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘showing only lowest price on each product.’ is closed to new replies.