Ratings and Listing options not showing on featured items

In this forum you can post anything related to PrestaShop Modules/Addons from Agile Addons-Modules.Com.

If you need support for any module/addon from Agile Addons-Module.Com, please post it here. We will respond as soon as possible. Usually within one business day.

Please indicate the PrestaShop version, product name. product version, and if possible your order # to get a prompt response.

Moderator: jeffayao_1666

Ratings and Listing options not showing on featured items

Postby carlo.macis_15320 » Sat Jun 11, 2016 6:10 pm

I've only just noticed that the seller ratings and listing options are not showing on the Featured products on the home page v1.8, I'm running prestashop 1.6.1.4.

The seller name is showing ok, but the ratings and the listing options doesn't, here's the code as set on - product-list.tpl and homefeatured.tpl :

Code: Select all

                  <!-- Featured hot -->
                  {if isset($product.ishot) AND $product.ishot==1}
                  <div style="float:right;">
                     <img src="{$base_dir_ssl}modules/agilesellerlistoptions/imgs/hot.png" />
                  </div>
                  {/if}

               <!-- Seller name -->
               {if isset($product.seller)}
               <p class="agile_sellername_onlist">
               {l s='Sold by'}
               {if isset($product.has_sellerlink) AND $product.has_sellerlink ==1}<a href="{$link->getAgileSellerLink({$product.id_seller})}">{/if}
               {$product.seller}
               {if isset($product.has_sellerlink)}</a>{/if}
               </p>
               {/if}
               
               <!-- Seller reviews -->
               {if isset($product.seller_rattings)}<div>{$product.seller_rattings}</div>{/if}
               {capture name='displayProductListReviews'}{hook h='displayProductListReviews' product=$product}{/capture}
               {if $smarty.capture.displayProductListReviews}
                  <div class="hook-reviews">
                  {hook h='displayProductListReviews' product=$product}
                  </div>
               {/if}
carlo.macis_15320
 
Posts: 40
Joined: Wed Feb 24, 2016 3:59 pm

Re: Ratings and Listing options not showing on featured item

Postby shokinro » Tue Jun 14, 2016 11:44 am

can you check if there is any javascript error message on the page?

Try to press F12 to start browser debugger tool and then go to Console, it should show error if there is any.
Otherwise, I guess the override classes are not installed correctly, $product.seller_rattings is not set.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: Ratings and Listing options not showing on featured item

Postby carlo.macis_15320 » Tue Jun 14, 2016 12:22 pm

I have checked with the debugger and there are no errors... this is strange since the vendor name is there but nothing else
carlo.macis_15320
 
Posts: 40
Joined: Wed Feb 24, 2016 3:59 pm

Re: Ratings and Listing options not showing on featured item

Postby shokinro » Wed Jun 15, 2016 4:27 am

it is strange, if you have configured everything correctly, it should be working.
you may try to uninstall and reinstall agile seller ratting module to see it if works or not.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: Ratings and Listing options not showing on featured item

Postby carlo.macis_15320 » Wed Jun 15, 2016 6:14 pm

its not just the ratings but also the list options like the hot listing icon, two modules not installed correctly??
carlo.macis_15320
 
Posts: 40
Joined: Wed Feb 24, 2016 3:59 pm

Re: Ratings and Listing options not showing on featured item

Postby shokinro » Sat Jun 18, 2016 3:03 am

its not just the ratings but also the list options like the hot listing icon, two modules not installed correctly??

The Seller List Option module HOT icon feature only works on product details page, it will not show on product list page.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm


Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 14 guests