taised
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product discount broken when updating to Woocommerce 5.5Sorry, I got confused because I updated both wordpress and WooCommerce at the same time. The version 5.5 is the WordPress version, for WooCommerce I have the 4.4.0
It doesn’t seems that I’m able to correct the title of the topic, sorry again
Forum: Plugins
In reply to: [WooCommerce] Product discount broken when updating to Woocommerce 5.5Further analysis lead me to check what was the difference between the two functions
WC()->cart->get_product_price( $_product ) WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] )and i found there’s none. Indeed both functions report the regular price, not the discounted one. The strikethrough price is only a filter applied.
The question why the discounts are not applied remains.
Forum: Plugins
In reply to: [WooCommerce] Single use downloadable licenseThis means that is not possible without a plugin?
I’ve never seen a “Billed annually” license for a plugin. So it means that after one year I have to pay again the cost or the plugin stop working, or this is only for the support?
Forum: Plugins
In reply to: [WooCommerce] Custom backorder and outofstock behaviourThanks for the answer, but it will not solve the issue, not as itself at least. In this case i’d get in search results all the products, also those that are really out of stock.
Then i should add a filter that excludes from search result those that are out of stock and have no supplier stock. Is this easier?