number of products displayed in the mobile view for the static blocks

How do I increase the number of products displayed in the mobile view for the static blocks top sellers and featured products? Currently they display only 6 and 4 products.

# Qty of products on mobile for JM products is set to 24

7 answers

Profile photo of Seoki Lee 1510.00 $tone October 13, 2014
Public

@ smpillai11,

To increase the number of products displayed in the mobile view for featured products, please go to your site back-end >> Joomlart >> JM Products Slider >> increase value for "# Qty of Products on Mobile":
http://prntscr.com/4vpsrr

With block "New products", please go to your site’s back-end >> Joomlart >> JM products >> increase value for "# Qty of products per page (pagination) ":
http://prntscr.com/4vpowk

Hope this helps.

#1
Profile photo of santosh pillai 90.00 $tone October 13, 2014
Public

With block "New products", please go to your site’s back-end >> Joomlart >> JM products >> increase value for "# Qty of products per page (pagination) ":

The above is set to 24. When I re size the screen to the size of mobile on my desktop browser. I can see 24 products for my block. However on my android mobile phone (I tried many different phones) I can see only 4 products.

Please try this on my website http://www.itsybitysy.ie and you will know what I am saying

#2
Profile photo of Seoki Lee 1510.00 $tone October 16, 2014
Public

I’ve checked and fixed on your site.

I did edited files:

1. /app/design/frontend/default/jm_kidsland/template/joomlart/jmproducts/list.phtml

2. /app/design/frontend/default/jm_kidsland/template/joomlart/jmproducts/bestbuy.phtml

3. all files in folder /app/code/local/JoomlArt/JmProducts

I also backup these files so that you can see the differences.

And I edit CMS block "position-6" in your site’s admin by replacing this rule:

Code:

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

With:

Code:

<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="4" quanlitymobile="24" perrow="1" width="160" height="160" template="joomlart/jmproducts/bestbuy.phtml"}}</div></div>

Kindly take a look.

#7

Please login or Register to Submit Answer

Written By

Comments