Softound Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Custom Stock Status] Causing charset problems in WC BlocksWe are checking the issue, will update you soon.
Forum: Plugins
In reply to: [Woo Custom Stock Status] custom “comming soon” categoryYes, You can put the “comming soon” message instead of showing “Out of Stock” message.
Forum: Plugins
In reply to: [Woo Custom Stock Status] Stock status on archive and product pageWe have added an option in Woo Custom Stock Status Settings page in version 1.5.2, Please update the plugin and check it.
Check the screenshot for more details
https://drive.google.com/file/d/1CSejFVWIMWo2HRHrM0W9I-zugkGDGhno/viewThanks
Forum: Plugins
In reply to: [Woo Custom Stock Status] PHP DeprecatedThe error has been fixed in version 1.5.2, Please update the plugin and check it.
Thanks
Forum: Plugins
In reply to: [Woo Custom Stock Status] Compatible with Force Sell by BeRocketWe have added the compatibility in version 1.5.2, Please update the plugin and check it.
ThanksForum: Plugins
In reply to: [Woo Custom Stock Status] doesnt seem to be workingPlease send more details about the issue your facing with the plugin.
ThanksForum: Plugins
In reply to: [Woo Custom Stock Status] PHP DeprecatedWe will check and fix the issues soon, Thanks
We have implemented the block compatibility, Please update latest version and check it.
Thanks
Forum: Plugins
In reply to: [Woo Custom Stock Status] stock status name meta keyFor simple products, we’ve utilized the following meta_keys to maintain stock status:
- in_stock
- only_s_left_in_stock
- can_be_backordered
- s_in_stock
- available_on_backorder
- out_of_stock
For variation products, the meta_keys are:
- _in_stock_status
- _only_s_left_in_stock_status
- _can_be_backordered_status
- _s_in_stock_status
- _available_on_backorder_status
- _out_of_stock_status
For grouped products, the meta_key is:
- grouped_product_stock_status
You can integrate these meta_keys into your filter to display delivery or availability status based on the custom stock status.
Forum: Plugins
In reply to: [Woo Custom Stock Status] stock status name meta keyWe will check the possibilities.
Forum: Plugins
In reply to: [Woo Custom Stock Status] stock status name meta keyCan you please explain more about your requirements ?
Hi,
You need to make modifications in three places to enable custom stock status for rental products:- woo-custom-stock-status/includes/class-wc-stock-product.php:
- Inside the woo_add_simple_product_stock_status function, include the class show_if_rental to display the stock status tab on the rental product page.
- Add the following code within the constructor function to save the custom stock status of rental products to the database:
add_action( ‘woocommerce_process_product_meta_rental’, array( $this, ‘save_stock_status_message’ ) );
- woo-custom-stock-status/includes/class-wc-stock-base.php:
- Within the woo_rename_stock_status function, include the “rental” product type in the if condition to display the custom stock status on the frontend.
By making these modifications, you’ll seamlessly integrate the custom stock status feature into your rental product system.
Reference images are attached below for further assistance.https://drive.google.com/file/d/1wJPAAOqvlesYtI2d0HnG4c0bXwBI0ZaB/view?usp=drivesdk
https://drive.google.com/file/d/1g8Pd6oV1aJ43NL5NXPhZ8ALVetsd_b6q/view?usp=drivesdk
https://drive.google.com/file/d/1yi9NTzJl7twuAPsTru64vH31Ten7QIt6/view?usp=drivesdkThanks
Please send the message in English.
Could you please provide us with the name of the rental product plugin you’re currently using in your WooCommerce store?
We will check and get back to you soon.