When an error message is shown on the checkout pages it breaks my layout.
I can find where to change the text (design > text), but not where to change the table details that are generated.
The code being generated is:
<table width="550" cellpadding="10" border="1" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
<span class="actrequiredcolor">The format of the entered Email Address is not valid.Sorry, but we are unable to accept your order if you do not accept our terms and conditions.</span>
</td>
</tr>
</tbody>
</table>
But the width of the table means it goes over the edges of my shop
Could anyone help??
Thanks
J
I can find where to change the text (design > text), but not where to change the table details that are generated.
The code being generated is:
<table width="550" cellpadding="10" border="1" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
<span class="actrequiredcolor">The format of the entered Email Address is not valid.Sorry, but we are unable to accept your order if you do not accept our terms and conditions.</span>
</td>
</tr>
</tbody>
</table>
But the width of the table means it goes over the edges of my shop
Could anyone help??
Thanks
J
Comment