
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Static Pages listing items by sku - rephrased
On Tue, Dec 04, 2001 at 10:54:58AM -0800, Patrick J. Walsh wrote:
> You're asking for a tag that somehow magically displays an item, but
> there is no such beast. However, you can create a page which displays
> information about a particular item in any way you want. For example, to
> show the price and description of item with sku "sku0123" you could do this:
>
> sku0123, [description code="sku0123"], is now at the low price of [price
> code="sku0123"]!
>
> Look through the docs. The 'code=' parameter can be applied to a bunch
> of tags, iirc. I think you can get any field from the products table for a
> particular product simply by doing this: [field code="sku0123"
> name="fieldname"]. If you want to make a single tag that spits out some
> kind of formatted information then, as someone else said, you need to create
> a usertag.
>
> ..Patrick
I **still** don't get the static vs dynamic thing. Am I dense or what?
If it is a static page, hand coded, then what's with the tags? That's
not static.
Do you mean a finely crafted, hand tweaked page for sku0123? Just
make page 'sku0132.html' and put it in your pages directory. IC
will pull that **static** page rather than a dynamic flypage. Or you
can use PageSelectField. Even in those cases you will still
probably want an [order] tag or some such.
Or do you mean you want to include a dynamic, random image within a
static page **outside** of IC, like a server side include? You can
do that too.
>
> ----- Original Message -----
> From: "Steve Graham" <dtlgc@hotmail.com>
> To: <interchange-users@interchange.redhat.com>
> Sent: Tuesday, December 04, 2001 7:56 AM
> Subject: Re: [ic] Static Pages listing items by sku - rephrased
>
>
> > Hello,
> >
> > I'm looking for something which I thought was very basic - I need to show
> > item 18143 on a static page (one that I hand coded, eg. test.html),
> showing
> > the sku number, selling price, order button, and a tumbnail image. Just
> like
> > the random items showing on the main Interchange index.html page.
> >
> > The code below is a way to do this, but doesn't seem an efficient method.
> > Any other simple way to make this function call?
> >
> > I suggested something like [display-item "18143"] just as an example of
> what
> > MIGHT be available.
> >
> > Thanks,
> > -Steve
> >
> >
> > >From: cfm@maine.com
> > >Reply-To: interchange-users@interchange.redhat.com
> > >To: interchange-users@interchange.redhat.com
> > >Subject: Re: [ic] Static Pages listing items by sku(2)
> > >Date: Tue, 4 Dec 2001 09:07:35 -0500
> > >
> > >On Tue, Dec 04, 2001 at 01:47:52PM +0000, Steve Graham wrote:
> > > >
> > > > Hello,
> > > >
> > > > I have both dynamic and static pages in my web site.
> > > >
> > > > On the static pages I would like to display a few items showing
> > > > their price,
> > > > description, and an order button.
> > > >
> > > > I know I can use something like this for each item:
> > > > item code is 18143
> > > >
> > > > [loop search="se=18143"]
> > > > [loop-field description]
> > > > [loop-field price]
> > > > [/loop]
> > > > [order "18143"]Order This</a>
> > > >
> > > > Isn't there a simple way like [display-item "18143"] to include all
> > > > the
> > > > above, or more in a neat clean format?
> > > >
> > > > Thanks,
> > > > Steve
> > >
> > >Yes, we see you've asked several times. Maybe it's clear to everyone
> > >else, but I find the question confusing so I skip it. Maybe if you
> > >clarified what you mean by static and dynamic someone might help.
> > >
> > >cfm
> > >
> > >--
> > >
> > >Christopher F. Miller, Publisher
> > >cfm@maine.com
> > >MaineStreet Communications, Inc 208 Portland Road, Gray, ME
> > >04039
> > >1.207.657.5078
> > >http://www.maine.com/
> > >Content/site management, online commerce, internet integration, Debian
> > >linux
> > >_______________________________________________
> > >interchange-users mailing list
> > >interchange-users@interchange.redhat.com
> > >http://interchange.redhat.com/mailman/listinfo/interchange-users
> >
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
> >
> > _______________________________________________
> > interchange-users mailing list
> > interchange-users@interchange.redhat.com
> > http://interchange.redhat.com/mailman/listinfo/interchange-users
> >
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
--
Christopher F. Miller, Publisher cfm@maine.com
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
1.207.657.5078 http://www.maine.com/
Content/site management, online commerce, internet integration, Debian linux
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users