Configure Top Sellers

Hi,

How do I configure top sellers. I have currently have JM Products configured to show featured products on the position 9. I would like to show top sellers on the left side (would still like to keep the featured products).

7 answers

Profile photo of Saguaros 0.00 $tone August 26, 2014
Public

Hi

The position 9 is showing products retrieved from JM Product Slider extension while the Top Sellers block displays JM Product List’s content:

Code:

<div class="list-products-seller">{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="Top Sellers" mode="best_buy" quanlity="4" perrow="1" width="110" height="110" template="joomlart/jmproducts/bestbuy.phtml"}}</div>

If you want to show featured product, you can change the mode in above content output. Also check out this documentation for more info about mode in JM Product List extension: http://www.joomlart.com/documentatio…uct-list#param

#1
Profile photo of santosh pillai 90.00 $tone August 31, 2014
Public

Sorry. I dont think I was clear with you about this. I would like to show different content in Top Sellers and New Product. I would like to show my new products (in New Products) and my best selling products (in Top Sellers). Currently my top sellers shows latest products

#2
Profile photo of Ziven Staff 100280.00 $tone September 3, 2014
Public

With Top Seller, you can follow Saguaros’ suggestion

About New product you can go to static block at position 9 and add new the code.

Code:

<div class="list-products-new">{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="New Products" mode="latest" quanlity="4" perrow="1" width="110" height="110"}}</div>
#3
Profile photo of santosh pillai 90.00 $tone October 31, 2014
Public

Whats the mode for top sellers? Currently my mode for top sellers is latest. If I set mode to best_buy it shows blank products

Attachment 40806

My code is as below

<div class="list-products-seller">
<div class="list-products-seller">{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" title="Top Sellers" mode="latest" quanlity="24" quanlitymobile="24" perrow="1" width="160" height="160" template="joomlart/jmproducts/bestbuy.phtml"}}</div>
</div>

#4

Please login or Register to Submit Answer

Written By

Comments