Documentation of CE Core Module (CECM)

Introduction

This is a multipurpose module for Cart Engine. This module contains support for product feature, custom field, product option and sub product.

[ back to top ]

Installing

To install this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Click on Scan New Module.
  3. On 'Available Modules', click 'Documentation' to read this manual.
  4. Click on 'Install' to begin install process.

You may also need to change your template, see Usage section.

[ back to top ]

Usage

This module is a multipurpose module for Cart Engine (CECM). Therea are various features in this module to enrich the CE experience.

You can use Module Manager or edit the template directly to add this module to your CE installation.

Featured Products

To display list of products using CECM:

<!-- BEGINMODULE ce_core -->
mode = product_list
items = ( random | best | newest | see_also | cat_featured | site_featured | history | list_of_item_id )
out_of_stock = ( 0 | 1 )
limit = number of products to display
display = ( small | big | slideshow | slider | list_small )
tag = ( new | best | promo )
<!-- ENDMODULE ce_core -->

Parameters:

Examples:

<!-- BEGINMODULE ce_core -->
mode = product_list
items = best
display = big
tag = best
<!-- ENDMODULE ce_core -->


<!-- BEGINMODULE ce_core -->
mode = product_list
items = 1,2,3,4,5
display = slider
<!-- ENDMODULE ce_core -->

Sub Products

You can also use CECM to display list of sub products for a specific product.

<!-- BEGINMODULE ce_core -->
mode = sub_product
item_id = the item id
<!-- ENDMODULE ce_core -->

Examples:

<!-- BEGINMODULE ce_core -->
mode = sub_product
item_id = 123
<!-- ENDMODULE ce_core -->

Custom Fields

You can also use CECM to display list of custom fields for a specific product.

<!-- BEGINMODULE ce_core -->
mode = custom_field
item_id = the item id
<!-- ENDMODULE ce_core -->

Examples:

<!-- BEGINMODULE ce_core -->
mode = custom_field
item_id = 123
<!-- ENDMODULE ce_core -->

Product Option

You can also use CECM to display list of product option for a specific product.

<!-- BEGINMODULE ce_core -->
mode = prod_opt
item_id = the item id
<!-- ENDMODULE ce_core -->

Examples:

<!-- BEGINMODULE ce_core -->
mode = prod_opt
item_id = 123
<!-- ENDMODULE ce_core -->

[ back to top ]

Uninstalling

To uninstall this Module in, follow these easy steps:

  1. Go to Admin CP > Configure Site > Modules.
  2. Find Page Gallery. Click Uninstall.
  3. You can choose to also remove database & files.

Uninstalling may require you to manually remove some files for 100% clean uninstall.

[ back to top ]