You have no items in your shopping cart.

Friday, March 29, 2024 5:06:20 PM

Decode HTML tags

Posted: 7 years ago

#3226 Quote

Angelov72

Posted: 7 years ago

#3226 Quote
I'm sorry but we have another problem...
In Field "TITLE" (Name) I need replace ASCII characters with HTML format
For example... > with &gt;, < with &lt;

THANK YOU VERY MUCH

Posted: 7 years ago

#3227 Quote

Support

Posted: 7 years ago

#3227 Quote
Open the second tab, you will see the column "Post-process action".
For Title you will see "No"
Try to change with another values, ex. encode_html...

I hope it will help to solve your problem.

Posted: 7 years ago

#3228 Quote

Support

Posted: 7 years ago

#3228 Quote
You can change it manually too. Open the feed template (XML file and change ActionId with value 5).
Example.

  <FeedAttribute>
    <Id>2</Id>
    <FeedCaption>Titolo</FeedCaption>
    <FeedName>Name</FeedName>
    <FieldNameCode>name</FieldNameCode>
    <ConvertValues />
    <Required>true</Required>
    <IgnoreNullOrEmpty>false</IgnoreNullOrEmpty>
    <UseCDATA>false</UseCDATA>
    <ActionId>5</ActionId>
    <AdvancedField>false</AdvancedField>
    <RowSourceType>0</RowSourceType>
    <AttributeControlType>0</AttributeControlType>
  </FeedAttribute>

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved