templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Empty wishlist after latest updateHi @kyarauk
We didn’t update anything related to the wishlist table in the latest update.
Maybe you got the cache issue and need to exclude the wishlist page slug from a cache?
If you can provide us with a stagging setup to debug your issue we will be happy to process it!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] FANTASTICO …!Hi @jcvazquezr
It depends on your active theme because by default add to the wishlist icon on product listings placed on the top left.
Could you share your URL so we can provide a solution?
You can contact us directly via support chat on the plugin settings page in case you don’t want to share your website publicly.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Problem with 500 on url suffixWe are now closing this topic and mark it as resolved due to inactivity. If the issue remains please, feel free to re-open it at any time.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Disable wp-rocket intergrationYou can update database value from the code to disable this integration like:
tinv_update_option('integrations','wp-rocket','0');Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Disable wp-rocket intergrationHi @seldimi
You can disable any enabled integrations on the Dashboard->TI Wishlist->Integrations page.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] wrong direct to wishlish pageForum: Plugins
In reply to: [TI WooCommerce Wishlist] No products displayed in the wish listFirst of all, check if the [ti_wishlistsview] shortcode persists in the wishlist page content.
The mentioned URL is a unique URL for the current wishlist.
Also, you can resave permalinks in the Dashboard->Settings->Permalinks section in your dashboard.
The issue requires debugging. Could you contact us directly via our website or support chat in plugin settings?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Problem with 500 on url suffixHi @tom-van-m
It shouldn’t be a difference when wishlists are created but could be bugged product on old wishlists.
Could you check your PHP error log related to mentioned 500 error records?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to catch added_to_cart on the wish list page?We added some events in the plugin version 2.0.10 and you can try the next code:
jQuery('body').on('tinvwl_wishlist_ajax_response', function(e,o,response) { if ('add_to_cart_single'===response.action && response.status){ // do something; } });Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Already in wishlist – linkHi @laser1ulm
In the plugin version 2.0.10 added redirect to the wishlist page in case of product is already on the wishlist and the event popup is disabled in the settings
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist and WC Fields FactoryHi @laser1ulm
The integration was added in the 2.0.10 version of our plugin
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] GoodThe issue of the author of this review was the wrong markup for add to wishlist button. The shortcode of the button was placed in the A tag that produced nested A tag construction. Such construction isn’t allowed by HTML standard and browsers renders it as separate A tags. It wasn’t a bug that could be fixed from the plugin side.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist and WC Fields FactoryHi @laser1ulm
It requires integration from our side to output product custom fields on the wishlist page in the same way as the mentioned plugin.
It could be included in the upcoming update.