How to create the XML sitemap in Magento?

How to create the XML sitemap in Magento?

8 years ago

Website XML Sitemap plays an important role in SEO for fetching the correct information by Web Crawlers. Hence they must…

Display Products With Pagination On Magento Home Page?

8 years ago

So you want to add more products on Magento site homepage with pagination. For this you need to add custom…

How to Check if Current Page is Homepage in Magento.?

8 years ago

Magento Check Current Page Is Homepage Or not If you are looking to solve whether the current page is Home…

How to get all value of attribute in magento?

8 years ago

Get All Values Of a Attribute In Magento:- To display dropdown attribute of all possible values of Attribute in Magento…

How To addAttributeToFilter Conditions In Magento.?

8 years ago

addAttributeToFilter is one of the main function of the Magento from which specific product collection can be called from the…

Autocommit – MySQLi Functions

8 years ago

Syntax :  mysqli_autocommit(connection,mode); Description : It used to turns on or off auto-committing on database modifications done by MySQL operation…

Affected Rows – MySQLi Functions

8 years ago

Syntax : mysqli_affected_rows(connection); Description : It used to get the information about number of affected rows in a previous MySQL…

How to manage product ratings and reviews from admin panel in magento.?

8 years ago

Magento offers complete functionality for Product star ratings and reviews within admin panel. Below are the step by step guidance…

Responsive Viewport Meta

8 years ago

Responsive web design is built by writing CSS for all devices that are in use with respect to their respective…

How to remove all items in a magento product collection?

8 years ago

In the following code we are going to study how to remove all items in a Magento Product Collection in…