12.0.0 MNGA in my case, Bruce
Announcement
Collapse
No announcement yet.
Dynamic Price Layout - Broken 12.0.1?
Collapse
X
-
The problem is caused by an extraneous closing block statement at line 53 (not the one at the end of the layout, which is correct. There are three in succession lines 51-53 and there should only be two).
It means that if dynamic pricing is disabled, the closing </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 prematurely, which can break the design in some cases.
The fix is to delete one of the three </actinic:block> statements at lines 51-52.
We have logged a bug for this and will fix it in the next maintenance release.
Sorry for the inconvenience caused.
Comment
-
A fix is to edit ActinicCatalog.mdb in C:\Program Files (x86)\SellerDeck 2013\Original with Access. Edit table DesignObjects, look in column sName for Dynamic Price Layout, then amend the entry in sMarkupCode. Take care there, as my system seemed to be quirky in editing the text. Best re-open that table and check it's OK afterwards.
This seems to fix new sites, the Revert to Factory, etc.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
Comment