One of most important parts of every store is its Search functionality. Implementing a more advanced search solution can have positive and big impact on search function, which leads to significant increase in conversion rate. After all, visitors trust in search results. If your store’s search experience is good, users will use it more than... The post Klevu – search engine that will increase revenue, self-learn and improve UX appeared first on Inchoo. Do you need any custome Development Click here and fill the form with full your requirement and after i will send the quotes of your work requirements....
Read More »Picozen – Responsive Magento 2 Theme
Picozen is a digital Magento theme built with Bootstrap and powerful features. The them is suitable for creating and managing online store.Demo: https://themeforest.net/item/picozen-responsive-magento-2-theme/20616826 Do you need any custome Development Click here and fill your requirement...
Read More »ZORKA v1.8 – Wonderful Fashion eCommerce Magento Themes
Zorka – is an extremely powerful and flexible premium magento theme with responsive & retina ready design. Specially perfectly fits trendy fashion website with a strong, sweet and elegant style. It embodies a sensible design with a product-centered layout to captivate every customer’s heart. It has included a variety of skins, It is built upon Bootstrap 1170px Grid, and it has Retina Ready Icons. It has been designed pixel perfect and meets the newest trend web experience.Demo: https://themeforest.net/item/zorka-wonderful-fashion-ecommerce-magento-themes/11680576 Do you need any custome Development Click here and fill your requirement...
Read More »Bakery v1.0.4 – Cakery & Bakery Magento Responsive Theme
Bakery – is an extremely powerful and flexible premium magento theme with responsive & retina ready design. Bakery is an extremely powerful and flexible premium magento Theme made specially for bakers and cake shops. It has included a variety of skins and also a boxed and a wide version. It is built upon Bootstrap 1170px Grid, and it has Retina Ready Icons.Demo: https://themeforest.net/item/bakery-cakery-bakery-magento-responsive-theme/10754356 Do you need any custome Development Click here and fill your requirement...
Read More »Smileshop – Multipurpose Responsive Magento Theme
Responsive Magento theme for game and entertainment store – Smileshop featurs responsive layout, RTL language support, and other exciting features. Demo: https://themeforest.net/item/smileshop-multipurpose-responsive-magento-theme/13401878 Do you need any custome Development Click here and fill your requirement...
Read More »Mondo – Responsive Magento Theme
Looking for a simple but impressive vintage style theme? Then you must not pass this AM Mondo – one of the best ArexMage’s fully responsive magento theme.Demo: https://themeforest.net/item/mondo-responsive-magento-theme/7198693 Do you need any custome Development Click here and fill your requirement...
Read More »Soffia – The Magento Theme
Soffia is a multi-purpose powerful magento theme, with 8+ of unique layouts, exciting color style in design, Soffia magento theme is borned to bring new breath and happy color to your store. Demo: https://themeforest.net/item/soffia-the-magento-theme/12724831 Do you need any custome Development Click here and fill your requirement...
Read More »Fengo – Responsive Magento Theme
Fengo is a Premium Responsive Magento theme with extremely customizable admin settings. Suitable for every type of store. Great as a starting point for your custom projects. This theme includes 10+ extensions such as ajax price slider and ajax cart that will help you improve your sales. On Home page you can quickly show Bestsellers, New, Featured, and Special products and brands. Fengo is extremely beautiful on mobile devices.Demo: https://themeforest.net/item/fengo-responsive-magento-theme/9633061 Do you need any custome Development Click here and fill your requirement...
Read More »Theface – Magento Theme for Beauty & Cosmetics Store
Theface magento theme aims to provide you with all the features of a beauty & cosmetics online store. This theme is easy to install and easy to use. Theface theme offers user color options for their website on General, Header and Footer with Plazathemes Theme Options admin panel, which can be easily configured via the color palette. Demo: https://themeforest.net/item/theface-magento-theme-for-beauty-cosmetics-store/20384396 Do you need any custome Development Click here and fill your requirement...
Read More »Navas Magento 1 and 2 Theme
One Click Installer Retina Ready Responsive layout (You can enable or disable in Admin panel) SCSS support Theme Options Module Unlimited Colors Header Options Revolution Slider Blog Manage Multi-store ready Two layouts Wide and Boxed (Choose in admin panel) Demo: https://themeforest.net/item/navas-magento-1-and-2-theme/14642114 Do you need any custome Development Click here and fill your requirement...
Read More »Notron – Responsive Magento Theme
Notron is a fully responsive and Retina ready Magento theme that includes a nice design, many features such as Mega menu, Custom Slideshow, Theme Options. This theme is suitable for selling fashion, furniture, digitals, accessories,...Demo: https://themeforest.net/item/notron-responsive-magento-theme/20449642 Do you need any custome Development Click here and fill your requirement...
Read More »Pallas – Responsive Magento Theme
Pallas is an Electronics Magento theme with advanced admin modules. This theme is perfect for digital and electronics shop.Demo: https://themeforest.net/item/pallas-responsive-magento-theme/20481649 Do you need any custome Development Click here and fill your requirement...
Read More »SM Papa v1.2.0 – Responsive Fashion Theme for Magento
SM Papa is a responsive Magento theme with blog supported. Following the new trends in design, this is an eye-catching and straightforward theme with flat design, 6 color presets, neat typography, smooth navigation and well-structured layout. SM Papa would be a perfect choice for any eCommerce websites, especially fashion, jewelry or wedding website… Demo: https://themeforest.net/item/sm-papa-responsive-fashion-theme-for-magento/6507083 Do you need any custome Development Click here and fill your requirement...
Read More »Selena – Organic Responsive Magento Theme
Selena is another organic responsive magento template from Plazathemes. It comes with 4 nice home pages and useful magento extensions. Selena is best for shop owners which are planning to expand and cover online market as well.Demo: https://themeforest.net/item/selena-organic-responsive-magento-theme/20513952 Do you need any custome Development Click here and fill your requirement...
Read More »Urani – Responsive Magento Theme
Are you looking for a clear and clean but impressive hightech style theme. Urani Magento theme is perfect for any kind of hightech store, gift shop, electronics shop, etc. This theme has fully responsive theme that works perfect on all kind of resolutions, you will be able to process transactions from users of PCs, tablets and handheld devices!Demo: https://themeforest.net/item/urani-responsive-magento-theme/19560599 Do you need any custome Development Click here and fill your requirement...
Read More »Create swtch color on product list page in Magento
Copy and past the code . where you want to display color below the name or above the name. follow the following steps: images updated in configurable simple product acording to color . Change Visibility *: catalog search List.phtml <? if($_product->getTypeId() == "configurable"): $conf = Mage::getModel('catalog/product_type_configurable')->setProduct($_product); $simple_collection = $conf->getUsedProductCollection()->addAttributeToSelect('*')->addFilterByRequiredOptions(); foreach($simple_collection …
Read More »Magento 2 get custom category attribute
public function getCategoryCollection() { $collection = $this->_categoryCollection->create() ->addAttributeToSelect('*') ->addAttributeToFilter('is_home_category', '1'); return $collection; }
Read More »Magento: How to check if current page is homepage?
1.) // Put your homepage-only code in here. 2.) if($this->getIsHomePage()) { echo 'You are in Homepage!'; } else { echo 'You are NOT in Homepage!'; } 3.) $routeName = Mage::app()->getRequest()->getRouteName(); $identifier = Mage::getSingleton('cms/page')->getIdentifier(); if($routeName == 'cms' && $identifier == 'home') { echo 'You are in Homepage!'; } else { echo …
Read More »Magento 2 Overview – Features, Reviews, Tutorials and Demo
[blockquote author=”sushil kumar”]Magento leading online business solution exists for 5 years. It has been downloaded over 5 million times, and now Magento 2.0 is on the way, so get ready for the New Year present..[/blockquote]
Read More »