Softound Solutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Errors in Debug LogForum: Plugins
In reply to: [Advanced Custom Stock Status] Customize more the statusForum: Plugins
In reply to: [Advanced Custom Stock Status] Customize more the statusUse the following CSS and clear browser cache before checking the changes
body.single-product .woo-custom-stock-status { border-left: #378cbc solid 3px; background: #EEB601; padding: 12px; } body.post-type-archive-product .woo-custom-stock-status, body.archive.tax-product_cat .woo-custom-stock-status { background: #EEB601; }Forum: Plugins
In reply to: [Advanced Custom Stock Status] Elementor shortcode widgetI put [woo_custom_stock_status] short code here for clarification purpose to ensure if you are looking such short code, but this short code is not available now.
We need to implement in next version.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Elementor shortcode widgetlike [woo_custom_stock_status], to show the stock status message of that product anywhere in the product page ?
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Customize more the statusCould you send us your site link to check if the CSS is placed properly ?
Forum: Plugins
In reply to: [Advanced Custom Stock Status] global Text for stock statusForum: Plugins
In reply to: [Advanced Custom Stock Status] Customize more the statusOkay, we will try to implement, for now you can use the following CSS in your child theme style.css file to style the stock status messages
body.single-product .woo-custom-stock-status { border-left: #378cbc solid 3px; background: #ebebeb; padding: 12px; } body.post-type-archive-product .woo-custom-stock-status { background: #ebebeb; }thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Elementor shortcode widgetHi,
Could you please explain more about your requirement ?
thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Customize more the statusOk, we will implement option to customise more.
Could you share some idea about how the customised stock message should appear in cart, checkout, order email and back-end order details page, right now we show only text in those areas ?
thanks
@marurbgil
Could you please send us the screenshot of the issue ?thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Notice: Undefined variableFixed the issue in Version 1.3.0
Hi,
Here we have implemented the bulk edit stock status, you can check our demo in the following link.
https://demo.softound.com/woo-custom-stock-status/wp-admin/edit.php?post_type=product&bulk_stock_status=1
Username: demo
Password: demoThanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Status everywhereHi,
It was requirements from other user to show the status in cart and checkout pages.
You can add the following CSS in your child theme style.css to hide the stock status message from cart and checkout pages.
body.woocommerce-cart .woo-custom-stock-status, body.woocommerce-checkout .woo-custom-stock-status { display: none; }thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Custom stock text in xmlSorry, We tried our best to integrate the “Woo Custom Stock Status” with “woo-product-feed-pro”, but there is not suitable action hook or filter hook to make our plugin compatible with “woo-product-feed-pro”.
Thanks