Blog

About Magento 2

magento 2 vivacity infotech

Magento 2.0, the next generation open source e-commerce CMS is now available, Download new code by visiting the Community Edition page. Magento 2 has come with a brand new architecture and database design. We have prepared a list for useful resource website links for you. Magento Framework https://vimeo.com/116810486 Magento Solution Partner Program http://inchoo.net/ecommerce/magento-solution-partner-program-overview/ How to … Continue reading About Magento 2

Improving the security of your Magento

Magento has become a force to be reckoned with in the e-commerce industry because of its regularly updated features.The security of an eCommerce website is particularly important because these sites keep records of usersтАЩ data and order-related financial information. Securing both your data and your customerтАЩs data should be one of your top priorities while … Continue reading Improving the security of your Magento

How to add CSS & Javascript to Magento Themes?

In Web development JS & CSS files play a vital role, and work as a backbone or skelton of your website. While working on a Magento project you can do this into your Magento layout files. For adding JS or CSS, you can do this in xml layout files using methods/action: <action method="addJs"/> <action method="addCss"/> … Continue reading How to add CSS & Javascript to Magento Themes?

How to show Products collection in Magento?

You can use below code to get all Products collection in Magento on any of Magento page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 $_productCollection = Mage::getModel(‘catalog/product’)->getCollection(); $_productCollection->addAttributeToFilter(‘status’, 1); //enabled or not $_productCollection->addAttributeToFilter(‘visibility’, 4); //catalog, search enabled or not foreach ($_productCollection as $_product) { $model … Continue reading How to show Products collection in Magento?

How To Set Up Flat Rate Shipping in Magento?

Flat Rate Shipping in Magento┬аrefers to a pricing structure that charges a single fixed fee for shipping. Many online stores have an array of products of all different sizes and weights, and they ship them nationally or even globally. To set up flat rate shipping navigate to System -> Configuration and click on Shipping Methods … Continue reading How To Set Up Flat Rate Shipping in Magento?

Latest Twitter Tweets Magento Extension

Latest Twitter Tweets Magento Extension

Twitter posts allows you to develop relationships: Once you have a following on Twitter posts, itтАЩs essential to keep them involved with useful or beneficial tweets. Twitter allows you to get connected with your customers: Since, so many people are becoming the member of Twitter everyday, it is a great platform to look for the … Continue reading Latest Twitter Tweets Magento Extension

Responsive Slider for Magento

Slider adds a nice feature to a website, and if its responsive then it becomes a super feature, users can play it on mobile devices too.   We have recently launched a Magento Reposive Slider Extension. Its easy to install and configure, you can add it to your Magento store within few minutes. Just Download … Continue reading Responsive Slider for Magento