Announcement

Collapse
No announcement yet.

Question about Block if statements

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

    Question about Block if statements

    I am amending a product template.

    Currently have a 2 column table which contains, Price, Quantity

    Some products have component based pricing, therefore no price is shown and therefore in these products col 1 is empty.

    What I'd like to be able to do is, if the price is not shown move the quantity to col 1.

    Thought could do this with block if statement saying
    if PriceIsEnabled == false
    but this doesnt seem to be working.

    Is there some other condition should be testing for instead of PriceIsEnabled, or am I barking (answers on postcard please ) up the wrong tree?

    Thanks

    Kathy
    Kathy Newman

    #2
    what code are you putting your blockif around, Kathy?

    Can you paste the whole code here? and detail which part you are trying to "hide"?
    Tracey

    Comment

    Working...
    X