JM Product Slider

I have 3 tabs set up with different product sliders.

The first I want set to most viewed, but when I change to this option in the admin or on the block I get "0" products showing. However in the admin on the dashboard, I can see most viewed products. These are the products that should be displayed; Vitamin C 20% Professional Anti-Aging Serum, Hyaluronic Acid Serum Ultrapure, Mandelic Cleansing Gel, Mandelic Acid Toner, Fruit Enzyme Mask (Non-Acid).

The second tab is set to "best buy" to show best selling items -- however on the admin report I see very different items than are displayed on the front end in the tab. These are the products that should be displayed; Lipid Recovery Serum, Triple Peptide Anti-Wrinkle, Hyaluronic Acid Serum Ultrapure, Brightening Cream Cleanser, Hyaluronic Acid Serum Ultrapure.

The third tab is set to "featured" to show the items that I have designated as "on" via the feature attribute that added, but the products displayed are not the products that I have set to "on".

I really need to get this fixed.

I cannot provide admin details as our company policy does not allow third parties to access our admin interfaces or client data.

3 answers

Profile photo of Seoki Lee 1510.00 $tone September 9, 2014
Public

I’ve config JM products slider on our dev as on your site and I see JM products slider works fine. Please re-check your config on your site.

Eg: with tab "Mots viewed", I config it like this screenshot:
http://awesomescreenshot.com/06c3ga8h01

You can refer these rules to call JM products slider on your site:

Most viewed products:

Code:

<div class="home-slider">{{block type="joomlart_jmproductsslider/list" mode="most_viewed" name="home.jmproductsslider" title="Most Viewed" }}</div>

Bestseller products:

Code:

<div class="home-slider">{{block type="joomlart_jmproductsslider/list" mode="best_buy" name="home.jmproductsslider" title="Best buy" }}</div>

With featured products:

Code:

<div class="home-slider">{{block type="joomlart_jmproductsslider/list" mode="attribute" name="home.jmproductsslider" title="Featured" }}</div>
#1
Profile photo of Robert Cohn 0.00 $tone September 9, 2014
Public

I changed the code on the "most viewed" to what you provided and it is now working and matches the dashboard. However, the "best seller" tab remains the same when I replace with what you provided and the "featured products" is now blank. When I add the word "featured" to the mode I get a list of products, but not what I have set to featured.

Can you provide a screen shot of how you set up the attribute and how you set the product to recognize that attribute?

#2
Profile photo of Seoki Lee 1510.00 $tone September 10, 2014
Public

These are screenshots when I config Jm products slider on our dev as on your site:

Mostviewed
On the dashboard in the admin: http://awesomescreenshot.com/0703gjvh56
Rule use to call in static block "position-4": http://awesomescreenshot.com/00f3gjvm21
Front-end: http://awesomescreenshot.com/0d93gjvn2d

Bestseller
On the dashboard in the admin: http://awesomescreenshot.com/0d93gjv280
Rule use to call in static block "position-5": http://awesomescreenshot.com/0563gjv8e5
Front-end: http://awesomescreenshot.com/0903gjvc6c

Featured
Eg about product has atribute "featured": http://awesomescreenshot.com/0ba3gjxw7c
Rule use to call in static block "position-6": http://awesomescreenshot.com/0533gjxrfe
Front-end: http://awesomescreenshot.com/0d83gjxl29

For more details, you can refer JM products slider via link:
http://www.joomlart.com/documentatio…product-slider

#3

Please login or Register to Submit Answer

Written By

Comments