
Originally Posted by
icemint
ZCA Bootstrap Template - Version: v3.5.0 returns empty entries in Change the Shipping Address at check out.
I've installed this template in Zen-cart version 1.5.7d.

Dang it! Change line 51 of /includes/templates/{template_name}/templates/tpl_modules_checkout_address_book.php from
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address->fields;
to
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address;
That'll be corrected in v3.5.1 of the template; thanks for the report.
GitHub issue: https://github.com/lat9/ZCA-Bootstra...ate/issues/190
Bookmarks