I am using the new products and best sellers with the patch to show only the first 10 words of the product description which works great. however when I format the first few words of text in the product description using the Actinic text options then the text showing in the best seller box show the actinic html code ie !!< >!!. Is it just me - cocked up the code or are other sites showing the same problem. I seem to remember a similar problem in beta testing with phase errors.
Announcement
Collapse
No announcement yet.
New products/best sellers bug
Collapse
X
-
If your formatting is fairly simple then you might be able to add the formatting around the result of the php code. You could add other variables with the same duplicate block whose values could be the formatting.
It's hard to describe but in the layout add a new variable inside the 'duplicate' block test before the php code. That variable could contain:
<b>
then add another variable in a similar way after the php code that could contain:
< /b>
That sort of thing might work - just depends how fancy you want your formatting.
Comment
Comment