Module settings
Standard settings
-
Description title: This is the text that will be used as title for the description.
- Related products title: Here you can set the title used for related products.
- Rating title:
- Files title: Set the caption for the "Files" input-field.
- Images title: Text used for the caption of the images input-field.
- Movies title:
- Related links title:
- Searchresult title: Text set for the input-field of the searchresult.
- Text no result: This option allows you to customize the text shown to the visitors for a negative searchresult.
- Use existing catalog: Select the catalog you want to use. The select-options will remain blank as long as no catalog was added.
- Use shop: This option is only available if the "Shop" module was included in the CMS™. It will make the "Shop" features available in the Catalog.
Pager settings
- Use pager: Check this option to activate the "Pager".
- Text listsize: Text used for the caption of the "listsize" input-field.
- Text page: This is the caption used for the "page" text.
- Text first page: Set the caption for the "first page" in this input-field.
- Text previous page: Set the caption for the "previous page" in this input-field.
- Text next page: Here you can set the caption used for the next page of the catalog.
- Text last page: Set the caption used for the last page of the catalog in this input-field.
- Listsize data: This option allows you to set the amount of products displayed on 1 page. You can choose to display 10, 25, 50, 100 or all products on a page. Those possibilities are available by default. The standard listsize is set to 25, this was set by adding ":default" at the end of an option-line.
Order settings
- Use sort: Check this option if you want to be able to take advantage of this option.
- Text sort: Text used for the caption of the sort.
-
Listorder data: This option allows you to set the parameter of the sort. You can choose to display the results sorted by price, name or date and this ascending(+) or descending(-). The default parameter was set to "Price +" by adding ":default" at the end of the option-line.
Price settings
- Symbol currency: Select the needed currency-symbol.
- Text before price: Here you can set the text that will be displayed just in front of the price.
- Text after price: Set the text that follows the price.
- Text new: Text added to products that were added to a category of type "New".
- Text promotion: This is the text used for the caption of products in promotion.
- Text order only: Text used for the caption of products that can only be ordered.
- Text discontinued: Text used for the caption of "Discontinued".
- Text price on demand: Set the caption of the "price on demand" option in this input-field.
- Form for price on demand: If needed you can select a form that the visitor has to fill in to demand a price.
Images settings
- Width thumb: This option allows you to set the width of the thumbnails.
- Height thumb: Here you can set the height of the thumbnails.
- Width normal: Fill in the width of the standard picture.
- Height normal: Enter the height of the standard picture in this input-field.
- Width large: Set the width for the large version of the pictures in this input-field.
-
Height large: Allows you to set the height of the large version of the pictures.
All the numeric values set for this options, represent the amount of pixels used for the width or height. Images will be resized according to their orginal width/height ratio.
Template list
All products added to the catalog are made of certain variables. By altering the code from the template you got the possibilty to change the way those variables are displayed in the catalog page. Don't modify the template if you don't have a basic knowledge of HTML and PHP.
This is the list of the variables that can be used for the "Template list":
- $productcrumb: This variable is used to show the "Breadcrumb" of the catalog-structure.
- $producturl: The URL of the product is stored in this variable.
- $productimage: This variable contains the image(s) added to the product.
- $productname: This is the name of the product.
- $productdescription: The product's description is set in this variable.
- $productprice: The price of the product is stored in this variable.
- $addtocartlink: This is the link used to add the product to the shopping cart.
Template detailpage
A product added to the catalog is made of certain data ( inserted in the product settings ). This data is stored into some variables. By altering the code from the template you got the possibilty to change the way those variables are displayed. Don't modify the template if you don't have a basic knowledge of HTML and PHP.
This is the list of the variables that can be used for the "Template detailpage":
- $productname: This is the name of the product.
- $productprice: The price of the product is stored in this variable.
- $productdescription: The product's description is set in this variable.
- $productimage: This variable contains the "main" image associated to the product. To set an image as the main image of a product u have to get back to the Images settings (accessible by selecting the edit icon of a product) and set the position - of the image you want to set as the main image - to zero. The values submitted for other pictures is used for the order in which the other product images will be displayed.
- $addtocartlink: This is the link used to add the product to the shopping cart.
- $productfiles: This variable contains the link(s) to the file(s) associated with that product.
- $otherproductimages: This variable contains all the images linked to the product ordered by there position that can be set in the images settings of the product.
- $relatedproducts: This variable contains the list of links of related products.