• Resolved titsmaker

    (@titsmaker)


    The plugin is great but it could be even greater if it can edit sale prices instead of dynamically changing prices. This way is more convenient for running sales and it’s easier to notice the discount for the customer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We have forwarded it to our development team. They will check the feasibility of adding this to the plugin.

    Thank you!

    Yes, I really liked the design, but as it is now there is no way to use it. I feel sad seeing this thread there is almost 4 months with no improvement now ??

    Plugin Author ThemeHigh

    (@themehigh)

    You can use the below filter which is already available in our plugin to resolve this issue. The hook is given below:

    ?apply_filters( 'thwdpf_cart_product_price_html', $price, $product );?

    Using this filter you can modify the cart item price according to your requirement. Can you please verify the same from your side?

    We hope this will help.

    If we have misunderstood your exact requirement, please clarify.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    As a follow-up, you can also use the below filter to modify the striking price in the cart as regular price or sale price(sale price if given).

    apply_filters( 'thwdpf_for_stricking_price_in_cart', false );

    Please set true in the above filter to change the striking price to the sale price.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please consider adjusting sale price as well.’ is closed to new replies.