Open your Google.xml template and check this block
<FeedAttribute>
<Id>2</Id>
<FeedCaption>Description</FeedCaption>
<FeedName>description</FeedName>
<FieldNameCode>fulldescription</FieldNameCode>
<CharsLimit>5000</CharsLimit>
<Required>false</Required>
<IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
<ActionId>2</ActionId>
</FeedAttribute>
I saw such error many times.
Check the description of this product. This description has 'deny' chars. You will see "box".
Download new release. Thank you for your suggestion.
Open this file ~/Plugins/FoxNetSoft.Articles/WidgetZones.xml
and remove the line
<WidgetZone>productdetails_bottom</WidgetZone>
Clear the cache in nop store.
You are right this parameter had to disable articles on product page.
I'll do new release today with this feature.
Maybe you used plugin or feed file from browser cache.
1. Open the google template (second page) and check if this template has the last line 'shipping_price'.
2. Check if one of your product has additional shipping charge.
3. Clear browser cache and try.
I added this feature in new release. Download new release and replace DLL file and google.XML template.
If product has additional shipping charge plugin will create new item.
Do you mean this document?
https://support.google.com/merchants/answer/6324484?hl=en
Do you want to have such XML block?
<g:shipping>
<g:country>US</g:country>
<g:region>MA</g:region>
<g:service>Ground</g:service>
<g:price>6.49 USD</g:price>
</g:shipping>
You can add ' USD' using suffix. Each parameter has prefix and suffix. But I want to add this feature from the box.
We have fixed this bug and tested on our Redis cache.
V1.07
I am sorry for this bug.
Thank you.