$value = str_replace (', --none--', '', $value);
RegardsJim
Posted 29 June 2011 - 06:15 PM
$value = str_replace (', --none--', '', $value);
RegardsPosted 31 July 2011 - 11:17 PM
Posted 01 August 2011 - 01:19 PM
Posted 01 August 2011 - 01:58 PM
Posted 02 August 2011 - 02:09 AM
Roaddoctor, on 01 August 2011 - 01:58 PM, said:
$this->_upsDest($order->delivery['city'], $state, $order->delivery['country']['iso_code_2'], $order->delivery['postcode']);with
$this->_upsDest($order->delivery['street_address'], $order->delivery['city'], $state, $order->delivery['country']['iso_code_2'], $order->delivery['postcode']);
function _upsDest($city, $stateprov, $country, $postal) {
with
function _upsDest($street_address, $city, $stateprov, $country, $postal) {
$this->_upsDestAddressLine1 = $street_address;
" <Address>\n".with
" <Address>\n". " <AddressLine1>". $this->_upsDestAddressLine1 ."</AddressLine1>\n".
Posted 02 August 2011 - 03:09 AM
Posted 02 August 2011 - 04:54 AM
kymation, on 02 August 2011 - 03:09 AM, said:
if ((MODULE_SHIPPING_FEDEX1_MAX_WEIGHT != 'NONE' && MODULE_SHIPPING_FEDEX1_MAX_WEIGHT != '' && $this->cart_weight > MODULE_SHIPPING_FEDEX1_MAX_WEIGHT) || (MODULE_SHIPPING_FEDEX1_MAX_QUANTITY_OF_SHIP_BOXES != 'NONE' && MODULE_SHIPPING_FEDEX1_MAX_QUANTITY_OF_SHIP_BOXES != '' && $this->cart_shipping_num_boxes > MODULE_SHIPPING_FEDEX1_MAX_QUANTITY_OF_SHIP_BOXES)) return false;
Posted 02 August 2011 - 05:13 AM
Posted 25 August 2011 - 10:08 PM
Posted 29 August 2011 - 01:32 AM
Posted 03 September 2011 - 11:42 PM
Posted 04 September 2011 - 09:56 PM
Edited by graysonhobby, 04 September 2011 - 09:56 PM.
Posted 04 September 2011 - 09:59 PM
jnillaw, on 03 September 2011 - 11:42 PM, said:
Posted 23 September 2011 - 10:25 PM
Quote
Edited by cgchris99, 23 September 2011 - 10:26 PM.
Posted 26 October 2011 - 10:15 PM
Edited by netstep, 26 October 2011 - 10:21 PM.
Posted 27 October 2011 - 09:14 AM
Posted 27 October 2011 - 10:27 AM
Posted 27 October 2011 - 11:12 AM
Posted 26 March 2012 - 02:39 PM
Posted 12 April 2012 - 06:32 PM