Magento

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?

5 Best Magento Responsive Themes

Nextlevel Nextlevel┬аis a premium responsive & retina ready magento theme with clean, modern and elegant design. It was designed with focus on user experience and usability, to make Magento shopping easy & quick. Its easy to customize, fully responsive, comes with lots of required features & display to all devices. Kallyas Kallyas┬аis a Premium Responsive … Continue reading 5 Best Magento Responsive Themes

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

Easy Customers Testimonials Magento Extension



Easy Customers Testimonials Magento Extension We often get feedback from customers who have bought a valuation from our website.┬аThe use of testimonials is even more important with the wide-spread use of search engines as the primary vehicle to find your business on the internet. Easy Testimonial Extension provides you a fully featured testimonial manager for … Continue reading Easy Customers Testimonials Magento Extension

Facebook Like Box Sidebar Magento Extension



Facebook Like Box Sidebar Magento Extension Now you can add your FB fanbox to your Magento store by using Facebook Like Box Sidebar Magento Extension. You can easily download and configure it for your magento store, you can show your Fanbox in left or right, number of connections, live feeds etc. It shows Fanbox of … Continue reading Facebook Like Box Sidebar Magento Extension

Magento Per Product Flat Shipping Extension



Per Product Flat Shipping Per Product Flat Shipping extension allows you the flexibility to specify a flat rate shipping amount for each first product & an additional product individually. You also have an option to automatically use the default rate for all products, for which individual shipping rate hasn’t been indicated. Per Product Flat Rate … Continue reading Magento Per Product Flat Shipping Extension

File uploading in Magento CMS

Magento have front-end and admin part of file upload option in themes so You can enable file upload by using custom option if you add file upload button.Frontend html is found in: app/design/frontend/default/default/template/catalog/product/view/options/type/file.phtml Frontend javascript code in: app/design/frontend/default/default/template/catalog/product/view/options.phtml (optionFileUpload js object = asynchronous iframe upload) You can enable file upload custom option if you add: … Continue reading File uploading in Magento CMS

How To Add Magento Extensions Using Magento Connect?

Magento connect┬аis the market place where you can download and install extentions for your Magento websites. In the Magento Connect marketplace you can find free and paid extensions to help your customize your ecommerce website. Magento Connect is the mechanism for downloading and installing extensions for Magento. Similar to plug-ins and modules on other platforms, … Continue reading How To Add Magento Extensions Using Magento Connect?