Would it be possible for index.php?route=module/cart/callback to return a html table that looks something like:
Code: Select all
<table cellpadding="2" cellspacing="0" style="width: 100%;">
<tr>
<td class="new_cart_item" width="1" valign="top" align="right">2 x </td>
<td class="new_cart_item" align="left" valign="top">
<a href="http://www.tortugatwins.com/merch2/index.php?route=product/product&product_id=61">Cinch Pack</a>
<div></div>
</td>
</tr>
</table><br /><div style="text-align: right;">Sub-Total: $24.00</div>