Announcement

Collapse
No announcement yet.

Other info promp code issue

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

    Other info promp code issue

    I have the following code in the other info prompt box

    !!<<b><a href="https://www.thepenzone.co.uk/acatalog/engraving.html"
    title="About our engraving services">Engraving Text</a></b>>!!


    The words Engraving Text appear above the box as it should and is a link to our engraving info page. The problem is on the basket page when text is added - it seems to bring some of the code across and displays !!<Engraving Text>!!
    I would like it to not show the !!< >!! on this page. Also on the email I get from sellerdeck it seems to have all of the html excluding the !!< >!! I presume the customer is also seeing this bit aswell.

    Check it here

    https://www.thepenzone.co.uk/acatalo...-gold-706.html

    #2
    Edit the Layout you are using for such products and look for:
    Code:
    OtherInfoPrompt
    Amend that to be:
    Code:
    <b><a href="engraving.html" title="About our engraving services">OtherInfoPrompt</a></b>
    Then remove the embedded HTML from such products Other Info Question field.

    P.S. You may want to add target="_blank" to the A tag so that your info page opens in a new window.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks for this. Now working

      Comment

      Working...
      X