Hello
I just upgraded from the sellerdeck 16.0.1 to 16.0.3 version and had 3 fails. It says I need to add this code manually to have complete functionality of the new upgrade but im stuck on what to use and where to put it. From the log file its not clear to me if thats the new code to add or what it was looking for in the existing code pages.
Anyhow I will list here the 3 fails and maybe someone can help me out. Thanks in advance
Fail 1.
--------------------------------------------------------------------------------
Layout name: Responsive CSS
--------------------------------------------------------------------------------
Match: \\.content-area form table\\.checkout tr th:not\\(th\\.change\\) \\{font-size:0\\.9rem;\\}.*color:<actinic:variable name="PaletteBG" \\/>;\\}
Replace: .content-area form table.checkout tr th:not(th.change) {font-size:0.9rem;}
.content-area form table.checkout tr td.cartheading, .content-area form table.checkout-cart tr td.checkout-cartheading {background:<actinic:variable name="CheckoutEM" />; color:<actinic:variable name="PaletteBG" />;}
Result: Failed
--------------------------------------------------------------------------------
Layout name: Smart Responsive Stylesheet
--------------------------------------------------------------------------------
Fail 2.
Function name: UpgradeSmartResponsiveStylesheet
Match: padding-bottom:1\\%;
Replace: padding:1em 0;
Result: Failed
Fail 3,
Function name: UpgradeSmartResponsiveStylesheet
Match: (\\s)*#pspwait {.*}
Replace:
Result: Failed
I just upgraded from the sellerdeck 16.0.1 to 16.0.3 version and had 3 fails. It says I need to add this code manually to have complete functionality of the new upgrade but im stuck on what to use and where to put it. From the log file its not clear to me if thats the new code to add or what it was looking for in the existing code pages.
Anyhow I will list here the 3 fails and maybe someone can help me out. Thanks in advance
Fail 1.
--------------------------------------------------------------------------------
Layout name: Responsive CSS
--------------------------------------------------------------------------------
Match: \\.content-area form table\\.checkout tr th:not\\(th\\.change\\) \\{font-size:0\\.9rem;\\}.*color:<actinic:variable name="PaletteBG" \\/>;\\}
Replace: .content-area form table.checkout tr th:not(th.change) {font-size:0.9rem;}
.content-area form table.checkout tr td.cartheading, .content-area form table.checkout-cart tr td.checkout-cartheading {background:<actinic:variable name="CheckoutEM" />; color:<actinic:variable name="PaletteBG" />;}
Result: Failed
--------------------------------------------------------------------------------
Layout name: Smart Responsive Stylesheet
--------------------------------------------------------------------------------
Fail 2.
Function name: UpgradeSmartResponsiveStylesheet
Match: padding-bottom:1\\%;
Replace: padding:1em 0;
Result: Failed
Fail 3,
Function name: UpgradeSmartResponsiveStylesheet
Match: (\\s)*#pspwait {.*}
Replace:
Result: Failed
Comment