Brad Kitson
Forum Replies Created
-
The Vivino feed appears broken to me. “%” shouldn’t be converted to “%25”.
The Google Shopping Feed and Vivino Feed are inconsistent under version 11.4.0.
Using Short Product Description, Google Shopping Feed shows “%” as it should be for reading purposes. The Vivino feed now shows “%” as “%25”.
Seems messed up.
You have a CDATA option. Why not actually allow the user to select when to use it and when not to?
Also, you leave html within the CDATA because it shouldn’t be parsed? html should be parsed.
The problem isn’t leaving the “%”. The problem is removing it. The filtered description loses meaning for someone reading it.
I’m a little confused. You leave the “%” character in other attributes.
Google feed finally updated. Everything looks good at this point.
I made the suggested change. The xml file appears to be correct, without sales tax.
The products list in google merchant still shows sales tax added.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueMy testing indicates:
a ‘-‘ is required between the first 5 digits and last 4 digits of zip+4.
Ex: 11111-1111
94002…94999 (works for a 5 digit zip code range, but not for a zip+4 range.)
94002*…94999* (works for a zip+4 range, but not for a 5 digit zip code range.)
94002-*…94999-* (works for a zip+4 range, but not for a 5 digit zip code range.)
95002* works for a five digit zip and zip+4.To do a range that covers five digit zip codes and zip+4, two entries are required. Ex:
94002…94999
94002-*…94999-*Forum: Plugins
In reply to: [WooCommerce] Zip+4 Issue95000 & 95001 are excluded in the sequences provided previously in the thread.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueThe problem with the docs is that most everyone needs to use wildcards. Without wildcards, zip+4 fails. Some percentage of careful customers will use zip+4.
94002…949999999 fails. That range supports 95001.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueThe ranges seem to have a problem in my website. I have to double enter them with and without the wildcard.
See:https://www.dropbox.com/s/6szdxm54vymcsp1/Screen%20Shot%202020-10-08%20at%209.40.28%20PM.png?dl=0
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueWhen I do: 94002*…94999* only zip+4 works and not a regular zip.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueI recommend that you update your documentation to include the wildcard for zip codes.
Forum: Plugins
In reply to: [WooCommerce] Zip+4 IssueForum: Plugins
In reply to: [WooCommerce] Zip+4 IssueForum: Plugins
In reply to: [WooCommerce] Zip+4 IssueI did share a link to a screeenshot. Can you not click on it?
We didn’t do anything to specifically to address zip+4. We specified free delivery in multiple zip codes with normal five digit zip codes. The free delivery option disappears when a customer enters a zip code in the form of zip+4.