-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.4.8
Hi,
I am trying to customize the cart_status view to display the addresses that customer selected for order,
I looked in other views to know how to display the address, I got this,
$addressClass = hikashop_get('class.address');
echo $addressClass->displayAddress($this->full_cart->fields,$this->full_cart->shipping_address,'address');
it worked for simple address fields, but the state and the country aren't displayed correctly (they are only displayed with word Array)
can you please assist me on this?