I'm having a heck of time getting the block part of the template class to
work.
The instructions in the phplib docs seem to be incorrect, or there's a
problem with the method, or most like, I'm just not getting it.
Either way, can someone send me a quick example of using set_block in a
template.
All I need is one working example to get me going.
Many Thanks!
matt.
- Here's the template I'm working with.
snip
<table cellspacing="0" cellpadding="4" border=1">
<tr>
<td><img src="images/temp_images/Canadian.jpg"></td>
</tr>
<!-- BEGIN error -->
<tr>
<td>
{ERROR_MSG}
</td>
</tr>
<!-- END error -->
<tr>
<td>{BASKET_NAME}</td>
</tr>
<tr>
<td>
Price Options
<select name="price_select">
snip