Guest Posted February 18, 2006 Posted February 18, 2006 error message when trying to open "cart contents" is that there is an unexpected } on line 165 But this is that area of code: <td align="right" class="main"><b><?php echo SUB_TITLE_SUB_TOTAL; ?> <?php echo $currencies->format($cart->show_total()); ?></b></td> </tr> <?php if ($any_out_of_stock == 1) { if (STOCK_ALLOW_CHECKOUT == 'true') { ?> //line 165 <tr> <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></td> </tr> <?php } else { ?> <tr> <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td> </tr> <?php } }
Guest Posted February 18, 2006 Posted February 18, 2006 Nevermind... none of my contribs affected it so I just put in a fresh one. Works fine now. Weird, I don't remember messing with it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.