In the frontend the layout of single product has been changed.
I have Magento 2 and want to hide small images of the product that is added from the admin on frontend.
I have hidden the small image attribute from admin but want to hide it from front-end as well.
Add a single image to Product that is only one image to Product and on frontend you will not see the small images
I'd like to get a configurable product's simple product images in a sidebar mini cart.
magento get configurable product's added simple product image in mini cart
admin->system->config->sales->checkout->Shopping Cart
There you can find the settings
How to programmatically in a model get all product details which is currently display in Homepage magento.
I need to show featured products in product page by category, I created attribute to set featured product in admin panel, It working fine in admin panel,I need to get all the featured products by corresponding category in products page.
I am novice to magento , so please help me.
You can find detailed tutorial from Magento Wiki to create featured product.