Disabling Magento Demo Store notice
On the development phase of magento will will see something like “Any orders placed through this store will not be honored or fulfilled.” thats magento’s demo store notice. Here we are discussing on disabling Magento Demo Store notice To disable …
Get product details from product id and name
In Magento eCommerce while working with catalog model, There arise the need to fetch product details from product id. We can get all product details if we have product id.But sometimes we only have product name, so we need to …
Get all shopping cart items and totals in magento
Here, We are discussing on how we can get all shopping cart items and totals in magento. It will be helpful in the cases if we need to show the informations regarding the cart and items somwhere in the website …
How to display products on magento home page
The common method to display products on magento home page is to use block code and we can display mainly three types of products in any page by default one is the newly added products second is all the products …