Hello,
In version 1.x, the stock out badge was nicely displayed on my product image in the top left corner, as seen here: https://galerie09.cz/wp-content/uploads/2024/10/sold-formerly.jpg
Now, in version 2.x, it is in the top right corner of the product description, which is distracting. Screenshot is here: https://galerie09.cz/wp-content/uploads/2024/10/sold-new.jpg
Is it possible to revert to the original state? Thank you for your help.
]]>HI team,
Your plugin is great, but today crashed my websites.
any idea why if I update your plugin it causes a “fatal error ” and wordpress craches?
Thank you
David
]]>after everything is configured in the main “WooCommerce > Settings > Products > Inventory” area is there a way to turn it on for ALL PRODUCTS without having to go into each individual product and click “Use Global Message” ? what about by csv file?
]]>I have enabled message and badge, but I want badge to appear only on catalog pages, not on product page. At the moment, it appears in both places.
Also, when the custom message appears, I want the default “out of stock” to disappear, i.e. custom message should replace default message, but it appears in addition to default message ??
See my settings at https://ibb.co/h2Ww6ks
When I allow backorders (even if I choose “but inform customer”), this plugin’s custom message and badge do not appear.
]]>Need the ability to display custom message on VARIATION’S backorder message, example “Available on Backorder – Expected restock 8/22/2022”
]]>Hello,
how can I translate out of stock message to other language? I’m using WPML, but can’t find the string in string translation.
Thanks!
]]>Hello,
I’d love to use your plugin but I need different out of stock messages for different categories. I found the following code, which works well on its own, but I have not been unable to combine it with your plugin. If you could offer some assistance, it would be most appreciated.
function filter_woocommerce_get_availability( $availability, $product ) {
// Specific categories
$specific_categories = array( 'category-1', 'category-2' );
// Out of stock and has certain category
if ( ! $product->is_in_stock() && has_term( $specific_categories, 'product_cat', $product->get_id() ) ) {
$availability['availability'] = __('My custom text', 'woocommerce' );
}
return $availability;
}
add_filter( 'woocommerce_get_availability', 'filter_woocommerce_get_availability', 10, 2 );
]]>
How i can change the place of badge on the shop page from the bottom of prodect picture to the top?
]]>it is showing FALSE.
https://prnt.sc/1qfzm8p