How to show products on homepage?

  1. Hello Team
    Hope you are doing well !
    I have 2 major issues after installing the theme
    .1) From homepage, I cannot add to cart any product.
    2) Check page is not working, when clicked it is giving an error.Please advice how to resolve this issue or please fix this in my store.
    Kind
    Regards
    Sandeep
  2. Any luck??

8 answers

Profile photo of Ziven Staff 100280.00 $tone July 7, 2016
Public

Hi Sandeep.
Please try go to admin -> Content -> Pages -> Home (Edit this page) -> Content and add this code

<div class="home-products">{{widget type="Magento\Catalog\Block\Product\Widget\NewWidget" display_type="all_products" products_count="8" template="product/widget/new/content/new_grid.phtml"}}
<div id="item-more" class="mitem item-more">
<h3><a title="Shop Now..." href="men.html">Shop Now...</a></h3>
</div>
</div>

You can add the new widget like you want. 
Please let me know if you need help further.
Best Regards,
Ziven.
 

#1
Profile photo of Sandeep Vaishnav 830.00 $tone July 25, 2016
Public

Hi Ziven that is working. but i need to show 12 product in the home page i mean 3 rows . In every row 4 products .can you tell me how it possible please reply fast its urgently .
Thanks 
Regards
Sandeep
 
 
 

#2
Profile photo of Ziven Staff 100280.00 $tone July 26, 2016
Public

Hi There,
Please go to the file: app\design\frontend\Ubertheme\crafts\Magento_Catalog\web\css\source\_widgets.less at line 137,138 and change from “width: 100%/3” to “width: 100%/4”.
Please remember re-compile the css and less.
Best Regards,
Ziven.

#3
Profile photo of Sandeep Vaishnav 830.00 $tone July 26, 2016
Public

Hi Ziven
Its not working . I need to show 12 product in home page . Now there are only 4 product please tell me how i show the 12 products in the home page . please reply fast its urgent .
Thanks
Regards
Sandeep

#4
Profile photo of Sandeep Vaishnav 830.00 $tone July 26, 2016
Public

Hi Ziven
i need show on  product hover quick view , add to cart i con ,add to compare ,add to wish list .please check this website  and apply my website please reply fast its urgent .
Thanks
Regards
Sandeep 
 

#5
Profile photo of Ziven Staff 100280.00 $tone July 26, 2016
Public

Hi Sandeep.
Please try go to admin -> Content -> Pages -> Home (Edit this page) -> Content and add this code

<div class="home-products">{{widget type="Magento\Catalog\Block\Product\Widget\NewWidget" display_type="all_products" products_count="12" template="product/widget/new/content/new_grid.phtml"}}
<div id="item-more" class="mitem item-more">
<h3><a title="Shop Now..." href="men.html">Shop Now...</a></h3>
</div>
</div>

#i need show on product hover quick view , add to cart i con ,add to compare ,add to wish list .please check this website and apply my website please reply fast its urgent .
--> Please buy the QuickView Extension the Quickview button will show up like you want.
 
Best Regards,
Ziven.

#6

Please login or Register to Submit Answer

Written By

Comments