Héctor.G
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Accessibility issueHi there,
Thanks for your reply.Could you please share the link of your page so we can try to understand what you mean by checking directly the HTML of the page?
You just need to place a description?
Let us know.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Free version YITH AFFILIATEHello there,
The commissions would be always generated, each time an order is placed using the referral link. So in that scenario, the plugin will always generate commissions.
Please, let us know if you have any other doubts.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] is the free version good enoughHi there,
Their bank data needs to be filled manually by them in their dashboards, and also with the free version only manual payments are allowed, but indeed you can use that system to pay your affiliates.
I kindly invite you to give it a try and test the plugin to see if it fits you.
Have a nice day!
Hi there,
Perfect! I’m glad it worked now 🙂
Have a nice day!
Hi there,
Thank you for contacting us!The tracking data is already sent in the WooCommerce complete emails, do you need anything else to be added to the email?
Unfortunately add this data to custom emails sent by other plugins is not possible.
Please, let us know.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift code not showing in admin emailHi there,
Thanks for contacting us!You tried the second code? Note that the first one has an error, so we sent another with the correction.
This issue happens only in the complete order email?
If you check the PDF, it has the code inside?Where did you placed the code?
Please, let us know.Have a nice day!
Hi there,
Thanks for contacting us!When the user is logged in, the addition to the wishlist is made via an AJAX call that adds the product to the wishlist based on your plugin settings.
The cookie is only created and managed when there’s not session, to the value of the cookie “works” as a session would. Since the user is not logged in, there’s not session we can use and for that reason we use the cookies.
Once the user is logged in, that means that there’s a session, so there’s no need to use any cookies in that case.
You will need to tweak the AJAX setting of your WP Rocket plugin I think.Please, try it and let us know.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Free version YITH AFFILIATEHello there,
Thank you for contacting us!Since you selected bank transfer, that means you have to manually pay them.
All the payments will need to be done manually, and the status of the commission would also need to be changed manually, just to keep track of which payments have been done and which ones have not.There’s not automatic payment with that gateway.
Please, let us know if there’s anything else we can help you with.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] is the free version good enoughHi there,
Thank you for contacting us!I think so, you have a lot of options that can help you achieve your affiliate solution. You can give it a try and let us know any doubts here, we would try to help you in the best possible way.
Have a nice day!
Hi there,
Let’s try a more aggresive CSS code:
.yith-wcaf-dashboard-navigation { display: block !important; }Please, try that in the same place as before ( Appearance > Customize > Additional CSS )
Don’t forget to delete the other one before.Please, let us know.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] PHP warnings with version 4.0.0Hi there,
Thank’s for your explanation!I have been checking and indeed there’s a problem in the code causing this, even if those are just warnings.
We have solved the problem and it would be released in the next plugin version.In case you want to use the fix right now, you need to go to the following path:
wp-content/plugins/yith-woocommerce-gift-cards/includes/class-yith-ywgc-gift-card.phpTo the line 250 where this code is located:
if ( isset( $post ) ) {And change it for the following:
if ( isset( $post ) && is_object( $post ) ) {That should solve the problem. And in the following plugin update, the change would be also there, so you can continue updating the plugin normally.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] PHP error on cart pageHi there,
Perfect! We are glad of being able to help you 🙂
Please, do not hesitate to contact us again if needed.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist removed from wishlist on websiteHi there
It would be better for you to open a support ticket directly. We could solve the issue quicker.
However, checking the video, take into account that hitting the back button of the browser does not reload the page, it will take you to the last page visited in the state it was. For that, you need to reload it and it should be showing correctly.
Please, let us know.
Have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Products not removing from wishlist pageHi there,
That sounds really strange. The behaviour should be the same for logged-in and not logged users. Usually, if the behaviour is different, it’s related to the cache.
Do you have any cache plugins on your site?
If so, could you try to deactivate them and try again?Please, let us know.
Have a nice day,Héctor.
Hi there
Thank you for contacting us!We do not have any product download feature.
What do you exactly mean?
Please, let us know.Have a nice day!