eCommerce
  Navigation

Best Sellers

As is common on many ecommerce sites, you may want to have a best sellers' page on your website. This can be done in 2 ways:

Showing auto-generated best sellers on a CMS page

You can dispaly the best sellers on your site using the following tag (see code below).

Copy and paste this tag to the source editor of any CMS page to have the top 8 best sellers show on the page. You can change the 8 to any other number that makes more sense.

Please note that the best sellers are generated by the system automatically based on the number of items sold of a given product. The items can not be edited. 

            <sys:ecs-product-list _title="ecs-product-list" _height="40" _width="220" product-type="all" page-size="8" style="best-sellers" order-by="purchase_counter" order-dir="desc"/>

Custom list of products on a page

Place the following tag (example below) into the source editor of a CMS page where you'd like to show the active products in a given category. 

In the example below:

The number. 562037667 is the id of the category whose products you want to display. 

The limit of 6 defines the number of products that should display from the given category. 

                    <sys:ecs-browser root="562037667" limit="6" category-style="default"/>


Please send us suggestions regarding this documentation page
If you would like to recommend improvements to this page, please leave a suggestion for the documentation team.

Be the first to write a comment...