Page 1 of 1

Ratings and Listing options not showing on featured items

PostPosted: Sat Jun 11, 2016 6:10 pm
by carlo.macis_15320
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}

Re: Ratings and Listing options not showing on featured item

PostPosted: Tue Jun 14, 2016 11:44 am
by shokinro
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.

Re: Ratings and Listing options not showing on featured item

PostPosted: Tue Jun 14, 2016 12:22 pm
by carlo.macis_15320
I have checked with the debugger and there are no errors... this is strange since the vendor name is there but nothing else

Re: Ratings and Listing options not showing on featured item

PostPosted: Wed Jun 15, 2016 4:27 am
by shokinro
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.

Re: Ratings and Listing options not showing on featured item

PostPosted: Wed Jun 15, 2016 6:14 pm
by carlo.macis_15320
its not just the ratings but also the list options like the hot listing icon, two modules not installed correctly??

Re: Ratings and Listing options not showing on featured item

PostPosted: Sat Jun 18, 2016 3:03 am
by shokinro
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.