The first changed line you have
'shippingMethod' => substr($order->info['shipping_method'], 0, 30);
change to:
'shippingMethod' => substr($order->info['shipping_method'], 0, 30)
);
The first changed line you have
'shippingMethod' => substr($order->info['shipping_method'], 0, 30);
change to:
'shippingMethod' => substr($order->info['shipping_method'], 0, 30)
);
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks