Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Alex] loop on detailed pages

Quote Reply
Re: [Alex] loop on detailed pages In reply to
Hi Alex,

I have an extra site (include_left_col.html) which contains the different loops (Top-Seller, Random-New, Random Special-Price ...). This site is included as a column in all links-templates in this way
<%include include_left_col.html%>
so the source for the informations is the same for all pages. All loops will be displayed proper on all pages, except Top-Seller on the detailed-page.

On the detailed-page <%GT::Template::dump%> shows

top5 Yes

On the other pages I get the right results

top5 $VAR = 'CODE(0x8571578)';
top5_loop $VAR = [
{
'Description' => 'Happy Bike Gift Box<br>
Gesche ...... snipp ......
'isValidated' => 'Yes'
}
];


Thank you for your help!



--
Michael Skaide

http://www.cycle24.de

Subject Author Views Date
Thread loop on detailed pages Sir Up 3154 Apr 3, 2002, 4:56 AM
Post Re: [Sir Up] loop on detailed pages
Sir Up 2942 Oct 13, 2002, 5:28 AM
Thread Re: [Sir Up] loop on detailed pages
Alex 2924 Oct 25, 2002, 3:53 PM
Thread Re: [Alex] loop on detailed pages
Sir Up 2886 Nov 1, 2002, 3:16 PM
Thread Re: [Sir Up] loop on detailed pages
Alex 2874 Nov 2, 2002, 8:31 AM
Post Re: [Alex] loop on detailed pages
Sir Up 2864 Nov 2, 2002, 10:56 AM