• Resolved Megunticook

    (@megunticook)


    Noticed recently that the abandoned cart emails are not displaying the cart contents properly. The image and product name appear, but there’s no quantity, price, or line subtotal values, and it always says “Tax: $0” at the bottom.

    I thought maybe my custom template was broken so I tested your default template and the problem is still there. Seems like the {{products.cart}} shortcode is broken. Maybe after recent WooCommerce updates? I’m on version 8.7.0 now but I noticed this issue last week before that most recent update.

    Any thoughts on how to fix this? Thank you.

    Here’s a screenshot of the default template:

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support priyankajagtap

    (@priyankajagtap)

    Hi @megunticook,

    Thank you for sharing the website URL and the screenshot.

    I tried to replicate this issue at our end with the default email template but I am unable to replicate the same.
    Screenshot for your reference: https://app.screencast.com/NShFx0DoK7HaS

    I have abandoned a cart on your site as well and I am able to see the issue you reported in the reminder email I received from your site. We will need to troubleshoot this issue at your end. For that, we kindly request you to drop us an email at support at tychesoftwares dot com where we can discuss this issue in detail.

    Plugin Support oluisrael

    (@oluisrael)

    Hello @megunticook, my sincere apologies for not reaching out to you sooner.

    Can you confirm if the Use WooCommerce Template Style option is enabled in your email templates? Can you also share your email template so as to run through the code for any anomalies?

    Thread Starter Megunticook

    (@megunticook)

    Thanks @oluisrael, I checked and the “Use WooCommerce Template Style” checkbox is not selected. Should I try that?

    Here’s the email template:

    <!-- NAME: ABANDONED CART AND PRODUCT RECOMMENDATION --><!-- [if gte mso 15]>
            <xml>
                <o:OfficeDocumentSettings>
                <o:AllowPNG/>
                <o:PixelsPerInch>96</o:PixelsPerInch>
                </o:OfficeDocumentSettings>
            </xml>
            <![endif]--><p>&nbsp;</p><p><style type="text/css">
    		p{
    			margin:10px 0;
    			padding:0;
    		}
    		table{
    			border-collapse:collapse;
    		}
    		h1,h2,h3,h4,h5,h6{
    			display:block;
    			margin:0;
    			padding:0;
    		}
    		img,a img{
    			border:0;
    			height:auto;
    			outline:none;
    			text-decoration:none;
    		}
    		body,#bodyTable,#bodyCell{
    			height:100%;
    			margin:0;
    			padding:0;
    			width:100%;
    		}
    		.mcnPreviewText{
    			display:none !important;
    		}
    		#outlook a{
    			padding:0;
    		}
    		img{
    			-ms-interpolation-mode:bicubic;
    		}
    		table{
    			mso-table-lspace:0pt;
    			mso-table-rspace:0pt;
    		}
    		.ReadMsgBody{
    			width:100%;
    		}
    		.ExternalClass{
    			width:100%;
    		}
    		p,a,li,td,blockquote{
    			mso-line-height-rule:exactly;
    		}
    		a[href^=tel],a[href^=sms]{
    			color:inherit;
    			cursor:default;
    			text-decoration:none;
    		}
    		p,a,li,td,body,table,blockquote{
    			-ms-text-size-adjust:100%;
    			-webkit-text-size-adjust:100%;
    		}
    		.ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
    			line-height:100%;
    		}
    		a[x-apple-data-detectors]{
    			color:inherit !important;
    			text-decoration:none !important;
    			font-size:inherit !important;
    			font-family:inherit !important;
    			font-weight:inherit !important;
    			line-height:inherit !important;
    		}
    		#bodyCell{
    			padding:10px;
    		}
    		.templateContainer{
    			max-width:600px !important;
    		}
    		a.mcnButton{
    			display:block;
    		}
    		.mcnImage,.mcnRetinaImage{
    			vertical-align:bottom;
    		}
    		.mcnTextContent{
    			word-break:break-word;
    		}
    		.mcnTextContent img{
    			height:auto !important;
    		}
    		.mcnDividerBlock{
    			table-layout:fixed !important;
    		}
    
    /*hide the column labels in cart contents section*/
    th {display:none}
    
    /*enlarge product images*/
    table.templateDataTable tr td a img	{
    height:100px;
    width:100px;
    }
    
    	/*
    	@tab Page
    	@section Background Style
    	@tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
    	*/
    		body,#bodyTable{
    			/*@editable*/background-color:#FAFAFA;
    		}
    	/*
    	@tab Page
    	@section Background Style
    	@tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
    	*/
    		#bodyCell{
    			/*@editable*/border-top:0;
    		}
    	/*
    	@tab Page
    	@section Email Border
    	@tip Set the border for your email.
    	*/
    		.templateContainer{
    			/*@editable*/border:0;
    		}
    	/*
    	@tab Page
    	@section Heading 1
    	@tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
    	@style heading 1
    	*/
    		h1{
    			/*@editable*/color:#444444;
    			/*@editable*/font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    			/*@editable*/font-size:28px;
    			/*@editable*/font-style:normal;
    			/*@editable*/font-weight:normal;
    			/*@editable*/line-height:125%;
    			/*@editable*/letter-spacing:normal;
    			/*@editable*/text-align:center;
    		}
    	/*
    	@tab Page
    	@section Heading 2
    	@tip Set the styling for all second-level headings in your emails.
    	@style heading 2
    	*/
    		h2{
    			/*@editable*/color:#444444;
    			/*@editable*/font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    			/*@editable*/font-size:21px;
    			/*@editable*/font-style:normal;
    			/*@editable*/font-weight:normal;
    			/*@editable*/line-height:200%;
    			/*@editable*/letter-spacing:normal;
    			/*@editable*/text-align:center;
    		}
    	/*
    	@tab Page
    	@section Heading 3
    	@tip Set the styling for all third-level headings in your emails.
    	@style heading 3
    	*/
    		h3{
    			/*@editable*/color:#202020;
    			/*@editable*/font-family:Helvetica;
    			/*@editable*/font-size:20px;
    			/*@editable*/font-style:normal;
    			/*@editable*/font-weight:bold;
    
    			/*@editable*/line-height:125%;
    			/*@editable*/letter-spacing:normal;
    			/*@editable*/text-align:center;
    /*hide the redundant "Your Shopping Cart" header generated by plugin*/
    display:none;
    		}
    	/*
    	@tab Page
    	@section Heading 4
    	@tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
    	@style heading 4
    	*/
    		h4{
    			/*@editable*/color:#202020;
    			/*@editable*/font-family:Helvetica;
    			/*@editable*/font-size:18px;
    			/*@editable*/font-style:normal;
    			/*@editable*/font-weight:bold;
    			/*@editable*/line-height:125%;
    			/*@editable*/letter-spacing:normal;
    			/*@editable*/text-align:center;
    		}
    	/*
    	@tab Preheader
    	@section Preheader Style
    	@tip Set the background color and borders for your email's preheader area.
    	*/
    		#templatePreheader{
    			/*@editable*/background-color:#8ba5a5;
    			/*@editable*/border-top:0;
    			/*@editable*/border-bottom:0;
    			/*@editable*/padding-top:15px;
    			/*@editable*/padding-bottom:15px;
    		}
    	/*
    	@tab Preheader
    	@section Preheader Text
    	@tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
    	*/
    		#templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
    			/*@editable*/color:#ffffff;
    			/*@editable*/font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    			/*@editable*/font-size:14px;
    			/*@editable*/line-height:125%;
    			/*@editable*/text-align:left;
    		}
    	/*
    	@tab Preheader
    	@section Preheader Link
    	@tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
    	*/
    		#templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
    			/*@editable*/color:#ffffff;
    			/*@editable*/font-weight:normal;
    			/*@editable*/text-decoration:underline;
    		}
    	/*
    	@tab Header
    	@section Header Style
    	@tip Set the background color and borders for your email's header area.
    	*/
    		#templateHeader{
    			/*@editable*/background-color:#FFFFFF;
    			/*@editable*/border-top:0;
    			/*@editable*/border-bottom:0;
    			/*@editable*/padding-top:10px;
    			/*@editable*/padding-bottom:10px;
    		}
    	/*
    	@tab Header
    	@section Header Text
    	@tip Set the styling for your email's header text. Choose a size and color that is easy to read.
    	*/
    		#templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
    			/*@editable*/color:#202020;
    			/*@editable*/font-family:Helvetica;
    			/*@editable*/font-size:16px;
    			/*@editable*/line-height:150%;
    			/*@editable*/text-align:left;
    		}
    	/*
    	@tab Header
    	@section Header Link
    	@tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
    	*/
    		#templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
    			/*@editable*/color:#8ba5a5;
    			/*@editable*/font-weight:normal;
    			/*@editable*/text-decoration:none;
    		}
    	/*
    	@tab Body
    	@section Body Style
    	@tip Set the background color and borders for your email's body area.
    	*/
    		#templateBody{
    			/*@editable*/background-color:#FFFFFF;
    			/*@editable*/border-top:0;
    			/*@editable*/border-bottom:2px solid #EAEAEA;
    			/*@editable*/padding-top:9px;
    			/*@editable*/padding-bottom:9px;
    		}
    	/*
    	@tab Body
    	@section Body Text
    	@tip Set the styling for your email's body text. Choose a size and color that is easy to read.
    	*/
    		#templateBody .mcnTextContent,#templateBody .mcnTextContent p{
    			/*@editable*/color:#202020;
    			/*@editable*/font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    			/*@editable*/font-size:16px;
    			/*@editable*/line-height:150%;
    			/*@editable*/text-align:center;
    		}
    	/*
    	@tab Body
    	@section Body Link
    	@tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
    	*/
    		#templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
    			/*@editable*/color:#8ba5a5;
    			/*@editable*/font-weight:normal;
    			/*@editable*/text-decoration:none;
    		}
    	/*
    	@tab Footer
    	@section Footer Style
    	@tip Set the background color and borders for your email's footer area.
    	*/
    		#templateFooter{
    			/*@editable*/background-color:#FAFAFA;
    			/*@editable*/border-top:0;
    			/*@editable*/border-bottom:0;
    			/*@editable*/padding-top:45px;
    			/*@editable*/padding-bottom:9px;
    		}
    	/*
    	@tab Footer
    	@section Footer Text
    	@tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
    	*/
    		#templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
    			/*@editable*/color:#656565;
    			/*@editable*/font-family:Helvetica;
    			/*@editable*/font-size:12px;
    			/*@editable*/line-height:150%;
    			/*@editable*/text-align:center;
    		}
    	/*
    	@tab Footer
    	@section Footer Link
    	@tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
    	*/
    		#templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
    			/*@editable*/color:#ffffff;
    			/*@editable*/font-weight:normal;
    			/*@editable*/text-decoration:underline;
    		}
    	@media only screen and (min-width:768px){
    		.templateContainer{
    			width:600px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		body,table,td,p,a,li,blockquote{
    			-webkit-text-size-adjust:none !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		body{
    			width:100% !important;
    			min-width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnRetinaImage{
    			max-width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImage{
    			width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
    			max-width:100% !important;
    			width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnBoxedTextContentContainer{
    			min-width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageGroupContent{
    			padding:9px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
    			padding-top:9px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
    			padding-top:18px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageCardBottomImageContent{
    			padding-bottom:9px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageGroupBlockInner{
    			padding-top:0 !important;
    			padding-bottom:0 !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageGroupBlockOuter{
    			padding-top:9px !important;
    			padding-bottom:9px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnTextContent,.mcnBoxedTextContentColumn{
    			padding-right:18px !important;
    			padding-left:18px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
    			padding-right:18px !important;
    			padding-bottom:0 !important;
    			padding-left:18px !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    		.mcpreview-image-uploader{
    			display:none !important;
    			width:100% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Heading 1
    	@tip Make the first-level headings larger in size for better readability on small screens.
    	*/
    		h1{
    			/*@editable*/font-size:22px !important;
    			/*@editable*/line-height:125% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Heading 2
    	@tip Make the second-level headings larger in size for better readability on small screens.
    	*/
    		h2{
    			/*@editable*/font-size:20px !important;
    			/*@editable*/line-height:125% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Heading 3
    	@tip Make the third-level headings larger in size for better readability on small screens.
    	*/
    		h3{
    			/*@editable*/font-size:18px !important;
    			/*@editable*/line-height:125% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Heading 4
    	@tip Make the fourth-level headings larger in size for better readability on small screens.
    	*/
    		h4{
    			/*@editable*/font-size:16px !important;
    			/*@editable*/line-height:150% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Boxed Text
    	@tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    	*/
    		.mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
    			/*@editable*/font-size:14px !important;
    			/*@editable*/line-height:150% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Preheader Visibility
    	@tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
    	*/
    		#templatePreheader{
    			/*@editable*/display:block !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Preheader Text
    	@tip Make the preheader text larger in size for better readability on small screens.
    	*/
    		#templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
    			/*@editable*/font-size:14px !important;
    			/*@editable*/line-height:150% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Header Text
    	@tip Make the header text larger in size for better readability on small screens.
    	*/
    		#templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
    			/*@editable*/font-size:16px !important;
    			/*@editable*/line-height:150% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Body Text
    	@tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    	*/
    		#templateBody .mcnTextContent,#templateBody .mcnTextContent p{
    			/*@editable*/font-size:16px !important;
    			/*@editable*/line-height:150% !important;
    		}
    
    }	@media only screen and (max-width: 480px){
    	/*
    	@tab Mobile Styles
    	@section Footer Text
    	@tip Make the footer content text larger in size for better readability on small screens.
    	*/
    		#templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
    			/*@editable*/font-size:14px !important;
    			/*@editable*/line-height:150% !important;
    		}
    	
    	/*style cart contents section*/
    	td.cart-contents tr  {
    		text-align:left;
    	}
    	
    	td.cart-contents tr  a, table.templateDataTable tr td a {
    		color:#333;
    		text-decoration:none;
    	}
    	
    	
    
    }</style></p><!--*|IF:MC_PREVIEW_TEXT|*--><!-- [if !gte mso 9]><!----><p><span class="mcnPreviewText" style="display: none; font-size: 0px; line-height: 0px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; visibility: hidden; mso-hide: all;">We noticed you left something in your shopping cart...</span></p><!--<![endif]--><!--*|END:IF|*--><center><table id="bodyTable" border="0" width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td id="bodyCell" align="center" valign="top"><!-- BEGIN TEMPLATE // --><!-- [if (gte mso 9)|(IE)]>
                            <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
                            <tr>
                            <td align="center" valign="top" width="600" style="width:600px;">
                            <![endif]--><table class="templateContainer" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td id="templatePreheader" valign="top"><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="390" style="width:390px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 600px;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="letter-spacing: 1px; text-align: center;">Handcrafted. Beautiful. Heirloom.</div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="210" style="width:210px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 210px; display: none;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="letter-spacing: 1px;"><span style="font-size: 12px; display: none;"><a href="*|ARCHIVE|*" target="_blank" rel="noopener">View this in your browser</a></span></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table></td></tr><tr><td id="templateHeader" valign="top"><table class="mcnImageBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnImageBlockOuter"><tr><td class="mcnImageBlockInner" style="padding: 9px;" valign="top"><table class="mcnImageContentContainer" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnImageContent" style="text-align: center; padding: 0 9px 0 9px;" valign="top"><img class="mcnRetinaImage" style="max-width: 1104px; padding-bottom: 0px; vertical-align: bottom; display: inline !important; border-radius: 7%;" src="https://swansislandcompany.com/wp-content/uploads/2022/12/swans-island-company-seal.png" alt="Swans Island Company seal" width="300" align="center" /></td></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td id="templateBody" valign="top"><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 0px 18px 15px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 1px solid #454C4C;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 18px 18px;" valign="top"><div style="font-family: 'Cardo', serif; letter-spacing: 1px;"><h1 style="font-family: 'Cardo'; letter-spacing: 1px;"><span style="font-size: 32px;"><span style="color: #444444; text-decoration: none;"><span style="color: #444444;"><em>We noticed that you noticed...</em></span></span></span></h1></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 18px 18px 15px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 1px solid #454C4C;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="text-align: left; padding: 0.5em 0em .8em 0px;">We noticed you left a selection in your shopping cart. If you’d like to know more about the items you selected, we’d love to tell you more!?Or, if your mind is made up, simply click the link below to resume your order. Thank?you!</div><div style="text-align: center; padding: 1.2em 0em .3em 0px; font-family: 'Cardo', serif; letter-spacing: 1px;"><span style="color: #444444; font-size: 24px;"><em>Your shopping cart?includes...</em></span></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnCart" border="0" width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td class="mcnCartContentOuter" style="padding: 9px 18px 9px 18px;" valign="top"><table width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td class="cart-contents" valign="top">{{products.cart}}</td></tr></tbody></table><table class="mcnButtonBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnButtonBlockOuter"><tr><td class="mcnButtonBlockInner" style="padding: 0 18px 18px 18px;" align="center" valign="top"><table class="mcnButtonContentContainer" style="border-collapse: separate !important; border-radius: 7px; background-color: #8ba5a5;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td class="mcnButtonContent" style="font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; padding: 20px; text-align: center; width: 100%;" align="center" valign="middle"><a class="mcnButton " style="font-weight: normal; letter-spacing: 3px; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;" title="CHECK OUT NOW" href="{{cart.link}}" target="_blank" rel="noopener">CHECK OUT NOW</a></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 40px 18px 18px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 1px solid #454C4C;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 20px 18px;" valign="top"><div style="font-family: 'Cardo', serif; letter-spacing: 1px;"><h1 style="font-family: 'Cardo'; letter-spacing: 1px;"><span style="font-size: 32px;"><span style="color: #444444; text-decoration: none;"><span style="color: #444444;"><em>Have any questions?</em></span></span></span></h1></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 18px 18px 5px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 1px solid #454C4C;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="text-align: left; padding: 0.5em 0em 1.3em 0px;">Our Customer Care team is here ready to help! This small group of friendly people right here at our Northport, Maine farmhouse can tell you everything you want to know about any of our products. Answers to some frequently asked questions are <a  target="_blank" rel="noopener">here.</a> Or feel free to give us a call: <a href="tel:207-338-9691" target="_blank" rel="noopener">207.338.9691.</a></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnButtonBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnButtonBlockOuter"><tr><td class="mcnButtonBlockInner" style="padding: 0 18px 18px 18px;" align="center" valign="top"><table class="mcnButtonContentContainer" style="border-collapse: separate !important; border-radius: 7px; background-color: #8ba5a5;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td class="mcnButtonContent" style="font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; padding: 20px;" align="center" valign="middle"><a class="mcnButton " style="font-weight: normal; letter-spacing: 3px; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;" title="CONTACT US" href="mailto:customerservice@swansislandcompany.com" target="_blank" rel="noopener">CONTACT US</a></td></tr></tbody></table></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 10px 18px 5px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 2px none #EAEAEA;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnImageBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnImageBlockOuter"><tr><td class="mcnImageBlockInner" style="padding: 9px;" valign="top"><table class="mcnImageContentContainer" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnImageContent" style="text-align: center; padding: 0 9px 0 9px;" valign="top"><a class="" title=""  target="_blank" rel="noopener"> <img class="mcnImage" style="max-width: 1501px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" src="https://swansislandcompany.com/wp-content/uploads/2022/08/lamb_fence_winter_checked_DO4R8554-e1657652869336.jpg" alt="" width="564" align="center" /> </a></td></tr></tbody></table></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="text-align: center; padding: .5em 0em .1em 0px; font-family: 'Cardo', serif; letter-spacing: 1px;"><span style="color: #444444; font-size: 20px;"><em>“Sustainability comes naturally here at Swans?Island”</em></span></div><div style="text-align: center; padding: 0.5em 0em .8em 0px;">Read more about our commitment to sustainability in <a  target="_blank" rel="noopener">our journal post here.</a></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 15px 18px 25px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 1px solid #454C4C;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="font-family: 'Cardo', serif; letter-spacing: 1px; margin: 0px 0 -10px 0;"><span style="color: #888888;">follow us:</span></div><br /><span style="font-size: 22px;"><span style="letter-spacing: 2px; color: #888888;">@SWANSISLANDCO</span></span></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 5px 18px 0px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 2px none #EAEAEA;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="margin: 0px 0px 15px 0px;"><a  target="_blank" rel="noopener"><img style="border: 0px; width: 45px; height: 45px; margin: 0px;" src="https://gallery.mailchimp.com/bb92c5949fd79000ff571eb7f/images/8891c6b6-6690-4156-baf8-bffd9c8a433b.png" alt="facebook" width="45" height="45" data-file-id="1362973" /></a><a  target="_blank" rel="noopener"><img style="border: 0px; width: 45px; height: 45px; margin: 0px 35px;" src="https://gallery.mailchimp.com/bb92c5949fd79000ff571eb7f/images/dd83d43b-2812-49ce-9e27-38f65591f588.png" alt="instagram" width="45" height="45" data-file-id="1362977" /></a><a  target="_blank" rel="noopener"><img style="border: 0px; width: 45px; height: 45px; margin: 0px;" src="https://gallery.mailchimp.com/bb92c5949fd79000ff571eb7f/images/ec3cac9a-18a6-43d9-aec3-258aa626e49f.png" alt="pinterest" width="45" height="45" data-file-id="1362981" /></a></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table></td></tr><tr><td id="templateFooter" valign="top"><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><div style="text-align: center;"><span style="font-size: 18px;"><a style="text-decoration: none; color: #333; letter-spacing: 2px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal;"  target="_blank" rel="noopener"><span style="color: #8ba5a5;">BLANKETS +</span></a><span style="color: #8ba5a5;">? ??</span></span><span style="color: #8ba5a5;"><span style="font-size: 24px;"><span style="font-weight: 100;">|</span></span> </span><span style="font-size: 18px;"><span style="color: #8ba5a5;">? ? ?</span><a style="text-decoration: none; color: #333; letter-spacing: 2px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal;"  target="_blank" rel="noopener"><span style="color: #8ba5a5;">BEDDING</span></a><span style="color: #8ba5a5;">? ??</span></span><span style="color: #8ba5a5;"> <span style="font-size: 24px;"><span style="font-weight: 100;">|</span></span> </span><span style="font-size: 18px;"><span style="color: #8ba5a5;">? ??</span><a style="text-decoration: none; color: #333; letter-spacing: 2px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal;"  target="_blank" rel="noopener"><span style="color: #8ba5a5;">APPAREL</span></a></span></div></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 20px 18px 15px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 2px none #EAEAEA;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnImageBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnImageBlockOuter"><tr><td class="mcnImageBlockInner" style="padding: 9px;" valign="top"><table class="mcnImageContentContainer" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnImageContent" style="text-align: center; padding: 0 9px 0 9px;" valign="top"><img class="mcnImage" style="max-width: 1472px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" src="https://swansislandcompany.com/wp-content/uploads/2020/01/swans-island-logo.gif" alt="" width="321.47999999999996" align="center" /></td></tr></tbody></table></td></tr></tbody></table><table class="mcnDividerBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnDividerBlockOuter"><tr><td class="mcnDividerBlockInner" style="min-width: 100%; padding: 5px 18px;"><table class="mcnDividerContent" style="min-width: 100%; border-top: 2px none #EAEAEA;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td>?</td></tr></tbody></table><!--            
                    <td class="mcnDividerBlockInner" style="padding: 18px;">
                    <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
    --></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><a style="color: #3c5164; font-size: 18px; letter-spacing: 2px; line-height: 55px; text-decoration: none;" ><span style="color: #8ba5a5;">swansislandcompany.com</span></a></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table><table class="mcnTextBlock" style="min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0"><tbody class="mcnTextBlockOuter"><tr><td class="mcnTextBlockInner" style="padding-top: 9px;" valign="top"><!-- [if mso]>
    				<table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
    				<tr>
    				<![endif]--><!-- [if mso]>
    				<td valign="top" width="600" style="width:600px;">
    				<![endif]--><table class="mcnTextContentContainer" style="max-width: 100%; min-width: 100%;" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"><tbody><tr><td class="mcnTextContent" style="padding: 0 18px 9px 18px;" valign="top"><span style="font-family: lato,helvetica neue,helvetica,arial,sans-serif; font-size: 12px; line-height: 18px;"><span style="color: #97989b;">Copyright ? 2022 Swans Island Company,<br />All rights reserved.</span><br /><br /><span style="color: #797b7f; font-size: 16px; line-height: 32px;">(888) 526-9526 </span><br /><span style="color: #97989b; font-size: 14px; line-height: 28px;">Our mailing address is:</span><br /><span style="color: #97989b; font-size: 15px; line-height: 24px;">231 Atlantic Highway<br />Northport, ME 04849</span><br /><br /><a href="{{cart.unsubscribe}}">Unsubscribe</a></span></td></tr></tbody></table><!-- [if mso]>
    				</td>
    				<![endif]--><!-- [if mso]>
    				</tr>
    				</table>
    				<![endif]--></td></tr></tbody></table></td></tr></tbody></table><!-- [if (gte mso 9)|(IE)]>
                            </td>
                            </tr>
                            </table>
                            <![endif]--><!-- // END TEMPLATE --></td></tr></tbody></table></center><p><script type="text/javascript"  src="/srP4lRSXpKKzL2iv_A/aE1wfwSpmak5/AzUnIzcUNQ/LWYzCF11/L1MB"></script></p>
    Plugin Support oluisrael

    (@oluisrael)

    Hi @megunticook, I’ll mark this thread as resolved now. If you have any other questions, feel free to create a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cart contents data broken’ is closed to new replies.