Hi,
I am trying to format the text in the Date Info Message in the Date Prompts so that some words are in a smaller font size. I highlighted the text and used the format bar to do this, but when a customer adds the item to the cart it shows the code with the message and looks messy.
Proper code in layout is:
On the product page it looks as it should do, but in the cart it shows:
Date to arrive by: !!<(Only guaranteed if Next Day Del chosen at checkout>!!
(The bit in brackets to be a smaller size 9 font size )
I have tried taking some and all these bits out, but nothing makes it right and I can't see how to change the layout code to allow for part of the line to be different only all of it.
Is there a way round this please?
Thanks
I am trying to format the text in the Date Info Message in the Date Prompts so that some words are in a smaller font size. I highlighted the text and used the format bar to do this, but when a customer adds the item to the cart it shows the code with the message and looks messy.
Proper code in layout is:
Code:
<span class="actrequired"><actinic:variable formatting="font(Color|e80074),bold" encoding="actinic" name="DatePrompt" /></span><br /> <actinic:variable name="DayList" /><actinic:variable name="MonthList" /><actinic:variable name="YearList" />
Date to arrive by: !!<(Only guaranteed if Next Day Del chosen at checkout>!!
(The bit in brackets to be a smaller size 9 font size )
I have tried taking some and all these bits out, but nothing makes it right and I can't see how to change the layout code to allow for part of the line to be different only all of it.
Is there a way round this please?
Thanks
Comment