Conflict with plugin
-
Hi,
We are facing a conflict with your oro version plugin,so i am hoping you can guide us to fix the conflict
we are ading a product A as of 0 cost using code the product is of price 15
but your plugin is showing it of original cost in the cart, and checkout page
your this function get_sale_price($sale_price, $product); in class-wad-discount.php is changing the price to regular price as it has some check in it for empty($sales_price)
if (empty($sale_price)) { global $wad_ignore_product_prices_calculations; $previous_value=$wad_ignore_product_prices_calculations; $wad_ignore_product_prices_calculations=TRUE; $regular_price = $product->get_regular_price(); $sale_price= $regular_price; $wad_ignore_product_prices_calculations=$previous_value; }
can you tell us how to buypassthis filtering and get it to show the 0 price
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict with plugin’ is closed to new replies.