[email protected]
VP-CART New User

149 Posts |
Posted - March 10 2014 : 09:53:36
|
Hi everyone,
I''ve got a unique problem. We have fedex, UPS, and Canada Post all using the dropdown realtime system.
When the rates return from the various shipping companies, I''d like to intervene to adjust the prices before they display in the dropdown option box.
We''ve noticed, under certain circumstances, the product dimensions can cause the shipping to be over-inflated to what the actual shipping cost is. We''d like to have an "adjustment" controller to bring the costs down to a more realistic level when these situations occur.
My question is: does anyone know where I can slip in this adjustment controller? Is there a spot that I can put my code after the shipping options have returned but before they are populated into the dropdown box?
I''m hoping someone has already done something like this before, but in the mean time I will do some tracking to try and find it.
Thanks
Dustin |
|
diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - March 10 2014 : 23:18:11
|
dustin, in the ups logical coding, you maybe can find in to the file that is called upsxmlrealinterface.asp and it should be inside sub AnalyzeUPSXML, print out the DebugWrite server.htmlencode(xmlresult) and i think this is the lline of coding that returning all values from UPS the first time.. others like fedex and canadian post i dont know how they work. diego. |
 |
|