|
Category limit? |
Post Reply |
Author | |
wscharen
Newbie Joined: March/17/05 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: June/07/06 at 9:41am |
I have just entered the 11th category for my company products. Now the 11th product category will not display in the default.asp page (within the 'Choose a Product Category' area. I have double checked and the catagory and the items still exist in the database. My guess is when the database is read it will only read 10 categories. Does anyone know where or what I need to change?
Thank you in advance. |
|
wscharen
Newbie Joined: March/17/05 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Found it!
Repeat1__numRows = 20 Repeat1__index = 0 Products1_numRows = Products1_numRows + Repeat1__numRows I changed the code to =20 above in the snibblet of code and now it works. I see so many postings out here that never seem to have a resolution posted. So I thought that I would post this one out here for someone else just in case. |
|
mikeb
Admin Group Joined: March/17/04 Location: United States Status: Offline Points: 194 |
Post Options
Thanks(0)
|
Good post. What page are you changing for this?
|
|
wscharen
Newbie Joined: March/17/05 Location: United States Status: Offline Points: 15 |
Post Options
Thanks(0)
|
The code is in the subdirectory /mall. The file is called default.asp. In my version the code line that needed to be changed was line number 19.
|
|
mikeb
Admin Group Joined: March/17/04 Location: United States Status: Offline Points: 194 |
Post Options
Thanks(0)
|
Thanks.
That bit of code is written with the Dreamweaver Server Behavoirs and so its probably a hardwired default for repeated regions. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |