You have no items in your shopping cart.

Sunday, May 19, 2024 1:52:02 PM

Feed setting values shared among all feeds?

Posted: 5 years ago

#8781 Quote

Tokew

Posted: 5 years ago

#8781 Quote
I've created 3 feeds for Google Shopping, and when I change any value in the "Feed Settings" tab, the value is stored for all 3 feeds. Is this intentional? I would think each feed could have their own set of settings? I need different default values for each feed.

Using NopCommerce 4.0 and Feed Manager 1.63

Posted: 5 years ago

#8783 Quote

Support

Posted: 5 years ago

#8783 Quote
Yes.
Plugin uses each template settings in own XML file.
Example.
Google feed => google.xml
Why did I do it?
You can copy your templates in another place.
If you need to do three feed template for Google with different settings you need to add the new ones in the file feeds.xml (in the plugin root folder).

Add new templates (I marked the changed values)

  <FeedNetWork>
    <Id>999995</Id>
    <Name>Google XML</Name>
    <Image>google.png</Image>
    <Schema>google2.xml</Schema>
    <ExportMethodId>1</ExportMethodId>
    <DisplayOrder>1</DisplayOrder>
    <Taxonomy>googletaxonomy.txt</Taxonomy>
    <ExportFileType>XML</ExportFileType>
    <Documentations>
      <DocLinkValue>
        <Message>Products Feed Specification</Message>
        <HtmlUrl>https://support.google.com/merchants/answer/188494?expand=GB</HtmlUrl>
      </DocLinkValue>
      <DocLinkValue>
        <Message>The Google product taxonomy</Message>
        <HtmlUrl>https://support.google.com/merchants/answer/1705911</HtmlUrl>
      </DocLinkValue>
    </Documentations>
  </FeedNetWork>

and copy google.xml to google2.xml

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved