Announcement

Collapse
No announcement yet.

Coding errors

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

    Coding errors

    Hi

    This is showwing up as a coding error!

    <actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e">

    Where do I find the correct code to repale it with?

    Cheers

    #2
    Jon,

    That should be
    <actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e" >
    Which is the same as what you have got.

    Delete the existing block if statement. Right click in the space and select 'Insert Block', this should bring up a 'Condition Editor', Click on the blue V to insert a variable, use the selection to choose 'PriceIsEnabled' and click on 'Insert'. That should restore it back to normal.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X