• Resolved syncmx

    (@syncmx)


    Thanks for you quick feedback and response all the time, Now i was just wondering if it is possible to hide the percentage % Cashback in the store page. I would prefer them not to see this feature as in some cases users won’t buy a products just because they see the CashBack is too small.

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

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

    (@subratamal)

    @syncmx,

    Yes, It is possible just use bellow code snippet to themes function.php file
    add_filter('is_display_cashback_on_product', '__return_false');

    Dear Subrata,

    I have used the code provided above. It clears the cashback percent message from both the shop page and product page. I have this situation where I only need to remove the message from the shop page. Do we have a way of doing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to hide the cashback percentage in the store page?’ is closed to new replies.