Héctor.G
Forum Replies Created
-
Hi there,
Unfornutaly there is no easy way to do this.
You need to edit your site files, and if you don’t know how to do that, you could ask your hosting to give you and FTP access so you could connect to the files and edit them.
As my colleague Juan said, you need to change the wp-config.php file in order to change that constant and then be able to paste the code in the functions.php of your active theme.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Form won’t showHi there,
Ok, then you have to follow these steps:
-Copy the file called “gift-card-details.php” located in:
wp-content\plugins\yith-woocommerce-gift-cards\templates\yith-gift-cards\gift-card-details.php-Paste it in:
wp-content\themes\your_active_theme\woocommerce\yith-gift-cards\Make sure to paste it in your active theme, and also, if the folders “woocommcerce” or “yith-gift-cards” don’t exist, you need to create them.
-Modify lines 30 and 36 where the strings you want to change are located.
After all of this, the placeholder should be the ones that you have written there.
Hope it helps you.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Noindex robot tagHello there,
You could achieve that by pasting the following code to the functions.php of your active theme:
add_filter('yith_wcwl_skip_noindex_headers', '__return_true');Give it a try and let us know, please.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add to wishlist link in woocommerce templateHello there,
We add items to the wishlist through AJAX, so if you copy our HTML and place correctly the data needed for it, you could achieve that.
Then the AJAX calls would go to our functionality in PHP and add the items to the Data Base, so if you create correctly the button, you won’t have any problems.
Have a nice day!
Hi there,
It could be achieved with code, but you will need to change our core files and you will lose the ability to update the plugin since then you will lose what you have changed.
Also, we can’t give you support on that, sorry.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Adding products to the wish list does not workHello there,
Do you have enabled the option of “Ajax loading”?
this probably will improve the speed since it will change the behavior to our .js files.
Could you give it a try and let us know, please?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] cost calculator estimation for logged in userHello there
hope you are doing well!We are not entirely sure of what do you want to achieve with our plugin.
Could you explain it a little bit more so we could give you an accurate answer?
Have a nice day!
Hello there,
It is working for us with 2 different attributes.
Could you send us the URL of the product where we could set the 2 variations and add it to the wishlist?
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Error in product pageHello there,
Could you explain a little bit more how did you get this error?
Where did you get it?
Let us know, please.
Have a nice day!
Hello there,
Yes, this is because variable products have variations that have a unique ID, but maintain the one of “the father” (the variable product).
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Adding to wishlist issuesHello there,
I can see the problem on your website, thank you for the URL.
It is very strange, maybe if you give us some extra information, we could approach to the solution:
-How do you create these products?
-Are default WooCommerce products? (Simple/virtual/variable)
-How did you import the older ones that work?
Let us know, please.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Heart icon – headerHi there,
I can’t see any icon displayed in the URL you have sent to us.
However, you have to configure it probably in the theme settings if you have changed it recently.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Remove ADD TO WISHLIST if product was boughtHi there,
What my colleague Christian meant is that what you want to do is not possible with our plugin, sorry.
Let me know any more doubts, please.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Commission per itemHello there,
Unfortunately, that’s not possible since the plugin based the commission on the total amount of the order.
If you configure it to have a fixed commission, the commission will always be the same per order, in your case $2 even if the total amount of the order is $100.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Keine ProvisionHi there,
What my colleague Manuel meant, was to try it with a default WordPress theme, since some theme adds extra functionality that usually can break plugin behaviors.
So we are sure that with themes like twenty-twentyone all should work correctly, that’s why we are asking to test in one of these.
About the debug, you have to debug the Affiliates plugin, to know where it is failing. Probably just by activating it, some errors should show up.
Have a nice day!