To include the stock status message with an Add to Cart button, you must use the stock status message attribute in a tag that appears before the attribute tag for the add to cart button. <%=getCurrentAttribute(‘item’,’stockstatusmessagehtml’)%><%=getCurrentAttribute(‘item’,’addtocartdrilldownhtml’)%>
Tag: site builder tags
Tag to use for repeating blocks of HTML code
We can use the server-side Include tag in your item/category templates instead of repeating blocks of HTML code. The server-side Include tag is useful for reusing a common piece of HTML code throughout your site, such as a page header, a page footer or a navigation menu. When it is time to update that piece… Continue reading Tag to use for repeating blocks of HTML code
Declare attribute tag in Site builder
We are using attribute tag to get the field values from record to the website. What we will do if the value already contains a attribute tag? For that we need to declare attribute that is already in the field. For example, you may create an item drilldown template that contains an attribute tag for… Continue reading Declare attribute tag in Site builder