Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Suggestions for future release
 Adding Credit Card Surcharge
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Amarinder
Starting Member

Australia
24 Posts

Posted - October 05 2006 :  09:19:00  Show Profile  Visit Amarinder's Homepage  Reply with Quote
Hi, I am in Australia and I need to add the 3% credit surcharge from my customers, how to do this I am running Shop 600

support
Administrator

4679 Posts

Posted - October 05 2006 :  16:33:43  Show Profile  Visit support's Homepage  Reply with Quote
Hi,

You could potentially add this in as a handling surcharge - to do this you will need to modify shophandling.asp

In the Sub CalculateHandling locate the following lines:

If getconfig("xhandlingPrice")<>"" then
Handling=getconfig("xhandlingPrice")
end if
If getconfig("xhandlingbyproduct")<>"" then
Calculatehandlingbyproduct handling
end if


Add the following line directly beneath these:

Handling = Handling + (getsess("OrderTotal")*0.03)


If you are not already using handling, then you can always change your language variable so that "Handling" may instead read "Credit Card Surcharge"

Please note that we have not tested this code on a live site, so unfortunately cannot support it - however it should provide you with the result you require.

Thank you.

Michael
VPASP SUPPORT
Go to Top of Page

Amarinder
Starting Member

Australia
24 Posts

Posted - October 19 2006 :  19:49:20  Show Profile  Visit Amarinder's Homepage  Reply with Quote
In my 'edit languages' I could not find caption 'Handling' any ideas...
Go to Top of Page

jubjub
VP-CART New User

110 Posts

Posted - October 24 2006 :  18:27:45  Show Profile  Reply with Quote
Do a search for langproducthandling - set the selection criteria to caption equals langproducthandling.
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