436 : ELSE 0
437 : END AS activedsh
438 : <cfif not session.box.Lat is "" and count_order_dist.recordcount le maxnumshopdist>
439 : ,CASE
440 : WHEN (ROUND(6363 * sqrt(POWER(RADIANS(#session.box.Lat#) - RADIANS(shops.lat) , 2) + POWER(RADIANS(#session.box.Lng#) - RADIANS(shops.lng) , 2)),2)) <#zoneonedist#
|