im having a problem with ordering dermacrine. i keep getting this message
Element SHIPTOTAL is undefined in CLIENT.
The error occurred in D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 256
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 117
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 1
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 1
Called from D:\home\primordialperformance.com\wwwroot\ShowCart.cfm: line 54
254 :
255 : <cfset TallyOrder = 0>
256 : <cfset TallyOrder = TallyOrder + ( Client.CartSubtotal + Client.TaxAmt ) + Client.ShipTotal>
257 : <cfset Client.OrderTotal = TallyOrder>
258 :
--------------------------------------------------------------------------------
Can anyone help?
Element SHIPTOTAL is undefined in CLIENT.
The error occurred in D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 256
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 117
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 1
Called from D:\home\primordialperformance.com\wwwroot\cw2\CWIncShowCart.cfm: line 1
Called from D:\home\primordialperformance.com\wwwroot\ShowCart.cfm: line 54
254 :
255 : <cfset TallyOrder = 0>
256 : <cfset TallyOrder = TallyOrder + ( Client.CartSubtotal + Client.TaxAmt ) + Client.ShipTotal>
257 : <cfset Client.OrderTotal = TallyOrder>
258 :
--------------------------------------------------------------------------------
Can anyone help?