Support » Plugin: Grid Products » How can I get rid of the $ in the price

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ModDish

    (@moddish)

    find :
    $product_shortcode .= ‘<p><b>Price $’.$price.'</b></p>’;

    replace with
    $product_shortcode .= ‘<p><b>Price ‘.$price.'</b></p>’;

    lines : 226 and 235

    Hello,

    I have the same problem. (I want to get rid of the word “Price” as well.)

    I tried looking up the codes mentionend above, but can’t find it anywhere. (I checked all my php’s & style.css).

    Where should I look?

    I really appreciate any help you can provide.

    Solved it myself, I’m a newb to WP and I searched the theme-php’s instead of the php of the plugin…

    But I had to change the code in line 270 and not 226/235!

    Plugin Contributor ModDish

    (@moddish)

    ok….your screen is bigger than mine…congratulations

    ctrl -> f
    $product_shortcode .= ‘<p><b>Price $’.$price.'</b></p>’;

    seems simple enough to me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I get rid of the $ in the price’ is closed to new replies.