You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    We added support nop 3.80 too.

    7 years ago

    I did it.

    Version 1.53  - October 17, 2017

    + changed kernel of plugin (clear old code)
    + added new feature Field Enclosure for template (if you use CSV template you can enclosure each columns with "). How to use it?
    Open the feeds.xml and take one template
      <FeedNetWork>
        <Id>172</Id>
        <Name>Ebay File Exchange Template (File Exchange Center)</Name>
        <Image>ebay.png</Image>
        <Schema>ebayFileExchangeTemplate.xml</Schema>
        <ExportMethodId>172</ExportMethodId>
        <DisplayOrder>26</DisplayOrder>
        <HasMerchantId>true</HasMerchantId>
        <FieldEnclosure>"</FieldEnclosure>
        <ExportFileType>CSV</ExportFileType>
        <Documentations>
          <DocLinkValue>
            <Message>Products Feed Specification</Message>
            <HtmlUrl>http://pics.ebay.com/aw/pics/pdf/us/file_exchange/SMP_FMC_User_Guide.pdf</HtmlUrl>
          </DocLinkValue>
          <DocLinkValue>
            <Message>Ebay Category Tree</Message>
            <HtmlUrl>http://www.cgmlab.com/ebay-category-tree-download</HtmlUrl>
          </DocLinkValue>
          <DocLinkValue>
            <Message>File Exchange - Instructions and Resources</Message>
            <HtmlUrl>http://pics.ebaystatic.com/aw/pics/pdf/us/file_exchange/File_Exchange_Advanced_Instructions.pdf</HtmlUrl>
          </DocLinkValue>
        </Documentations>
      </FeedNetWork>  

    7 years ago

    I think I'll add support of this tracking code too "Enhanced Ecommerce”.

    7 years ago

    I think I'll add "field enclosure" for all columns in feed template settings...
    I'll answer you tomorrow.

    7 years ago

    I see only one solution of this problem "add field enclosure " ".
    But I don't sure that eBay supports "field enclosure".
    Can you ask eBay support about it and I'll add new parameter in the feed template.

    7 years ago

    No, we use native Google Tab Manager JavaScript and this script had to run one time.

    Can you show me problem page (send me URL)?


    7 years ago

    Plugin has feature. It can change values. Check if your skroutz.xml has ConvertValues block.
    Change the NewValue parameter.

      <FeedAttribute>
        <Id>14</Id>
        <FeedCaption>instock</FeedCaption>
        <FeedName>instock</FeedName>
        <FieldNameCode>stockstatus</FieldNameCode>
        <ConvertValues>
          <ConvertValue>
            <Id>1</Id>
            <OldValue>InStock</OldValue>
            <NewValue>Y</NewValue>
          </ConvertValue>
          <ConvertValue>
            <Id>2</Id>
            <OldValue>OutOfStock</OldValue>
            <NewValue>N</NewValue>
          </ConvertValue>
          <ConvertValue>
            <Id>3</Id>
            <OldValue>Preorder</OldValue>
            <NewValue>Y</NewValue>
          </ConvertValue>
        </ConvertValues>
        <Required>false</Required>
        <IgnoreNullOrEmpty>true</IgnoreNullOrEmpty>
        <ActionId>0</ActionId>
      </FeedAttribute>
    7 years ago

    Solution.
    Copy Magick.NET-Q8-x64.Native.dll in site Bin folder.
    IIS can't load it from plugin folder but can load from Bin folder.

    7 years ago

    OK.
    We use 7.05.500

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved