Adjust shippingrule
ElseIf ((WA_eCart_DisplayInfo(stickersBE, "Size") < 45 ) And ((WA_eCart_DisplayInfo(stickersBE, "ProductCatID") = 31 )) And Session("Land") ="België") And Session("shipID") <> 3 And Session("shipID") <> 5 Then
Session("shipID")=1
ElseIf ((WA_eCart_DisplayInfo(stickersBE, "Size") > 40 ) And ((WA_eCart_DisplayInfo(stickersBE, "ProductCatID") = 31 )) And Session("Land") ="België") And Session("shipID") <> 5 Then
Session("shipID")=3
In my code (asp vb) you can see when productsize is <45 then shipID=1, when productsize is >45 then shipID=3
I want to change this as following :
when productsize is <45 then shipID=1
when productsize is >45 then shipID=3
when productsize is >90 then shipID=5