Softound Solutions
Forum Replies Created
-
Hi,
If possible please try to replicate the issue in our demo server and send us the product link
https://demo.softound.com/woo-custom-stock-status/wp-admin/
U: demo
P: demoThanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Woo Custom Stock Status + DIVI doesn’t workHi,
There is no products/shop page in the above link.
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] About translationHi Yordan,
thanks for your support.
Here is the latest beta version of the plugin in GitHub
https://github.com/softound/woo-rename-stock-statusThe translation of the dynamic stock status with WPML has been implemented in the above beta version, You can try the custom stock status text in different languages.
https://wordpress.org/support/topic/wpml-153/
Thanks
- This reply was modified 5 years, 6 months ago by Softound Solutions.
Thank you
Forum: Plugins
In reply to: [Advanced Custom Stock Status] WPMLHello,
The translation of the stock status with WPML has been completed and it is in beta version, You can download the plugin from following link and test
https://github.com/softound/woo-rename-stock-status/archive/master.zip
Please take backup of your server files and database before install and test the plugin.
How to use:
1. Choose default language from top bar and put the status message
2. Switch to other language from the same product edit page and put the status for current languageonce everything is fine, then we will upload plugin to wordpress plugins repository.
Thanks
Hi,
You should not use %s placeholder for In stock text.
Please see this screenshot
https://prnt.sc/uvg7sithanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineThe following code could solve the issue
if ( $this_obj->backorders_allowed() && $this_obj->backorders_require_notification() ) { $availability .= ' ' . __( $can_be_backordered, 'woocommerce' ); $extra_class .= ' can_be_backordered_color'; }TO
if ( $this_obj->backorders_allowed() && $this_obj->backorders_require_notification() ) { $availability .= ' <span class="can_be_backordered_color">' . __( $can_be_backordered, 'woocommerce' ).'</span>'; //$extra_class .= ' can_be_backordered_color'; }- This reply was modified 5 years, 7 months ago by Softound Solutions.
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Simple Product Display Stock StatusHi Tahir,
Can you try switch to default/store front theme after deactivate the plugins ?
Thanks
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineAre you looking for something like this https://prnt.sc/ure6dj ?
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineCan you please replicate the issue in our demo server
https://demo.softound.com/woo-custom-stock-status/wp-admin
Username: demo
password: demoForum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineWorking now ?
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineAs per this screenshot https://prnt.sc/uprp7v, you have set same color for both “%s in stock” and “Can be backorderd”, Can you set different color for “Can be backorderd”, and clear server the cache(if you have installed any cache plugin)
Forum: Plugins
In reply to: [Advanced Custom Stock Status] Color to certain backorder lineCan you please share the product page link to check the issue ?
thanks
Hi
Can you please share the screenshot of custom stock status setting from woocommerce settings and variation settings
thanks
We checked, Already the back order status is included in New Order emails goes to admin, Can you please check it with default theme and disabling other plugins.
Here you can see New Order email
https://prnt.sc/uiobipthanks
- This reply was modified 5 years, 8 months ago by Softound Solutions. Reason: added screenshot link