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>
<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>
<imagesURL>
<img1>http://demo330.test.com/content/images/thumbs/0000017_100-physical-gift-card_500.jpg</img1>
</imagesURL>
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.
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>
I'll check this problem tomorrow.... Think I use TRIM....
If I am right I'll do new fix tomorrow too.
Thank you.
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
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.
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.
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.