Jump to content

Editing the order total?


Recommended Posts

Hi, Im using V1.4.6.2

 

What file contains the calculations for the order total?

 

I would like to code something on the lines of (see below) however since i havent found the correct file im not sure on the class names.

 

IF order total <= 100 then order total*15%

 

else if order total >101 but <500 then order total*10%

 

else if order total >500 then order total*5%

End if

 

Thanks

Link to comment
Share on other sites

×
×
  • Create New...