Announcement

Collapse
No announcement yet.

SellerDeck 2013 - v12.0.1 'Block If' tag Problem:

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

    SellerDeck 2013 - v12.0.1 'Block If' tag Problem:

    After upgrading to the new SellerDeck v12.0.1 release, you may find that a block if statement at the bottom of the Dynamic Price Layout appears to be broken. This then breaks the product layout.

    This is caused by an unrelated closing block statement on line 53. If dynamic pricing is disabled, then closing the </div> statement will be inserted into the page even though the opening <div> statement is not. This will result in the previous <div> being closed early, which then can break the design in some cases.


    This is what the broken code looks like below:




    as you can see the tag at the end of line 55 appears broken: -

    </actinic:block> instead of /block


    To resolve this delete one of the three /block statements at lines 51-52.

    Attached Files
Working...
X