[ic] search results

Curt Hauge ic_support at mnwebdesign.com
Mon Nov 24 01:04:04 UTC 2008


> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org
> [mailto:interchange-users-bounces at icdevgroup.org]On Behalf Of Curt Hauge
> Sent: Sunday, November 23, 2008 6:25 PM
> To: interchange-users at icdevgroup.org
> Subject: Re: [ic] search results
>
>
> Darnell Hudson <hudsondarnell43 at verizon.net> wrote:
> > -----Original Message-----
> > From: interchange-users-bounces at icdevgroup.org
> > [mailto:interchange-users-bounces at icdevgroup.org]On Behalf Of Darnell
> > Hudson
> > Sent: Sunday, November 23, 2008 4:18 PM
> > To: interchange-users at icdevgroup.org
> > Subject: [ic] search results
> >
> >
> > I am trying to figure out how come my search results does not
> > come out right
> > when I do a search on a clients website. it puts the products all over
> > the website
> > so it is not lined up. I have it going to results.html
>
> Play around with this. It displays 4 products per row. But you will really
> want to brush up on your html and you will certainly need to
> spend a LOT of
> time playing with Interchange. You have a long road ahead of you.
>
> This code should be tested for proper table structure, but it
> seems to work.
> You may also want to look into the table_organize tag. Many of your
> questions can be answered by searching the mail archives at
> icdevgroup.org.
>
> Good luck!
>
> Curt
>
> [search-region]
> <table>
> [search-list]
> [item-change 1][condition][item-field category][/condition]
>   <tr>
>     <td colspan="4">
>       <table>
>         <tr>
>            <td>[item-field category]</td>
>         </tr>
>       </table>
>     </td>
>   </tr>
>   <tr>
> [/item-change 1]
>     <td>
>       <table>
>         <tr>
>           <td>
> <a href="[area [item-code]]"><IMG SRC="thumb/[item-code]_b.jpg" ALT="Click
> to enlarge this image" BORDER=0 width="80"></a><br>
> [item-price]<br><a href="[area
> [item-code]]">[item-description]<br>[item-code]

oops, left out the closing tag here
</a>

>           </td>
>         </tr>
>       </table>
>     </td>
> [item-alternate 4]
>   </tr>
>   <tr>
>     <td colspan="4">
>     </td>
>   </tr>
>   <tr>[else][/else][/item-alternate]
> [/search-list]
>     <td>
>     </td>
>   </tr>
> </table>




More information about the interchange-users mailing list