Stan
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] The heart in desktop menuWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Stored for user?Hi,
It depends on the settings applied by the website admin. Generally the Wishlist functionality can be used by guests and registered users.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Translation in French – 100%Hi @strarsis,
The plugin has not been translated to French yet, though there are pretty much suggestions. Currently the translation is not available by default.
If you want to speed up the process and finally bring the French translation, you can follow this guide
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Get wishlist items countHi @seldimi,
You can use this shortcode to show the product counter:
[ti_wishlist_products_counter]
Also there is an option in plugin General Settings to show the counter as a menu item.Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Apply actions button – Text/TranslationHi @strarsis,
There are not any hardcoded strings in our plugin that cannot be changed/translated. As a proof you can check the plugin translation section here: https://translate.ww.wp.xz.cn/projects/wp-plugins/ti-woocommerce-wishlist
In your case you should search for “Apply” and “Actions” strings separately in order to change/translate them.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Woocommerce Plugin APIHi @rajanm0690,
Glad you like our plugin 🙂
This question has been already submitted in this thread: https://ww.wp.xz.cn/support/topic/api-for-woocommerce-wishlist-plugin/
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] The heart in desktop menuHi @rostoklap,
Can you please, contact us via our live chat here or directly from your WordPress dashboard, so we will be able to debug the issue?
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Conversion from “WooCommerce Wishlists” plugin?We are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Show Wishlist Link ConditionallyWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Customize Wishlist Page URLWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Plugin has stopped workingWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, fill free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] The heart in mobile menuHi @rostoklap,
1. Unfortunately there is not much we can do here because the Wishlist counter is designed to be shown in a dropdown menu on mobile devices. It’s better to contact the theme author and ask if there is any easy workaround to achieve what you need.
2. As I can see the icon comes from a “Simple Line Icons” library included in the theme. I believe the next CSS rule should change the “File” icon to “Heart”. You can add it into a style.css file of your child-theme or into a Custom CSS area in the Wishlist Style Options section:
.woocommerce-MyAccount-navigation ul li a::before { content: '\e08a'; }Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Show Wishlist Link ConditionallyHi @scottking,
It’s not possible from the box. I’e checked your website and unfortunately there is not an easy workaround. It will require customization.
If you are interested, you can submit a request via the form here or in the support chat directly in your WordPress dashboard.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] API for WooCommerce Wishlist PluginHi @manigopal,
At the moment there is not API for the Wishlist plugin. We have this task in our todo for future plugin updates but with a low priority.
Regards,
StanForum: Plugins
In reply to: [TI WooCommerce Wishlist] Customize Wishlist Page URLHi @mister_r,
1. The main issue is that the Wshlist page has form submit handler and it should be a separate page but not an endpoint to work properly. We have an idea to add endpoints in future plugin updates but unfortunately it’s still not clear how to use this feature for guests.
2. The mentioned above function doesn’t relate to this case. It’s just a simple function wrapper to get option value.
3. As a temporary solution you can add the Wishlist page as a child page of your My Account page. Should be good.
Regards,
Stan