Softound Solutions
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu update issueHello,
Can you tell me how many menu items have you added in that menu. including sub menu items ?
Regards
Thanks, we will try to implement the feature in future versions.
Forum: Plugins
In reply to: [WooCommerce] require shipping caluclator before you can proceedYou can use the following code to achieve, put the code in your functions.php file
add_action('wp_head','prevent_proceed_to_checkout'); function prevent_proceed_to_checkout() { echo ' <script> jQuery(function(){ jQuery(".woocommerce-cart .wc-proceed-to-checkout a.checkout-button").on("click",function(e){ var _this = this; alert("Please calculate shipping!"); e.preventDefault(); jQuery(".shipping-calculator-form .button").on("click",function(){ jQuery(_this).off(); }); }); }); </script>'; }Forum: Plugins
In reply to: [WooCommerce] require shipping caluclator before you can proceedHello,
let us check, if there is any solution,
Regards
Thanks Queen, we are also happy to see the plugin in action 🙂
Hi Queen,
We have uploaded the latest version of the plugin, you can update it from the wp-admin
Regards
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingHello,
We have uploaded the new version, you can update the plugin in wp-admin.
Regards
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingcan you send me your product page link ?
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingCheck this screenshots https://wordpress.org/plugins/woo-custom-stock-status/screenshots/
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingYes, the current version of the plugin doesn’t have those features.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingPlease watch this video https://www.youtube.com/watch?v=Ad0N8LxReVo, we will update this version soon, then you can download from wordpress plugins directory, thanks
- This reply was modified 9 years, 5 months ago by Softound Solutions.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingIn next version of the plugin has option to modify the stock status of individual products, here you can see the demo http://demo.softound.com/woo-custom-stock-status/wp-admin, Username: demo, Password: demo, we are updating the plugin, you will get notification in few days.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Not workingHi, thanks for using the plugin.
You have done right!
You will not see the values in product back-end.
it will be visible in product details page where the stock message is showing.Please let us know, if still not working.
Forum: Plugins
In reply to: Plugin to add custom content area to admin panelGot some idea, I will show you a demo.
Forum: Plugins
In reply to: Plugin to add custom content area to admin panelokay, let me think the solution.