Magento 2.0 what’s cooking up?

Magento
Much like the outside world, the world of internet is not devoid of its share of controversies and mysteries. Application development organizations in a bid to market their new product try to create hype and mystery before its launch. For them it might be a marketing gimmick, but it provides cannon fodder to the media to further fuel the fire and ignite the internet with a new sensational story and in the process the newly launched product becomes popular.   Magento 2.0 which is an open source CMS tool for managing content for ecommerce websites has been in the new since 2010, when it was announced to be released in 2011. But in 2011, Magento was acquired by eBay and the reorganization process took its toll on the release and…
Read More

Transactional Emails Variable Magento

Magento
This post help to find variable which used in magento email template. - For registration: {{var customer}} {{var customer.ID}} {{var customer.email}} {{var customer.firstname}} {{var customer.lastname}} {{var customer.name}} {{var customer.password}} {{var customer.created_in}} Store Name {{var customer.dob}} Date of Birth {{var customer.password_hash}} {{var customer.prefix}} {{var customer.middlename}} Initial {{var customer.suffix}} {{var customer.group_id}} {{var customer.taxvat}} {{var customer.store.name}} {{var customer.store.group.name}} - To subscribe/unsubscribe newsletter: {{var subscriber.getConfirmationLink()}} {{var subscriber.getUnsubscriptionLink()}} {{var subscriber.email}} - Send to a friend: {{var product_image}} {{var name}} Recipient’s Name {{var email}} Recipient’s Email {{var product_name}} Product Name {{var product_url}} Product Url {{var message}} Message Text {{var sender_name}} Sender’s Name {{var sender_email}} Sender’s Email {{var product_image}} Product Image - Depend Condition {{depend order.getIsNotVirtual()}} {{/depend}} {{depend salable}} {{/depend}} - If Condition {{if order.getIsNotVirtual()}} {{else}} {{/if}} (else is optional) - Skin {{skin url=”‘}} - Store {{store…
Read More

Magento OnPage SEO for Optimisation

Magento
Magento is exceptionally exceptional ecommerce stage and numerous shopper utilize magento for online shop. There are numerous profits to utilizing Magento for your shopping truck. At the same time there are additionally a few disadvantages to Magento's open source shopping truck platform.one of the aforementioned essential disadvantages is with Seo. Magento isn't the most Seo-accommodating open source programming. In the event that you are needing to do on-page Seo for your site, it could be a touch demanding with Magento. Magento Page Content An additional Magento Seo tip is to determine your Magento class pages and content pages are optimized and could be applicable pursuit terms. Every page title and portrayal ought to be remarkable to diminish copied substance on your site. Content Pages Essentially head off to Cms >…
Read More

Want to Download some Responsive Magento Themes of 2013?

Magento
RWD (responsive web design) is one such concept that enables your website to convert its look as per the mobile device and web browser. Today, most of the online merchants, who have online store based on Magento, searching for responsive Magento themes to use in their e-stores. In this epoch of mobile technology, each and every customer is accessing any website or internet from his/her smart-phone, tablet or any device. No matter whether it comes to purchase products or visiting any website, most of the people prefer their smart-phone or tablet. Therefore, it is must for every businessman to go hand-in-hand with responsive design, which is one of the most powerful and advanced topic in web designing. By using RWD concept, you will get more business by allowing your customers…
Read More

Revolution of Online Shopping Cart for your Business using Magento Platform

Magento
Searching for an ideal, easy to use, efficient and exclusive e-commerce platform? Your search is sure to end at Magento eCommerce platform known best all over the world for the huge variety of services it delivers. Magento developers aim at providing simplified solutions to the business to get your online business reaction improved. They are sure to revolutionize online shopping cart for your business using the Magento platform. Using this platform has the potential to change the way you handle your online business giving you a better hold of it, keeping you informed and helping in its expansion too. The unique features which are a part of this revolutionary platform are: Easy to use Admin System: The admin system is developed in a way that it can be used by…
Read More

Magento Development Services

Magento
Justwebdevelopment provide all types of magento realted services. If you find affordable magento development service your search end here. Magento Development Magento is an open source web application especially made for ecommerce purpose. It works on Zend framework. After the launching of magneto in 2008, it has been popular day by day as the best ecommerce platform. Magento is PHP based and buffering its data in MySQL.In order to offer the best solution in eCommerce development, magento development proves to be the best platform. Magento provides such a flexibility which helps in business growth. Inquire Now Read More Magento Theme Development It is true that having a stunning website design can leave a good image in the mind of visitor. In the eCommerce market prior to initiate an online shop…
Read More

Add Date field with Datepicker in Magento

Magento
Here I want to show you how to add date field with date picker in any of your form like contact, gift message etc in magento frontend design. Magento has a built in library for calendar functionality but its available only on admin so here I show you how to se date field with date picker in magento frontend. Add below css and javascript for calender in your current theme page.xml file. This will include all the calendar library functions frontend on your theme. [sourcecode language="plain"] <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params></params></action> <action method="addItem"><type>js</type><name>calendar/calendar.js</name></action> <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name></action> <block type="core/html_calendar" name="head.calendar" as="calendar" template="page/js/calendar.phtml"></block> [/sourcecode] Now add below code in which form where you want to add date field like contact, gift message etc... [php] <div class="field"> <label for="dob"><?php echo Mage::helper('contacts')->__('DOB') ?></label> <div class="input-box"> <input name="dob" id="_dob"…
Read More