Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products for march


Guest

Recommended Posts

Posted

currently, the new products for *current month* is like this:

 

new product 1 $5.00

new product 2 $10.00

 

...how can i get them into tables? at present, the tables are hardcoded and i cannot figure out how to arrange it the way i need.

 

like so (this is what i need):

<table><tr>
<td colspan="2" align="center">New Products for %s</td></tr>
<td>Product Name</td>
<td>Product Price</td></tr>
<tr>
<td>Product Name1</td>
<td>Product Price1</td></tr>
</table>

 

 

but this is what i presently have:

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
 <tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">
 <tr>
<td align="left" class="smallText" width="100%" valign="top">	Product	   Product Price</td>
</tr>
 <tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">
 <tr>
<td align="left" class="smallText" width="100%" valign="top">	Product1	   Product Price1</td>
</tr>

... the product name & price are in the same <td>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...