You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Yes and no.
    CSV format is very plain. You can customer it.

    I didn't find good solution for XML customer format, because you should set the name of top level element (ex. "products") and the name of item element (ex. "product").
    It was the best way to take existing template (with the same logic) and custom it.
    We take template Kieskeurig (Id=60), you can take any another template.
    You will see the list of possible templates in this feeds.xml file.

    I meant this block


    <products>
        <product>
          ....
        </product>
    </products>



    But it's a good idea to add new CustomerXMl template with name of top element and name of elements...

    Another information.
    You can add sublevel for item.
    Example.
    Take this template bestpricegr.xml and look for this part of code

      <FeedAttribute>
        <Id>4</Id>
        <FeedCaption>img1</FeedCaption>
        <FeedName>img1</FeedName>
        <XPath>imagesURL</XPath>
        <FieldNameCode>picture</FieldNameCode>
        <Required>false</Required>
        <IgnoreNullOrEmpty>true</IgnoreNullOrEmpty>
        <ActionId>0</ActionId>
      </FeedAttribute>


    Plugin will create such XML block for this parameter.

    <imagesURL>
    <img1>http://demo330.test.com/content/images/thumbs/0000017_100-physical-gift-card_500.jpg</img1>
    </imagesURL>


    Do you need another logic and have any ideas I'll try to do it...
    I am interesting to improve this plugin.

    6 years ago

    PayPal uses this parameter if you plan to use "Login via PayPal", example our plugins SocialLogin. Set your store URL if you don't want to use "Login via PayPal".
    But if you install plugin SocialLogin you you see this Return AOuth URL on plugin configure page.

    6 years ago

    I was wrong. I don't use TRIM.
    If you change PREFIX from nop admin mode than NopCommerce TRIM each value automatically.

    Open the feed template as plain file.
    Example Google.xml and look for your prefix. Add space bar and save it.

      <FeedAttribute>
        <Id>1</Id>
        <FeedCaption>Product Name</FeedCaption>
        <FeedName>title</FeedName>
        <FieldNameCode>name</FieldNameCode>
       <Prefix>Test </Prefix>
        <ConvertValues />
        <CharsLimit>150</CharsLimit>
        <Required>false</Required>
        <IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
        <UseCDATA>false</UseCDATA>
        <ActionId>0</ActionId>
        <AdvancedField>false</AdvancedField>
        <RowSourceType>0</RowSourceType>
        <AttributeControlType>0</AttributeControlType>
      </FeedAttribute>

    6 years ago

    I'll check this problem tomorrow.... Think I use TRIM....
    If I am right I'll do new fix tomorrow too.
    Thank you.

    6 years ago

    Do you use prefix with spacebar in start or end position?

    6 years ago
    Bug

    I am sorry... I did a bug ....

    Download this file and execute new TSQL script SqlServer.RFQ2.sql
    http://www.foxnetsoft.com/content/files/foxnetsoft.nopadvancedrfq.zip

    6 years ago
    Bug

    Did you replace new SQL files from new plugin folder
    These SQL files has TSQL script for adding new code...

    Try to execute them manually.
    1. Update119.RFQ2.sql
    2. SqlServer.RFQ2.sql

    Try and write me about result.


    6 years ago
    Bug

    I added new parameter 'Display for all products'
    Download new release and replace ALL files (.SQL files too) restart your site. Plugin will upgrade itself. Try it.

    6 years ago
    Bug

    Ok.
    I have removed this button 'Display for all products'.
    I'll think and answer you... maybe you are right....
    Yes.
    I'll add this button back and remove tabs for products/categories/manufacturers.

    I'll answered you on this page.

    6 years ago
    Bug

    What will you do if you want to display button for ALL products?

    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved