Editing a script

M

Meilad

Heya.

Atm I'm running a site selling comp products and stuff right.

Basically I'm trying to make it so I can like edit the products throug
admin rather than editing the page for the listing of products.

I found this script and dloaded the free version. Fulls like $30
-_-!!

http://www.siliconsys.com/content/a...ons/phpcatalog/

Only problem is I can't get the products onto the next line! Like I ca
list the products going down the page but if I want to list them lik
this the | | on the sides represent the visible page limit ->

| product - product - product - product |
| product - product - product - product |
| product - product - product - product |

Thats how I wanna list them but I can't because in the template fil
you can only specify the layout of one product listing and it the
repeats that for as many products as you specify per the page.

Like in the template file it has {product_img} {product_price}
{product_name} If I could just specify like {product_img_1} etc I coul
then create one template file with like 5 column table and put th
product_1 etc in each field to achieve the above thing.

Problem is I don't really know php/mysql which is what the script
based on -_- Just wondering if anyone is able to edit it to achiev
this???? Else does anyone know a script similar to this but able t
split products into a columns etc.

Thanks.

NB: This is the code for the template if it's of any use:

Code
-------------------

<!-- START list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
{search_msg}


<tr>
<!-- BEGIN row -->
<td width="100%" align="center">
<table cellpadding="0" cellspacing="0" width="100%"><tr>
<td align="center" valign="center" height="166" width="200">
<img src="{thumb_path}" title="{product_name}" align="middle" border="1">&nbsp;&nbsp;
</td></tr><tr background="images/newbg2.jpg"><td background="images/newbg2.jpg">
<table cellpadding="0" cellspacing="0" border="0" width="100%" background="images/newbg2.jpg" style="border-top:1px #000000 solid;border-bottom:1px #000000 solid;border-right:0px #000000 solid;border-left:0px #000000 solid;">
<tr background="images/newbg2.jpg"><td class="listvalue" background="images/newbg2.jpg" valign="top" align="center" height="36" width="100%"><b>{product_name}<br>{f_product_price}</b></td></tr>
</table></td></tr></table></td>
<!-- END row -->
<tr></table>
</tr>


</table>
<!-- FINISH list --
-------------------


Ps: sorry if this is the wrong section lol
-
Meila
 
H

Hywel Jenkins

Meilad said:
Heya.

Atm I'm running a site selling comp products and stuff right.

Basically I'm trying to make it so I can like edit the products through
admin rather than editing the page for the listing of products.

I found this script and dloaded the free version. Fulls like $300
-_-!!

http://www.siliconsys.com/content/a...ons/phpcatalog/

404 Error. Smart. Write your own.

Damn F4D rubbish. Are there any real web developers frequenting that pit?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top