New Landing How can we help? Atelier remove price category pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #286442
    TiiPii
    Member
    Post count: 96

    hi!

    Can you please provide me with a code that removes the price from the category lister pages?

    thanks

    #286498
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .tax-product_cat .woocommerce-Price-amount{
    display:none !important;
    }

    Thanks
    Mohammad

    #287521
    TiiPii
    Member
    Post count: 96
    This reply has been marked as private.
    #287562
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    function sf_rrp_price_html( $price, $product ) {
     
      $retun_string = 'From ' . $price;
      return $return_string;
     
    }
    add_filter( 'woocommerce_get_price_html', 'sf_rrp_price_html', 100, 2 );

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register