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 ]
To install this Module in, follow these easy steps:
You may also need to change your template, see Usage section.
[ back to top ]
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.
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 -->
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 -->
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 -->
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 ]
To uninstall this Module in, follow these easy steps:
Uninstalling may require you to manually remove some files for 100% clean uninstall.
[ back to top ]