happening
Forum Replies Created
-
This one is also working for me
Thanks. It is working!
Steps:
– 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
I 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?
hi,
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.
I solved the problem in the custom code using:
$location = htmlspecialchars_decode($location);
The 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?hi,
I have the same problem with another affiliate network.
I used the solution but that didn’t work.