Skip to content

Instantly share code, notes, and snippets.

@zacharylang
Created March 28, 2013 01:24
Show Gist options
  • Save zacharylang/5259718 to your computer and use it in GitHub Desktop.
Save zacharylang/5259718 to your computer and use it in GitHub Desktop.
%%[ If @LineType != "GC" AND @LineType != "GP" AND @LineType != "G" Then ]%%
%%[ If @ItemDescription2 != "" Then ]%%
Color | Size: %%=v(@ItemDescription2)=%%<br>
%%[ EndIf ]%%
%%[ If @CatalogNumber != "" Then ]%%
Style #: %%=v(@CatalogNumber)=%%<br>
%%[ EndIf ]%%
%%[ If @ListPrice != @UnitPrice Then ]%%
%%[ If @ListPrice != "" AND @UnitPrice != "" AND @fiftyone != "Y" Then ]%%
Original %%=Format(@ListPrice, "C2")=%% <span style="color: rgb(255, 153, 0); font-weight: bold;">Now %%=Format(@UnitPrice, "C2")=%%</span>
%%[ EndIf ]%%
%%[ Else ]%%
%%[ If @ListPrice != "" AND @fiftyone != "Y" Then ]%%
Original %%=Format(@ListPrice, "C2")=%%
%%[ EndIf ]%%
%%[ EndIf ]%%
%%[ EndIf ]%%
%%[ If @LineType != "GC" AND @LineType != "GP" AND @LineType != "G" Then ]%%
<center>
%%[ If @SalesCatalogSection == "CAR" Then ]%%
<a href="http://www.carters.com/carters" target="_blank"><img alt="Carter's" src="http://image.exct.net/lib/fefe1671706100/m/1/carters_logo.jpg" width="65" border="0" height="35"></a>
%%[ ElseIf @SalesCatalogSection == "OKB" Then ]%%
<a href="http://www.carters.com/oshkosh" target="_blank"><img alt="OshKoshB'gosh" src="http://image.exct.net/lib/fefe1671706100/m/1/OKBG_logo.jpg" width="65" border="0" height="35"></a> %%[ EndIf ]%%
</center>
%%[ EndIf ]%%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment