Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 handling charges
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rvscomp
Starting Member

USA
4 Posts

Posted - June 25 2009 :  13:52:22  Show Profile  Reply with Quote
is there a way to add handling charges at different prices?

e.g. $10 @ $500 total. $5 @ $500-$999 total.

Thanks.

madbug
VP-CART New User

130 Posts

Posted - July 02 2009 :  02:07:35  Show Profile  Reply with Quote
Hi,

You can try to modify the shophandling.asp file

Handling=0
If getconfig("xhandlingPrice")<>"" then
Handling=getconfig("xhandlingPrice")
end if

change it to:
Handling=0
if total <=500 then
Handling=10
Else if (total > 500) and (total < 999) Then
Handling=5
end if
end if
If getconfig("xhandlingPrice")<>"" then
'Handling=getconfig("xhandlingPrice")
end if

the code will ignore the xhandlingprice set in the admin page.


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00