This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfset currentURL = replace($.slatwall.getURL(),'/index.cfm','','all') /> | |
<cfif currentURL.endsWith("shopping-cart/")> | |
Still haven't found what I'm looking for. | |
<cfelse> | |
Choose your own song then... | |
</cfif> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#$.slatwall.product('productDescription')# | |
#$.slatwall.product()# | |
#$.slatwall.getProduct()#<!---This is the proper way of doing it---> | |
#$.slatwall.product('productDescription')# | |
#$.slatwall.getProduct().getProductDescription()#<!---This is the proper way of doing it---> | |
#$.slatwall.product('productDescription', 'my-new-description')# | |
#$.slatwall.getProduct().setProductDescription('my-new-description')#<!---This is the proper way of doing it---> |
NewerOlder