Can You Solve This Puzzle?

Can anyone tell me why there is no preview text for the top item on this page (A Blossom in the Desert):



Lilias Trotter Books Available from Kingsley Press



I’ve changed the text around in the backend to see if there’s some strange character in there messing up the html, but so far nothing works. Looks like straightforward text to me. I’m giving it up as a hopeless case, but thought I would issue a challenge here to all you smart people.



Thanks in advance.

Short Description overrides the preview text.

Viewing the source of the page, it appears as though this is probably in the Short Description:

“<[size=“2”][color=”#a31515"][size=“2”][color=“#a31515”]p[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]>[/color][/size][/color][/size] [size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]<[/color][/size][/color][/size][size=“2”][color=“#a31515”][size=“2”][color=“#a31515”]p[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]><[/color][/size][/color][/size][size=“2”][color=“#a31515”][size=“2”][color=“#a31515”]strong[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]><[/color][/size][/color][/size][size=“2”][color=“#a31515”][size=“2”][color=“#a31515”]br[/color][/size][/color][/size] [size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]/>#a31515”][size=“2”][color=“#a31515”]strong[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]>#a31515”][size=“2”][color=“#a31515”]p[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]>[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]#a31515”][size=“2”][color=“#a31515”]p[/color][/size][/color][/size][size=“2”][color=“#0000ff”][size=“2”][color=“#0000ff”]>"[/color][/size][/color][/size]

That was it!! Thanks so much!



I recently did away with all my short descriptions…evidently wasn't thorough enough, and forgot that even if there were empty tags in there it would override the large description.



Thanks again!

I would recommend running a query that sets the field to an empty string. That ensures ALL the short descriptions are gone and it takes a couple of seconds. Something like:

UPDATE cscart_product_descriptions

SET short_description = ''