templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Problem with product archiveHi @matigka
Your setup executes an HTTP redirect on the POST request initiated by the ‘Add to Wishlist’ button, which results in an issue where the wishlist request isn’t processed. We are unable to resolve this issue from our side. It appears that some products filter plugin may be causing this problem.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Again the WPC Bundles Integration is brokenThe issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] php 8.1 deprecationsThe issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] API not workingHi @pablosan42 and @widdydev
The issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Thanks for the pull request!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] addtowishlist.class.php:919 missing spaceThe issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Add Wishlist Product API doesn’t seem to workHi @hesselmid
The issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Parent product allowed to be added to the cart?Hi @peaktanning
The issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Error API get_productsHi @vizzzio
The issue has been fixed in version 2.8.0. Feel free to update our plugin to the latest version.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Ti woocommerce wishlistHi @0xdanielimad ,
It might have been a cache issue, but it seems to be working well now in the related products section.
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] SCAM! Don’t buy!Hi Raphael,
Firstly, We’d like to sincerely apologize for any inconvenience and frustration this situation has caused. We understand your concerns and want to assure you that we take such matters seriously.
Upon reviewing our records, we found that the refund for your purchase was indeed issued on July 8, 2023. Refunds are processed automatically on our end, and we have not encountered any issues with your particular transaction.
It’s essential for you to carefully check your bank statements around the mentioned date. If the refund doesn’t reflect on your account, it’s recommended that you contact your bank directly, as they are the ones responsible for processing and depositing the funds back into your account.
We truly value every customer and strive to ensure that all issues are resolved promptly. We apologize if you felt the need to express your frustration here, but we’re always available to assist and resolve any misunderstandings.
If there’s anything else you need or further questions you’d like addressed, please don’t hesitate to contact us directly. We’re here to help and ensure that your experience with our plugin is a positive one.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Freemius vulnerabilityWe wanted to provide additional information to this topic. A certain individual from Indonesia added our plugin to the Wordfence vulnerability report. However, the versions of our plugin reported as affected are from 4 years ago. We haven’t used the Freemius SDK, to which the vulnerability is related, for several years now.
We have reported the issue to Wordfence and hope they will address it soon.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Freemius vulnerabilityHello @tuukie
Thank you for your concern. However, We would like to clarify that our plugin doesn’t use the Freemius SDK. It seems there may be some confusion as your concern might be applicable to another plugin.
Forum: Reviews
In reply to: [TI WooCommerce Wishlist] They leave without cleaningWe’re sorry to hear about the issues you’re experiencing with our plugin. We assure you that we’ll do our best to help you resolve this.
Firstly, let us assure you that we’ve not received any reports of conflicts with Storefront and WooCommerce Image Gallery until now. If you could provide us with more details on the conflict, we would be able to look into this matter more thoroughly.
Regarding the 404 error you’re getting after uninstalling our plugin, it seems like this issue could be related to the cache. Our plugin does clean up its configurations upon uninstallation, so the resource link you’re seeing is likely coming from cached data.
To solve this, we recommend purging all cache on your website. Additionally, clear your local browser cache as well.
Please let us know if you have further issues or need more help.
Are you sure that you are using a valid sharekey in the URL of the request?
Can you add the same product to the same wishlist from the frontend?
The error message clearly indicates that the issue is with adding the product to the wishlist, not with the product itself not being found.
There could be a few reasons for this error:
- The data you are passing in the request might not be a valid WooCommerce product. Please ensure that the “product_id” you are using is correct and corresponds to a valid product in your WooCommerce store.
- It’s also possible that the product you are trying to add is already present in the wishlist. In the free version of our plugin, a product can only be added to the wishlist once. So, if the product is already on the wishlist, you won’t be able to add it again.
Please double-check the “product_id” you are using and make sure it is valid and the product is not on the wishlist yet.