[ic] A Dumb Question

Paul Jordan interchange-users@interchange.redhat.com
Sun May 5 11:58:01 2002


> A dumb question that is fogging my brain!
>
> In results_big.html is this partial snippet:
> ----------------------
>
> <FORM ACTION="[process-target]" METHOD=POST>
> <INPUT TYPE=hidden  NAME="mv_todo"        VALUE="refresh">
> <INPUT TYPE=hidden  NAME="mv_order_item"  VALUE="[item-code]">
>    <tr>
>    <td valign="top">
>    <p><font __FFACE__ size="1"><b><i>[item-description]</i></b></font></p>
>    </td>
>    </tr>
>    <tr>
>    <td align="center"><font __FFACE__>[item-price] each</font></td>
>    </tr>
>
> --------------------
>
> I want to use a similar snippet on a catalog page to display an explicit
> product out of the products data base.
>
> I can't seem to find a reference that will tell it to go into products and
> look up the EXPLICIT sku of - say: VIOLETS - and make the various
> fields for
> violets available for me to diaplay - such as [item-description] and
> [item-price].
>
> (If it matters, which it shouldn't, I am on Slackware 8.1 and IC 4.6.3)
>
> TIA
>
> -= Jim =-
>


[loop arg="violets"]  [loop-field foo] [/loop].

If there is a form, I guess you could put it inside the loop, or explicitly
set the mv_order_item and such.

But I may be misundersatnding your question.

Paul