Softound Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced 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: [Advanced Custom Stock Status] stock status name meta keyWe will check the possibilities.
Forum: Plugins
In reply to: [Advanced 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.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] How to change stock status?Here is the video link which provides instructions on how to add custom stock status text for products.
Please refer to the video at the following link:
https://youtu.be/Ad0N8LxReVoForum: Plugins
In reply to: [Advanced Custom Stock Status] Yoast SEO Scheme doesn’t show stock statusHi @smallstar67
We have made some changes to make our plugin to compatible with Yoast SEO, Please download the Woo Custom Stock Status Version 1.4.7 and check if it is working.
ThanksForum: Plugins
In reply to: [Advanced Custom Stock Status] Wrong statusHi @katfrajoe
Please check the following video for more details
https://drive.google.com/file/d/1kMcjUfui8VVPgccBWsHZY3GPXpZlJQZ4/view?usp=drivesdk
Thanks@nealghoshal
We added the 4th option statically for demo purpose, and what actually you going to do with the 4th option, please explain it little more.
Thanks- Do you want to add additional option as “In Stock At Supplier” like following screenshot
https://drive.google.com/file/d/1we2nj9msfZHnRBCpdL5G6dKXIYflG3Bk/view?usp=drivesdk - If yes then how do you want to display the stock status when it’s from “stock quantity” and “allow backorder” option like following screenshot
https://drive.google.com/file/d/1SiyUk0Pj5PNA5FJr7nx75OdQ9cRnANwJ/view?usp=drivesdk - It has only three options allow,allow but notify and do not allow.
- So if the product has quantity more than 0 it is “in stock” else “out of stock”. This is the default woocommerce functionality.
- Please explain in detail about “how do you want to display the stock status on frontend ?”
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Compatibility with Divi theme builder@polroti, @nealghoshal
We have installed Divi theme version 4.24.2 in our local site and tested with woo custom stock status plugin . It is showing the custom stock status on product page, shop page, cart page and checkout page.
We didn’t find any issue which you are facing. Can you please check if any other plugin may cause the issue or please record a video of the issue you are facing with Divi theme configuration and custom stock status settings and any one product edit page settings. also let us know the version of Divi theme you are using.
https://drive.google.com/file/d/1QFDg10W-_uUnSd_45gGSEZJDyCi8BE2q/view?usp=drivesdk
ThanksForum: Plugins
In reply to: [Advanced Custom Stock Status] Wrong statusHi @cfooks,
We are trying to fix the issue, Could you please send us the screenshot of the issue.
ThanksHi @mistyqe,
Sorry, we can’t able to check the compatibility with genesis framework, until we have the genesis framework.
Thanks