$value = str_replace (', --none--', '', $value);
RegardsJim
Posted 29 June 2011, 18:15
$value = str_replace (', --none--', '', $value);
RegardsPosted 31 July 2011, 23:17
Posted 01 August 2011, 13:19
Posted 01 August 2011, 13:58
Posted 02 August 2011, 02:09
Roaddoctor, on 01 August 2011, 13:58, 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
Posted 02 August 2011, 04:54
kymation, on 02 August 2011, 03:09, 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
Posted 25 August 2011, 22:08
Posted 29 August 2011, 01:32
Posted 03 September 2011, 23:42
Posted 04 September 2011, 21:56
Edited by graysonhobby, 04 September 2011, 21:56.
Posted 04 September 2011, 21:59
jnillaw, on 03 September 2011, 23:42, said:
Posted 23 September 2011, 22:25
Quote
Edited by cgchris99, 23 September 2011, 22:26.
Posted 26 October 2011, 22:15
Edited by netstep, 26 October 2011, 22:21.
Posted 27 October 2011, 09:14
Posted 27 October 2011, 10:27
Posted 27 October 2011, 11:12
Posted 26 March 2012, 14:39
Posted 12 April 2012, 18:32