happening
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] custom attributesThis one is also working for me
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Problem changing brand fieldThanks. It is working!
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Problem changing brand fieldSteps:
– Add recommended output > brand
– Fill with a static value > test
– Click on edit (behind: for all products)
– Select a field (sku)?
– error is shownI have screenshots
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] custom attributesI have also a problem with attributes for my brands.
The default attribute I added in Products > Attributes isn’t a value in the dropdown list. I think the problem is the way woocommerce stores this attributes as wp_terms?
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Fetching Problemhi,
problem is a ampersand in the title of a product. I just had the same problem and resolved it by changing the title in woocommerce to & amp;
maybe you can add htmlspecialchars() to this field before making xml?
Forum: Plugins
In reply to: [WooCommerce - Sisow Payment Options] Order status wordt niet bijgewerktProbleem is opgelost. Werd veroorzaakt door een instelling van een security plugin.
Forum: Plugins
In reply to: [WooCommerce Cloak Affiliate Links] Not working on some affiliate networksI solved the problem in the custom code using:
$location = htmlspecialchars_decode($location);
Forum: Plugins
In reply to: [WooCommerce Cloak Affiliate Links] Not working on some affiliate networksThe URL in Woocommerce is OK, without the entity & amp;.
When I disable your plugin there’s no problem.
Does the plugin encode it?
Can I decode it in the custom code?Forum: Plugins
In reply to: [WooCommerce Cloak Affiliate Links] Not working on some affiliate networksForum: Plugins
In reply to: [WooCommerce Cloak Affiliate Links] Not working on some affiliate networkshi,
I have the same problem with another affiliate network.
I used the solution but that didn’t work.