Display Modes for the Shop System
You have to select one or more display modes for each page being used within the shop. Otherwise this will not work. The display mode tells the shop module what to do.
You also have to change the number or products in your article sysfolder to at least one in the stock.
Here is an example:
The current display mode has not been set.
Current CODE = "HELP"
Products: list list gifts list highlights list offers list new items |
Inserts a list of the products on the current page, or perhaps with special conditions. |
Products: single view |
Displays a single product if the script's GET/POST var 'tt_products' is set. |
Products: search |
Displays a search dialog for searching products. |
Currency: selector |
Displays a currency selector for the shop. |
Basket: content overview input customer data control and payment finalize order |
Displays the shopping basket. The display method 'BASKET' works in general but using the specific methods 'input customer data', 'input payment' (last check) and 'finalize order' (thank you screen), you can split out the function over multiple pages. Or you can set up a basket overview with only the totals displayed. |
Orders: tracking billingdeliverylist |
Displays tracking dialog / information for an order. A bill and delivery sheet file get created. A list of orders is shown. |
General: memo |
Gives the frontend use the possibility to memorize some products. |
General: help |
Displays this help screen. |
Categories: list select |
Displays a list of cateogies or category items in multiple select boxes. |
Articles: list |
Displays a list of articles. |
DAM: list categories |
Displays a list of DAM items or DAM categories. |
Addresses: select |
Displays addresses as select box entries. |