News:

Support the VirtueMart project and become a member

Main Menu

Fedex width height length calculation

Started by s.k, March 24, 2010, 10:43:41 AM

Previous topic - Next topic

s.k

dear all
as you  know fedex calculate width height length for calculation of product and charge for it i would like to know ... is this already embeded in virtumart fedex or is there any way to calculate it.

Thanks Sam

Forrest

VM default fedex mod only uses weight. Check out (search for) FedEx 2.0 hack on this forum.

s.k

Quote from: Forrest on March 24, 2010, 10:57:16 AM
VM default fedex mod only uses weight. Check out (search for) FedEx 2.0 hack on this forum.

Thanks...  though I have looked in joomla-> admin->comp_virtu->clas->shippin-> fedex.php and found that dimensions variable  were commented
after removing comment I saw the change in price.. so if any how i assign values to these variable  it will be done ?????

Forrest

I would have to question WHY they were commented.

You can assign product LWH variables in the VM product form for each product.

s.k

#4
Quote from: Forrest on March 24, 2010, 19:14:10 PM
I would have to question WHY they were commented.

You can assign product LWH variables in the VM product form for each product.
Quote from: Forrest on March 24, 2010, 19:14:10 PM
I would have to question WHY they were commented.

You can assign product LWH variables in the VM product form for each product.


//              ,'dim_units' =>   $dimension_units
//              ,'dim_height' =>   '12'
//              ,'dim_width' =>   '24'
//              ,'dim_length' =>   '10'

This you will find in fedex.php on line 122 if you remove comment of this values it caluculate and you will find changes  in total have look at it...