PDA

View Full Version : Handling/Pay method hack needed


datart
04-Feb-2003, 05:18 PM
Does anybody know how I could cancel the handling charge if a certain payment method was used?

If anybody knows which script I might have to edit or a rough idea of variables to look for I'd appreciate it

Cheers

Mike

cdicken
06-Feb-2003, 08:23 AM
The script that controls the checkout is os00000x.pl - generated by OrderScript.pl in your Site1 folder.

I would not be able to give you any suggestions about hacking it though. I'm afraid I'm purely an HTML man.

NormanRouxel
06-Feb-2003, 04:51 PM
If you look in OrderScript.pl and search for "handling" you'll find the places where it's used. It also seems that handling has its own tax rates as well.

Your main problem (from the customers oint of view) will be that payment method comes after the shipping and handling page. It might be possible to switch these around but it will be a lot of work.

Norman