page
true
true
<% if(item._scm_data.images.length > 0) { %>
<% }%>
<%- SCMShopLineQuantityInput.renderQuantityInput(item) %>
<% item._scm_data.addPrice.forEach(function(addPriceItem) { %>
<% }); %>
<% item._scm_data.upsell.forEach(function(upsellItem) { %>
<%- SCMShopLineQuantityInput.renderQuantityInput(upsellItem) %>
<% if(item._scm_data.images.length > 0 && !window.CustomeowShopCart.collection.includes(upsellItem.product_id)){ %>
<% } %>
<% }); %>
$
CAD
<%= item.product_title %>
<% item.discounts.forEach(function(discount) { %>
<% } %>
<% if(item.properties._scm_bind) { %>
<%= `${discount.title} (-$${discount.amount}CAD)`%>
<% }); %>
<% if(item.enable_delete) { %>
Custom Content:
<% if(item._scm_data.lineTexts.length > 0) { %>
<% item._scm_data.lineTexts.forEach(function(text) { %>
<%= text %>
<% }); %>
<% } %>
<% item._scm_data.images.forEach(function(url, i) { %>
<% }); %>
<% } %>
<%= `${item._scm_data.currencySymbol}${item.final_line_price.toFixed(2)}` %>
<% if(item.enable_delete) { %>
<% } %>
remove
Add-on price
<%= addPriceItem.product_title %>
<% if(addPriceItem.enable_delete) { %>
<% } %>
<% if(addPriceItem.properties._scm_bind_to && (addPriceItem._scm_data.lineTexts.length > 0 || addPriceItem._scm_data.images.length > 0)) { %>
<% if(addPriceItem._scm_data.lineTexts.length > 0){ %>
<% } %>
<% addPriceItem._scm_data.lineTexts.forEach(function(text) { %>
<%= text %>
<% }); %>
<% } %>
<% if(addPriceItem._scm_data.images.length > 0){ %>
<% addPriceItem._scm_data.images.forEach(function(url, i) { %>
<% }); %>
<% } %>
x <%= addPriceItem.quantity %>
<%= `${item._scm_data.currencySymbol}${addPriceItem.final_line_price.toFixed(2)}` %>
<% if(addPriceItem.enable_delete) { %>
<% } %>
remove
Upsell
<% } %>
<%= upsellItem.product_title %>
<% if(upsellItem.enable_delete) { %>
<% } %>
<% if(item._scm_data.images.length > 0 && !window.CustomeowShopCart.collection.includes(upsellItem.product_id)){ %>
<% item._scm_data.images.forEach(function(url, i) { %>
<% }); %>
<%= `${item._scm_data.currencySymbol}${upsellItem.final_line_price.toFixed(2)}` %>
<% if(upsellItem.enable_delete) { %>
<% } %>
remove
<% item._scm_data.images.forEach(function(url, i) { %>
<% }); %>