• Resolved Erehr

    (@kamilwrona)


    I have plugin that calculate price based on excel file and found that even “Use prices modified by other plugins” option didn’t work for it. It uses the same hook as this plugin (woocommerce_get_price_html) to modify the price, just with lower priority. I found that this plugin don’t take this changed price into consideration at all but takes the original price directly from product. Had to modify it to take the new modified price (and strip html and currency from it) then recalculate it with discounts included. Would love this to be something build-in if possible.

    The second issue I had was directly tied to the previous one. Even with these changes the price didn’t change if the hook was triggered multiple times (like to calculate different quantities in table) because it is also cached. The second option I would love to see is one to completely disable cache.

    Thanks

    • This topic was modified 3 years, 3 months ago by Erehr.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Request for 2 features’ is closed to new replies.