CMS MADE SIMPLE FORGE

Orders

 

[#4299] Shipping address is not optional

avatar
Created By: Sofia Hauschildt (sonya)
Date Submitted: Thu Nov 12 09:02:21 -0500 2009

Assigned To:
Version: 1.6.7
CMSMS Version: None
Severity: Major
Resolution: None
State: Closed
Summary:
Shipping address is not optional
Detailed Description:
Due to the typo in /modules/Orders/action.default.php the shipping address is
never taken from the billing address, but must be filled in billing form.

----------------------------
Line 168:
---------------------------------------

	$dest_name = strtolower($destination->get_name());
        ....
        if( $params['shipping_'.$i.'_firstname'] == '' &&
($destname == '__myself__' || $destname == 'cart' || $destname ==
'myself'))

--------------------------------------
$dest_name is defined
$destname is checked


History

Comments
avatar
Date: 2009-11-26 17:32
Posted By: Michael Erder (merder99)

Using 1.6.12 - the above has already been fixed but the issue remains.

the shipping address is still not optional and you get the following error if
you don't have it confirmed

he address you specified for "cart" is invalid. Please ensure that all required
fields are completed."
      
Updates

Updated: 2012-04-18 04:34
resolution_id: => 5
cmsms_version_id: => -1
state: Open => Closed