Quote Originally Posted by mmadany View Post
Hi Rexxo1,

I have encountered the same exact issue running 1.39h. Were you able to figure out a solution?

Thanks,
Maddy
Ok

It may be the way it actually displays on the page.

Some of you may notice that the items are not in the shopping cart container.


So get your YOUR_SITE.COM/YOUR_CATALOG_DIRECTORY/includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

and for those using the default template and not the overrides system

YOUR_SITE.COM/YOUR_CATALOG_DIRECTORY/includes/templates/default_template/templates/tpl_shopping_cart_default.php

find this line of code around line 76

<?php
if ($product['buttonUpdate'] == '') {
echo '' ;
} else {
echo $product['buttonUpdate'];
}
?>
</td>

Then add right underneath the ending </td> tag this line of code

<td class="cartProductDisplay">

and right below that the beginning of the buy1get1 free code
should start.

This will place all the products back where they belong and make it more appealing at the very least.