andreu
Forum Replies Created
-
Oh, thank you for the effort! 🙂
Hi Michael,
I understand. Do you know if its possible to put an array of data instead of a single value in those cases? If not, I think you should assign only the first term used of the taxonomy.
In our case, we’re using this for designers. Each product have a single designer assigned. We’re doing this with a taxonomy because we have a designer page with all his products. We would want to put the designer name in the “brand” field. This is why we need to use taxonomies there.
Let me know what do you think. Thanks for your work!
Hi Michel,
Sorry for my late reply. I’ve been investigating this and I couldn’t make taxonomy to appear. Here you can see what’s the select showing as options to assign https://pastebin.com/yKeiuf3R. We have a lot of custom fields and other data, but not taxonomies.
Any idea? Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Works on multisite?Hi Danny,
I have WooCommerce installed independently on each of the network sites.
Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Works on multisite?Hi Lap,
We’ve been trying it but we’ve seen that on Multisite, shop data (clients, orders…) only sync with one of the shops and not with all the shops of the Multisite. Is that true?
Thanks
Hi Michael,
Taxonomies are standard, implemented by us in a custom theme with the register_taxonomy function inside an init filter. Should the taxonomies appear in the list?
Thanks
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Cart price won’t reupdateHola Oscar,
I’ve been checking this again and I see that if I make the price calculation based on Shipping Address this is working fine. You can forget about this then.
Thanks
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Cart price won’t reupdateHi Oscar,
We have the same problem when we set the prices manually to each product.
In the shop grid, all the products appear with correct prices and the prices update correctly when we manually change the currency with the switcher.The problem appear on checkout. For example, if you choose € but you make the shipping to US, the currency is automatically updated to $. This is fine for us, the problem is that the price is not correct. The price in $ is the automatic conversion for €. It is not the price we specifically set in the product.
Is that clear now? This is a really big problem for us…
Thanks
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Free shipping coupon not workingIt was because of shipping zones with “free shipping” defined and not because your plugin. Thank you!
Hi @stavroch,
I finally decided to use UpSells WooCommerce feature for the manual related products. With original UpSells feature the selection of products work fine with WooCommerce Multilingual
Best,
Hello,
Thanks for fast response and clear explanation. I’ll try to contact Yoast then.
I tried retina.js but I can’t manage to get it work. Is there anything special I should do? I even tried to add the attribute
data-rjs="2"mentioned here http://imulus.github.io/retinajs/ without success.Best,
Forum: Plugins
In reply to: [WooCommerce Sermepa payment gateway] Fallo en notificación por e-mailHola Jesús,
La verdad es que no recuerdo como lo solucionamos al final pero lo tenemos funcionando de nuevo. Seguramente no era culpa de tu plugin sino de WooCommerce en general.
Gracias
Forum: Reviews
In reply to: [AJAX Thumbnail Rebuild] Almost perfect, but…You just need to find
$currin the source code of the plugin and replace the value 0 for the value you need.Good luck!
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] OpenSSL requiredThank you, I have 0.9.8 so I’ll contact with my server admins to see what we can do with it.
Best,
Forum: Plugins
In reply to: [Geolocation IP Detection] WP Rocket cache compatibiltyHi!
I contacted WP Rocket support and they told me that since the detection is done during the PHP processing, once the cache is generated, this detection will not be done anymore until the cache file is cleared and a new cache is generated.
Do you think I can make a call to your detection function via AJAX in an easy way?
Thanks!