templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Consistency on wishlist pagesThe navigation menu for the wishlist table isn’t related to managing wishlists table.
There is no sense in making navigation only for one button (create a wishlist).
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Remove table header option in settingsThanks for the suggestion!
Our plugin includes a template system that you can use to override the markup of the mentioned table.
We will not add an option to disable the table header because it’s so specific to your requirements and the plugin already provided a method to achieve it.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to get in contact?HI @marcomedia
Please, contact us directly by email at [email protected] with your order id.
Thanks!
Hi @tessvstaten
There is no issue with our plugin. You need to locate what code producing the issue on your setup. On your setup, Google Tag Manager For WordPress plugin also outputs duplicated info on the product page because the hook fired twice. The same issue as for our plugin.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] WPC Bundles Integration is brokenThanks for the report. The issue was fixed in the plugin version 1.44.1 which is already available for updates.
Hi @strarsis
We added support for WooCommerce Blocks in the latest update.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Ajax remove itemHi,
We suggest you use the
tinvwl_wishlist_mark_productsevent to update the wishlist table shortcode. Because this event fired only when wishlist data changed.Be careful to make a loop because the code above to refresh wishlist data after AJAX removing products will trigger this event also.
- This reply was modified 4 years, 1 month ago by templateinvaders.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change product title with more info custom fieldsYou can use our contact page also:
https://templateinvaders.com/help/Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change product title with more info custom fieldsYou can message us via chat from plugin settings pages and we can do some quick debug of your setup!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change product title with more info custom fieldsMaybe you have some browser cache or run code so late. Try to add it directly to functions.php of your active theme.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] change product title with more info custom fieldsHi @matiazar
Your custom function changing product name for wishlist table. If you are a premium user you can apply the same function to the mini wishlist template also like:
add_filter( 'tinvwl_mini_wishlist_item_name', 'wishtlist_item_name', 10, 3 );P.S. we tested your code and it works as should
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Insert custom Whatsapp buttonHI @alexrsantos
With the latest version of our plugin, you can use the next snippet to use your phone number for the WhatsApp share button:
https://gist.github.com/doozy/d9bdcc0c82170d64de154edab26f9b47Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Ajax remove itemHi @meidanm95
We made a public jQuery function to update wishlist data on the frontend in the latest version of our plugin.
After you refreshed the wishlist table shortcode you need to run next javascript code:
tinvwl_add_to_wishlist.update_wishlists_data = 1; jQuery.fn.tinvwl_get_wishlist_data();It was fixed in the latest update.
We have checked your behavior with the latest versions of both plugins and can’t get the same issue. Did you try to deactivate any other plugin? Maybe the bottleneck with some cached Dashboard assets and deactivation purged it.