CMS MADE SIMPLE FORGE

CGEcommerceBase

 

[#5006] Error in shipping box values

avatar
Created By: Jan Bakke (janb)
Date Submitted: Sat May 29 14:33:15 -0400 2010

Assigned To:
Version: 1.1.1
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
Error in shipping box values
Detailed Description:
In function.admin_shipping_tab.php line 88-90:

            $box->set_width($width);
            $box->set_height($width);
            $box->set_length($width);

Should be:

            $box->set_width($width);
            $box->set_height($height);
            $box->set_length($length);


History