CMS MADE SIMPLE FORGE

Orders

 

[#11984] Does not process different Shipping Address

avatar
Created By: TimdeBuurman (timdebuurman)
Date Submitted: Mon Mar 04 05:08:15 -0500 2019

Assigned To: Robert Campbell (calguy1000)
Version: 1.23.3
CMSMS Version: 2.2.9
Severity: Major
Resolution: None
State: Open
Summary:
Does not process different Shipping Address
Detailed Description:
Hi,

Filling in a different ShippingAdress (so other than invoice adress), still two
same adresses are processed, as if none was entered.

Made a quickfix in action.default.php on rule 123
changed 
if( $i == 1 && !\cge_param::get_int($params,'orders_shipdifferent') )

to 
if( $i == 0 && !\cge_param::get_int($params,'orders_shipdifferent') )

grtz


History