Our all-in-one hosted ecommerce solution - suitable for the business owner who wants to get up and running with minimum fuss. VIEW PLANS or
REQUEST A TRIAL
Our shopping cart solution can be easily customized to fit in properly into your industry especially for developers and business owners with little or no technical experience.
VIEW PACKAGES
If your 12 months license period has expired, you can purchase a license extension to receive your copy of the latest version or extend your access to our range of add-ons. Upgrade your VPCart now
If I search for EWS I want only list items starting with EWS. So if Item code is EWS1 it should be listed but if item code is MEWS it should not be listed.
I am trying to change line 763 in shopproduccreatesql.asp to search for a word starting with instead of included so I am changing: SQL = SQL & withpflagstr & searchfields(j) & " Like "& sqlserverprefixn &"''%" & tosql(tword,"Text") & "%'' "
to THIS: SQL = SQL & withpflagstr & searchfields(j) & " Like "& sqlserverprefixn &"''" & tosql(tword,"Text") & "%'' "
If I remove first % from the query this causes infinite loop and ERR_TOO_MANY_REDIRECTS.