Hi @mahdyhigh,
Sorry for the delay in response and thank you for appreciating our plugin.
Can you please try adding the below code in functions.php file and then check whether it solves the issue or not.
Code:
function regular_price ( $subtotal, $item, $order ) {
$product = $item->get_product();
$regular_price = $product->get_regular_price();
return $regular_price;
}
add_filter(‘wcdn_formatted_item_price’,’regular_price’,10,3);
Please let us know how it goes.
Regards,
Kenil Shah
-
This reply was modified 5 years, 10 months ago by
kenil802.
Hello, it did not work. Please correct the code and test it yourself and send the picture how it will be
Thanks
Hi @mahdyhigh,
Sorry for the delay in response.
I will ask your query to the developer and get back to you with an update.
Regards,
Kenil Shah
Hi @mahdyhigh,
Extremely sorry for the delay.
Could you please email us your query on “support at tychesoftwares dot freshdesk dot com” so that we can get back to you on that.
Regards,
Kenil Shah
-
This reply was modified 5 years, 7 months ago by
kenil802.