• Resolved novetrendy

    (@novetrendy)


    Hi again,
    In my xml file have this:

    <descrition>
    <p>?ervená (R): 35-45lm</p> <p>zelená (G): 60-70lm</p> <p>modrá (B): 15-25lm</p> <p>ukázka pou?ití ve světelné kouli:?<a href="https://www.youtube.com/watch?v=GuzzHI9JH1g">https://www.youtube.com/watch?v=GuzzHI9JH1g</a></p> <p>?</p>
    </description>

    I try this shortcode to field Description
    [str_replace(array("<", ">"), array("<", ">"), {DESCRIPTION[1]})]
    but after import field Description is empty.
    Also i try [html_entity_decode({DESCRIPTION[1]})]
    and [htmlspecialchars_decode({DESCRIPTION[1]})],
    but i have same effect – empty description field.

    You can help me please?

    https://www.ads-software.com/plugins/wp-all-import/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter novetrendy

    (@novetrendy)

    Hi again,

    im try send this again

    “[str_replace(array(“<“, “>”), array(“<“, “>”), {DESCRIPTION[1]})]”

    In first array:
    & l t ;
    & g t ;
    without space

    Thread Starter novetrendy

    (@novetrendy)

    Sorry is my fault.
    In my xml file missed <description> for few products.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Html entity decode’ is closed to new replies.