I'm trying to figure out to do an if statement based on just the first 2 characters in my part number. We have 8 styles of parts. Each beginning with a number followed by a dash.
Here is what i have tried:
<cfif get_product_id.PartNumber eq "6-">
Drag Race
<cfelseif get_product_id.PartNumber eq "7-">
Muscle Car
</cfif>
Thank you very much!
Aaron

New Topic/Question
Reply



MultiQuote





|