|
| How To Create Your Catalog Page | ![]() |
| HOME | CREATE CATALOG PAGE | SEND ORDER | FAQ | FORUM | CONTACT US | ||
|
|
||
How To: Create Your eMartCart Legacy Premium Service Catalog Page
The "Create Your Catalog Page" form is used to create a catalog page showing one or more items linked to the shopping cart system. The information that you supply in this form will be inserted into an HTML "template" of your choice to generate the HTML for your Web page. When you have finished defining your page, you can download this HTML to a file on your own computer and then transfer that file to your own Web site.
You can also download and save the form itself on your computer, so that you can reload the form later (by using the browser's "File->Open" function), make just the necessary changes and additions, and then regenerate the HTML for the page.
The initial item entry form has one slot to define an item. To add additional items, fill in the first item and then click the "Create Catalog Page Form" button at the bottom of the page. The form will be sent back to your browser with all the previous information filled in, but with an additional slot to add another item. As each item is added, click the "Update Form" button at the bottom of the page. This step is necessary to insure that your data will be saved when you save the form on your computer. You must click the "Create Catalog Page Form" button, even if you only want one item on the page, before you can create the catalog page itself. (In addition to insuring that the form will contain your data when it's saved, this step is necessary to check the validity of your input data.)
When you are finished adding items to the page, you can generate the catalog page, but before doing that, you can click the "Download Form" and save the data on your local disk. When you reload this file into your browser (by using the browser's "File->Open" function and selecting the saved file), all of the previous data will be entered on the form, ready for editing. Note: Since you can save both your input form and the generated catalog page, be sure to give them different names.
The "Generate Page" button will show your catalog page in your browser. You can use the browser's "Back" function to go back to the form and make changes. As noted above, when you are satisfied with the catalog page, you can click the "Download Page HTML" button at the bottom of the form and save the downloaded file. This file will be a standard HTML file that you can install on your Web site.
If you prefer to create your own HTML for your pages, there is an option that will generate just the HTML for the "order" buttons. The generated page will have a "text box" for each item containing the HTML for an "order" button and a "check out" button. You can "cut and paste" the HTML for each button into the desired place in your own HTML files. To copy the HTML, click and hold your mouse's left button at the beginning of the code and "drag" the cursor down to the end of the code. The text should then be highlighted. Then you can either use the browser's "Edit->Copy" menu function or you can press the Ctrl-C keys to copy the text to the Windows clipboard. In your HTML editor, position the cursor where you want the button HTML, then use either "Edit->Paste" or the Ctrl-V keys to paste the copied text into your file. If you would like to use your own graphic files for the buttons, you can edit the SRC="..." URLs in the <INPUT TYPE="image"> tags.
If you are only creating the "order" buttons, you only need to enter the minimum required data, as noted below and on the form: Required fields are labeled with red prompts.
Below are detailed explanations for the data in the catalog page form. Please read these before creating your page, but when you are editing a form, you can click on any input field prompt to come back to this page to see the explanation for that field.
Warning: Do not use double-quote marks ( " ) in any fields, except possibly the Product Description field and the Catalog Page Heading field. All of the other fields will be defined in HTML <input value="..."> fields in the item form and the "order" button code, and double-quotes will confuse browsers when they interpret these input fields. You may, however, use apostrophes ( ' ) as single-quotes, or a pair of apostrophes as an approximation of a double-quote. (The Product Description and the page Heading fields use HTML <textarea> input fields, so double-quotes are safe in those fields.)
New Feature: [SET INITIAL DATA] The data in the top two sections (Merchant Information and Catalog Page Information) will now be saved in cookies, so the next time you use the Item Form to create a catalog page or Order buttons, you can have these two sections filled in automatically. (Note this will only work after you update a form at least once with this new feature enabled.) To use this feature, there is a link labeled "[SET INITIAL DATA]" on the far righthand side of the gray "Merchant Information" title bar at the top of the page. Whether you are on the "create a new page" Item Form or on an updated Item Form that already has item entries, clicking this line will initialize a new page with the top two sections filled in with the previous data you entered, and no items, so you are ready to create a new page similar to your previous page. Again, please note that this will work only after you have created or updated an Item Form since this new feature has been installed. However, note that if you have saved your previous Item Form (which you should always do!), then you can load it in your browser and click the "Update Form" button without actually making any changes. This will create a new Item Form page that will have the "[SET INITIAL DATA]" link at the top, and the data from your previous form will be set in a cookie. So, you can now click the "[SET INITIAL DATA]" link and start a new page similar to your existing one.