Softound Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Custom Stock Status] Add my own created stock statusHi,
Yes, it is possible,we are implementing the feature in pro version, will release it in couple of weeks.Thanks
Forum: Plugins
In reply to: [Woo Custom Stock Status] Stock status when someone orders more then in stockYes, it is possible to display a stock status of -1 when someone orders more items than are currently in stock. This can be achieved by enabling the “Allow backorders” option for your product inventory settings in WooCommerce.
When you set the “Allow backorders” option to “Allow,” the system will allow customers to place orders even when the stock quantity is insufficient. In this scenario:
In Cart and Emails the system will still display an “in stock” message even if the ordered quantity exceeds the available stock.
If you want to notify customers that they are ordering a product on backorder, you can set the “Allow backorders” option to “Allow, but notify customer.” This setting informs customers during the checkout process that the item is currently out of stock but can still be ordered.
Please check the following images for reference
https://drive.google.com/file/d/1l5IDHaZSEhnHiAXUs6UFVKTvU5kyZi8W/view?usp=drivesdk
https://drive.google.com/file/d/1J6SQZiOakJ7HFVen8ZleImSDmhnZ3-sz/view?usp=drivesdk
ThanksHere you can go through the following blog to work with delivery dates
https://softound.com/blog/shortcode-to-add-delivery-date-after-stock-status/Forum: Plugins
In reply to: [Woo Custom Stock Status] Wrong stock statusThe issue has been fixed in version 1.5.3
Forum: Plugins
In reply to: [Woo Custom Stock Status] custom “comming soon” categoryHere in a video, you can see how to set custom stock status message for individual products.
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.