Announcement

Collapse
No announcement yet.

HTML string in invoice

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTML string in invoice

    Hi all,

    We use an HTML string as an "Other Info Question" as a way of defining options. The string is:

    Pick your colours (in tubes of 25)<br><a href="http://www.gamble.co.uk/colours.htm" target="blank">Click here for available colours</a>

    This works well with customers having a link to a page explaining what they should put in that box. However, the whole HTML block (as well as customer's input) appears on both the data entry and invoice printouts and the confirmation emails - which looks messy.

    Any ideas on how to remove the block from those reports or on an alternate way to acheive the same input from the customer, please?

    Regards,
    CHRIS
    Kind regards,
    SAM WEREN
    ------------------
    http://www.gamble.co.uk
    Poker chips, roulette wheels, cards, dice
    and other home gambling equipment in the UK.

    #2
    V6 used a hardcoded value but V7 uses the prompt entered, so you could resolved this in a couple of ways

    1) Create a custom product template for items using HTML in the other info prompt, you could then put the HTML in the template rather than in the other info prompt and then it wouldn't appear on the reports.

    2) You could ask your friendly neighbourhood report writer to hardcode strings in the reports to make it work in the same way that it did for V6.

    Cheers,
    Jan Strassen, Mole End

    Comment

    Working...
    X