Mysterious "["

General ShopSite user discussion
Post Reply
utz119
Posts: 49
Joined: Thu Mar 29, 2007 2:46 pm
Location: New York

Mysterious "["

Post by utz119 »

On "Thank you" page, there is a "[" and I can't figure out where it comes from.

This is the code for the custom temp for Thank you page.
<body>

[-- ThankYouHeader --]

<table border="0" align="center" width="760">
<tr>
<td align="center">
[-- STORE.SC_YourReceipt --]
</td>
</tr>

<tr>
<td align="center">
<b>[--Store.SC_OrderNumber--] [-- ThankYouOrderNumber --]</b>
</td>
</tr>


This is the source code

<div id="header">
<img src="img/spacer.gif" border="0" height="70" width="300">
</div></div>

[

<table align="center" border="0">
<tbody><tr>

<td>
Thank you for placing your order</td>
</tr>

<tr>
<td align="center">
<b>Your Order Number is:  1246</b>
</td>

</tr>


Can please someone help me to remove this [ ?

Thank you
BRITANUCK
Posts: 32
Joined: Wed Dec 05, 2007 10:47 am

Post by BRITANUCK »

Ok, the stray "[" is in your header settings that you have created, for some reason there is an extra closing </div> tag followed by the "["


if you remove these two extra items from your header setting and regenerate your store it should fix it

Brit
Post Reply