Hi,
Have changed my invoice templates over since the update and everything is working great except the attributes on the invoice templates. They are saying "array" for the content descriptions. They never used to say this prior to the update. Is there something that needs to be changed with them?
<?php
if (is_array($product->data['attributes']) && count($product->data['attributes']) > 0) {
?><?php
foreach ($product->data['attributes'] as $key => $value) {
echo '<li>'. $key .': '. $value .'</li>'
?>That is the original code that worked great.
