VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Shipping VM 1.1 => FedEx VM 1 => Topic started by: s.k on March 24, 2010, 10:43:41 AM

Title: Fedex width height length calculation
Post by: s.k on March 24, 2010, 10:43:41 AM
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
Title: Re: Fedex width height length calculation
Post by: 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.
Title: Re: Fedex width height length calculation
Post by: s.k on March 24, 2010, 12:43:31 PM
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 ?????
Title: Re: Fedex width height length calculation
Post by: 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.
Title: Re: Fedex width height length calculation
Post by: s.k on March 25, 2010, 06:37:38 AM
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...