Hi,
Limit number of products on page, by adding sub categories with fixed number of products.
I know there's been a number of posts on the subject over time, but none (that I can find) kind of put the subject to bed, plus I was hoping this might have been addressed in Ver7.
This is how I approached the problem (which is a major problem and needs to be sorted).
1. Add a sub-category to the category to be split, name consecutively page 1, page 2 etc
2. I then cut and pasted 9 products (ie 9 products per page) to each of the sub-category sections.
3. Then added the code from page 19 of the AUG to insert links to the previous and next page (sub-category)
So far all's ok. I do however have a couple of questions.
Sorry for the ramble, hope I'm making sense
Thanks in advance for any help.
Limit number of products on page, by adding sub categories with fixed number of products.
I know there's been a number of posts on the subject over time, but none (that I can find) kind of put the subject to bed, plus I was hoping this might have been addressed in Ver7.
This is how I approached the problem (which is a major problem and needs to be sorted).
1. Add a sub-category to the category to be split, name consecutively page 1, page 2 etc
2. I then cut and pasted 9 products (ie 9 products per page) to each of the sub-category sections.
3. Then added the code from page 19 of the AUG to insert links to the previous and next page (sub-category)
So far all's ok. I do however have a couple of questions.
a. The category structure now looks like this:
main cat ie cars
- sub-cat ie 2nd hand cars
- - page split sub-cats
- - - page 1
- - - page 2
- - - page 3
- - - page 4 etc
when ariving at the shops main page (/acatalog/index.html) you have the top level sections ie cars motorbikes etc
clicking on cars takes you to second hand cars and new cars
clicking on second hand cars obviously takes you to the second hand cars page, this shows links to page 1, page 2 etc
This is not what's needed, ideally you should go to page 1
How do I acheive this without upsetting the logical category layout.
main cat ie cars
- sub-cat ie 2nd hand cars
- - page split sub-cats
- - - page 1
- - - page 2
- - - page 3
- - - page 4 etc
when ariving at the shops main page (/acatalog/index.html) you have the top level sections ie cars motorbikes etc
clicking on cars takes you to second hand cars and new cars
clicking on second hand cars obviously takes you to the second hand cars page, this shows links to page 1, page 2 etc
This is not what's needed, ideally you should go to page 1
How do I acheive this without upsetting the logical category layout.
b. The section next and previous from AUG page 19 works nicely however I would like to be able to edit the NETQUOTEVAR:PREV_SECTION_NAME and NETQUOTEVAR:PREV_SECTION_NAME where can this be found.
c. I have the section next links displayed in diferent places on diferent pages, where do I change this. Can I show all the sub-sections as links with previous and next?
Sorry for the ramble, hope I'm making sense
Thanks in advance for any help.
Comment