If you go to the backoffice Products screen and list all of the products and then view the html source of the page you will see something like
- Code: Select all
<select id="recs" name="recs" size=20 multiple>
<option selected value="19">JAPANESE CUBES & TRIANGLES</option>
...
<option value="17">Vintage (Size 16°-24°) SEED Beads</option>
</select>
The value="##" will contain the product record number.
Or in basic editing mode you could select the list of pages section or list of products section and view the html and look for the numrec=## associated with each page or product.
If all you want to do is not display any product moreinfo pages or pages you could download the products and pages into a tabdelimted text file. Then open that file in Excel or another spreadsheet program and replace all of the Page Name fields with a single page name. UPload the file and now all of the products and pages will have the same name and you could just redirect that particular page name. Then once you are ready to make the site live just remove the File name value from the tabdelimted file and upload and publish and the pages will be created with the product##.html or page##.html. You could also put your own filename in the field so the pages will be more search engine friendly.