[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [area scan
Craig Oettle wrote:
> > [DEL]
> > > Where I'm having a problem is when the index page is loaded for the
> > > first time. It has a little "more HREF" link by the products. This
> > > doesn't work. The link is not being generated like in the demo items
> > > and it takes you to the page where it says "Sorry, we are still under
> > > construction!
> > >
> > > This item ([area) doesn't have a catalog page yet, but you can bet it
> > > will soon! You can return to browsing our catalog, if you wish. "
> > >
> > > I have looked every where for what I'm missing but just can't locate the
> > > problem. Any suggestions would be greatly appreciated.
> > >
> > > --
> > > Craig Oettle
> >
> > Hi Craig,
> >
> > can you post your code from your index page into this list?
> > It seems me you have some items in your index page and you want to show
> > this items in each page?
> >
> > Maybe there is a typo, because the message "This item ([area)..." has
> > one character "[" and perhaps no closing character like "]"? I get only
> > some message like "This item (checkaut).." if you have a typo
> > (checkout<>checkaut) or the file does not exist . Look at the status bar
> > in you browser and check the url (link).
> >
> > Joachim
> >
> > --
> > -------------Hans-Joachim Leidinger---------------------
[DEL]
>
> [loop arg="[random]"]
> <TABLE CELLPADDING="3">
> <TR>
> <TD VALIGN="top">
> <TABLE>
> <TR>
> [calc]
> return <<EOF if $inc++ % 2;
> <TD VALIGN="top" ALIGN=LEFT>
><A HREF="[area [loop-code]]"><IMG SRC="[loop-field image]" ALT="[loop-field
> model]" BORDER="0"></A>
> </TD>
> EOF
[DEL]
> By <A HREF="[area scan
> st=glimpse
> sf=brand
> se=[loop-field brand]
> ]"><B><FONT COLOR="#0000CC">
> [loop-field brand]
> </FONT></B></A><P>
> </FONT>
>Our Price:</FONT><B><FONT SIZE="3"> COLOR="#FF0000">
> [loop-price]
> </B></FONT>
> <NOBR><A HREF="[area order [loop-code]]"
> CLASS="buybtn">
> <FONT SIZE="1" FACE="verdana,arial,helvetica"
> COLOR="#0000cc">
> Buy Now</FONT></A></NOBR><BR>
> </TD>
> [calc]
> return <<EOF if $inc % 2;
> <TD VALIGN="top" ALIGN=RIGHT>
> <A HREF="[area [loop-code]]">
> <IMG SRC="[loop-field image]" ALT="[loop-field
> model]" BORDER="0"></A>
> </TD>
> EOF
> return '';
> [/calc]
> </TR>
> <TR>
> <TD COLSPAN="2">
> <FONT SIZE="2"><P>
> [file name="text/[loop-code]"]
> <P>
> More <A HREF="[area scan
> dl=[loop-field category]
> di=category
> df=yes
> ]"><FONT COLOR="#0000CC">
> [loop-field category]</A></FONT> ...
> </TD>
> </TR>
> </TABLE>
[DEL]
Hi Craig,
how about
<A HREF="[area scan
arg="
dl=[loop-field category]
di=category
df=yes"]">
<FONT COLOR="#0000CC">
[loop-field category]
</A></FONT> ...
or
[page href=scan
arg="
dl=[loop-field category]
di=category
df=yes
" ]>
<FONT COLOR="#0000CC">
[loop-field category]
[/page]</FONT> ...
?
Have you check the url/link? Have you look into the html source code via
your browser, to see what happen with link? I get always any suggestions
by looking into the source code (not the html file, start you browser
IE/NS, see the page via http see the source code).
Joachim
BTW: Sorry for my bad english!
--
-------------Hans-Joachim Leidinger---------------------
- References:
- [area scan
- From: Craig Oettle <craig_oettle@dynasty.net>
- Re: [area scan
- From: Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de>
- Re: [area scan
- From: Craig Oettle <craig_oettle@dynasty.net>