Softound Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Problem with another plugin since last updateHi,
We are checking the issue and will fix soon.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Order confirmation Backorder noteHi,
The above feature has been implemented and updated, please check and let us know.
thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Add to Admin Columns, What Database Field?The custom status are saved in wp_postmeta table under following meta keys
1. in_stock
2. only_s_left_in_stock
3. can_be_backordered
4. s_in_stock
5. available_on_backorder
6. out_of_stockForum: Plugins
In reply to: [Advanced Custom Stock Status] “Available on backorder” text not applyingUnderstood, we will fix the issue and update the plugin soon. please be here for any clarification and we will send you demo before update the plugin in WordPress plugin repository for your confirmation.
thanks
Hi Michal,
Sorry, The “composite product plugin by Woocommerce” plugin seems commercial, we we don’t have the plugin purchased to check the compatibility issue.
Regards
Softound SolutionsCan you share the composite product page link to check the issue ?
Forum: Developing with WordPress
In reply to: Is there any way to duplicate an user’s session.Here are the steps you can follow:
1. Add unique md5 value in user meta
2. Create a link https://example.com/?login_hash=MD5_VALUE
3. Share the above login link to user
4. Add code in functions.php to identify the $user_id using the “login_hash” from query string
5. Pass the user id in this function wp_set_auth_cookie($user_id); to login
- This reply was modified 6 years, 6 months ago by Softound Solutions.
Forum: Fixing WordPress
In reply to: Splitting Posts To SlidshowYou can try the following plugin
https://wordpress.org/plugins/adl-post-slider/Forum: Plugins
In reply to: [Advanced Custom Stock Status] “Available on backorder” text not applyingIt could be conflict with theme or any plugin you installed, you can try switching to other theme or disabling related plugins.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Stock Status not showing upPlease watch the demo video and screenshots attached in the plugin description page.
https://wordpress.org/plugins/woo-custom-stock-status/Forum: Plugins
In reply to: [Advanced Custom Stock Status] Plugin Not workingHi,
it could be theme or plugin compatibility issue, you can try switching different theme or deactivate related plugins to check the feature.
thanks
Forum: Reviews
In reply to: [Advanced Custom Stock Status] Does not workPlease try in default theme or it could be plugin compatibility issue
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Status not showing in CSV fileHi,
We hope the next version will be updated in 1-2 months, sorry to say we are little busy in these days.
Thanks.
Hi Thanos,
It is default feature of woocommerce, our plugin is depending on the woocommerce hooks, so that it is not showing when the stock status is disabled.
Anyway we will check if there is any possibility to implement, if so, we will update the feature in next version of the plugin.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Status not showing in CSV fileHi,
it is not yet implemented to support with the CSV export,
How did you export the data, using any third party plugins ?