Closed (duplicate)
Project:
Commerce Core
Version:
7.x-1.0
Component:
Checkout
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2011 at 10:43 UTC
Updated:
21 Apr 2013 at 11:50 UTC
Hi,
i wanted to translate the completion message but I am getting an error message. I tried out to input exact the same text like the original text:
The submitted string contains disallowed HTML: Your order is number [commerce-order:order-number]. You can <a href="[commerce-order:url]">view your order</a> on your account page when logged in.
I can't put the tag in my translations. Any workarounds ?
Comments
Comment #1
rszrama commentedThe problem is the token in the src attribute. It's a known issue that we don't really know what to do about. #1261012: Add Variable module integration for custom checkout completion messages
Comment #2
crispiatico commentedThe problem is the " in the string
if I remove and I can save the message but is not the good solution !
Haw we can do this ?