Sphere Plugins
Forum Replies Created
-
Hello @sparkelz,
Sorry to keep you waiting. We apologize for the inconvenience. Now we are already in the testing phase so hopefully, we will be able to provide an update in 3 to 4 weeks. And yeah 3 to 4 weeks is still a long time but we need that much time for completing testing properly.
Thanks,
Sphere Plugins Team
Hello @sparkelz,
Thank you for your message!
Sorry for the inconvenience and delay in the availability of our plugin. We are still working on its update, you can check back after 3 to 4 weeks, and hopefully, by then it will be available.
Thanks,
Sphere Plugins Team
Hello @chintangrapes,
We are planning to provide that feature but can not confirm the date of its availability yet. But we are definitely wishing to provide it sooner or later.
And yeah for the delay in reply.
Forum: Plugins
In reply to: [Woo Custom Filter Widget] Show only primary color in the filterHi @snehalvolvoikar29 ,
You can show the parent category without its child category. But to show the child filters upon selecting the parents is not available in the community version. Please contact us at the https://www.sphereplugins.com for the further help on this one.
Thanks.
Forum: Plugins
In reply to: [Woo Custom Filter Widget] Filters not workingHi @modestferraro.
This plugin has a limited filter option. Feel free to use Woo Choice Plugin(link) which is rich in filter options and for the filter by brand you can treat the brand as a category and choose the category parent to let the users filter by the brand. Remember at the time of installing Woo Choice Plugin be sure to select the shop category filter feature from the setup wizard and you will be good to go.
Hi @chervonosvs ,
Yes, we have shortcodes that are fully compatible to use on any elementor or other page builders.
Hi, @chintangrapes ,
I have tried the scenario several times, but could not reproduce the error. I have used the same admin account and added a pair of items with a single item to the cart. Opened the same account on a different device.
I guess there is a blank spot in the environment that you are working on. Please share the WordPress and WooCommerce versions so I can replicate them in the local environment.
Hi @devnp ,
Can we add the above code as an action/hook in the theme’s functions.php file??
=> no, the above codes are meant to replace the existing one.Because whenever this plugin gets an update, the code will be rewritten.
=> yes, it will be overwritten. But we have followed the standard definition of the hook that has been defined by woocommerce which is crucial for other stores to run on.Here is the definition on the hook: https://github.com/woocommerce/woocommerce/blob/trunk/templates/order/order-details-item.php#L33
Also, I am having this same issue with another Thank you page plugin “Nextmove Lite”.
=> I will check what can be done as this issue is conflicting with other plugins, so it’s a concerning matter.Regards.
Hello @cnacz ,
Thanks for waiting for the preview page update.
Please download the update from the google drive hosted beta release URL below.
https://drive.google.com/file/d/1oLut5PmYp0IONo743cDiAKWwPcxrhLb1/view?usp=sharing
Thanks
Hi @devnp ,
Sorry for the delays, I checked for the issue and that is not a problem with our plugin.
Please update the line below at the plugin file yith-custom-thank-you-page-for-woocommerce/templates/woocommerce/yith_ctpw_table.php from line 37 to 41 and replace with the below code:
if ( $_product && ! $_product->is_visible() ) { echo apply_filters( 'woocommerce_order_item_name', $item['name'], $item, $_product->is_visible() ); } else { echo apply_filters( 'woocommerce_order_item_name', sprintf( '<a href="%s">%s</a>', get_permalink( $item['product_id'] ), $item['name'] ), $item, $_product->is_visible() ); }
That will fix the issue.
Hi, @devnp ,
This is in the list of known issues and fixes to this will be added to the beta release sooner.
Thanks for your patience.
Hello @kongwill,
Please follow the instruction in the video: https://drive.google.com/file/d/1u-6O8NiJtOiF4qq3xoaiF4cUQI7Za9XP/view?usp=sharing.
Please let me know if you still having trouble and understanding the installation.
Hello, @chintangrapes ,
Sorry for the delays, as the scenario is for the session-based error which is complected as this is behaving separately for different devices but same user login.
We are working on this to fix it as another user has already reported this issue. I will surely update here as soon as a fix is available on this one.
Thanks for your patience.
Sure I will update you as soon as the problem’s fixes are added to the beta release and initial tests are passed.
Thanks.
Thanks for the details, I will check at my development system.
I will update you as soon as fix is added to the plugin.
Thanks.