Bug : no more class 'stock-disabled' class into body in the last version theme-woocommerce.php:305

Hi,

I use 'stock-disabled' class for display management on product if stock disabled by javascript call.

The last version no more add the class into the body tag. It's activated on :

betheme/functions/theme-woocommerce.php:305

if(!$product->managing_stock()) $classes[] = 'stock-disabled';

It's false, and break my website logic and display. It must be at minimum, but can be improved :

if($product->get_stock_status() === 'outofstock') $classes[] = 'stock-disabled';

Anyway, can you correct it into the next version and be sure you never kill that ?

Thanks,

Mike

Comments

  • Hi,

    We have not changed it in the last version, and it has been like that for a while.

    Can you tell me from which version did you update?

    You can check that in Betheme -> System status.

    Best regards

  • Noooo you update without change this error. Pleas correct it, or tell me how to use the child theme for that. You broke this feature each time .... pleaaaase !

  • The latest is 27.3.3.1, and you not correct it...

  • now betheme/functions/theme-woocommerce.php:303


    Instead : if(!$product->managing_stock()) $classes[] = 'stock-disabled';

    Use : if($product->get_stock_status() === 'outofstock') $classes[] = 'stock-disabled';

  • This function checks if the option "stock managing" is enabled. It does not check (and never was) if the product is "out of stock". That is not what it was created for.

    What you ask now for requires file customization, which, in reference to the Item Support Policy, is not allowed: http://themeforest.net/page/item_support_policy

    So, if you want to modify files and don't know how you should contact your web developer, Item Policy says:

    Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customization services or checking out the great service providers on Envato Studio.

    Thanks

Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.