|
HOW TO MANAGE PRODUCTS USING THE BACK OFFICE
2simplifi eStore is a large scale e-commerce application that allows users to create products dynamically with NO TECHNICAL KNOWLEDGE. The Back Office Administration module lets users or site administrators dynamically create main categories, subcategories and products that will be related to the main categories that they have created.
HOW CFFILE AND CFDIRECTORY ARE USED
When subcategories are created, a directory is simultaneously created on the web server using CFDIRECTORY. Additionally, for every product that you create you are able to upload a regular and enlarged image. If you upload images, the application uses CFFILE to upload the images to the web server. If you do not have an image or and therefore do not upload an image, an alternate image will be assigned. This alternate image is named "default.gif" and is located in the "product-images" directory. |