Home / Tag Archives: Magento

Tag Archives: Magento

Klevu – search engine that will increase revenue, self-learn and improve UX

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 »

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 »

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 »

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: 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 »