PDA

View Full Version : Pages on the Catalogue


Splojie
30-Jun-2003, 10:45 AM
Hi I was wondering if somebody could tell me how to insert pages on my catalogue so I dont have so many products being show on one page. I would like to limit it to 5 or 6 per page and have a option at the bottom to go to next page, or page 1, 2, 3 etc.
Can anyone help?:confused:

Anna
30-Jun-2003, 11:24 AM
Hi!
I think this was discussed here (http://community.actinic.com/showthread.php?s=&threadid=2202). HTH! :)

Splojie
30-Jun-2003, 02:52 PM
:eek:
Thanks Anna
I have read through the correspondance but it was never resolved
Can any body help us both??????:confused:

Ben
02-Jul-2003, 10:37 AM
Hi Will

Check out my response to Aaron in the above thread.

Ben

Splojie
03-Jul-2003, 05:29 PM
Hi Ben
Thanks for that but it still doesnt allow me to put at the bottom of my page

<Next> <Previous> 1,2,3,4 etc

This is what I am after, so I can limit the amount of products I put on one page.

Is there any way of doing this?

Cheers

Will:confused:

Ben
03-Jul-2003, 05:36 PM
Hi Will

This is covered by Chris in the other thread:
You need to find a template called 'Act_Primary.html' within your 'Site1' folder and open it in Notepad.

Then look for where it says NETQUOTEVAR:BULK.

Just above it, place the following code:



code:--------------------------------------------------------------------------------
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="NETQUOTEVAR:PREV_SECTION_URL">
NETQUOTEVAR:PREV_SECTION_NAME
</a>
</td>
<td align="right">
<a href="NETQUOTEVAR:NEXT_SECTION_URL">
NETQUOTEVAR:NEXT_SECTION_NAME
</a>
</td>
</tr>
</table>
--------------------------------------------------------------------------------


This shoulp place next/previous links just above where your products and sections appear.
Ben

Splojie
03-Jul-2003, 05:57 PM
Hi Ben,

Sorry to be such a pain
I have inserted this but nothing happens!!!
Do I insert the code to the left of the NETQUOTEVAR:BULK
as there is another command to the left of NETQUOTEVAR:BULK called </a> NETQUOTEVAR:HIDDENFIELDS.
Do I place it on the line above?
Please help
still very :confused:

Regards,

Will.

Ben
04-Jul-2003, 09:49 AM
Hi Will

The code goes directly before NETQUOTEVAR:BULK (or directly after it, if you want the links at the bottom of the page). You may want to substitute 'NETQUOTEVAR:PREV_SECTION_NAME' for 'Previous Page' and 'NETQUOTEVAR:NEXT_SECTION_NAME' for 'Next Page'.

If it still doesn't work, please post the URL.

Ben