Alex_spreadsheet
New Member
- Joined
- Aug 3, 2017
- Messages
- 4
Hello,
I am trying to build html for a series of product pages. To do this I am trying to create a table, with data held in various columns in a spreadsheet.
The data from column b/c/d/e needs to go where the ???? are which is a cell in column A, which I can then insert into the product pages. I would do it manually but there are thousands of products so I wondered if anyone knew a way of using a function to do this?
<table style="width:40%">
<tr>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
</tr>
<tr>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
</tr>
I have this data in the columns including height, width, colour etc.
Anyone got an idea?
Thank for your help!
Alex
I am trying to build html for a series of product pages. To do this I am trying to create a table, with data held in various columns in a spreadsheet.
The data from column b/c/d/e needs to go where the ???? are which is a cell in column A, which I can then insert into the product pages. I would do it manually but there are thousands of products so I wondered if anyone knew a way of using a function to do this?
<table style="width:40%">
<tr>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
</tr>
<tr>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
<td>
<php> echo tep_image('images/XXX', '', 30, 30); </php> <span style="color:#A9A9A9; font-size:18px;"> ?????</span>
</div></td>
</tr>
I have this data in the columns including height, width, colour etc.
Anyone got an idea?
Thank for your help!
Alex