Check out the few pre-migration steps to make a smooth drupal migration.
Blog
Zyxware Technologies has yet another feather on its cap – the release of Commerce Tech Process, a new Drupal module. This module implements the TechProcess payment gateway in Drupal Commerce. Plans to upgrade the system in the second version with refund are on the anvil.
Technology has completely changed the way businesses were operated in the past. Now, marketers can make their products available to the customers at their finger tips at any place and time. About two decades ago, nobody could ever imagine that buying and selling would be carried out in such a seamless manner sans the brick and mortar retail outlets. All this has been possible only because of technological advancements. Technology is progressing in leaps and bounds, opening newer avenues for success.
Internet users rely on popular search engines like Google, Yahoo and Bing to find websites containing specific information. Almost all websites depend on search engines to drive traffic. So having your website on the top page of Search Engine Result Pages (SERP) is of prime importance.
Drupal Modules has been described time and again as the Swiss army knife of Drupal and aptly so. A Drupal module is a collection of PHP files for Drupal which provides additional functionality to the Core.
Drupal has been used and adapted by millions of websites across the world and not without reason. This top open source CMS is extremely flexible and robust and has found favour amongst the developer community due to the various qualities it possesses. Across the world, many renowned websites such as virgin.com, weather.com, theeconomist.com and london.gov.uk have applauded its versatility and flexibility, and used the Drupal development framework to their benefit.
The last release of Drupal was about three years back and Drupal lovers - site builders, developers and administrators - are more than excited to get their hands on the hottest addition to the Drupal Web Development family, Drupal 8. With over 1700 contributors working diligently at building the latest version of Drupal, it comes as no surprise that Drupal 8 has exceeded the expectations of its loyal users and arrived with a bang.
The launch of Drupal 8 is bound to create more than a ripple in the pond. This latest version of Drupal, the world’s most popular enterprise web CMS, hosts around 200 new features and some much-needed advancements.
Drupal has grown to be recognized as the most powerful and practical modular framework used by numerous website developers and business owners. The CMS community has adapted to the versatile and extremely functional structure of Drupal very quickly and Drupal modules have risen high on the must-have charts of web developers.
Zyxware Technologies is proud to announce that it has released Taxonomy Lite, yet another Drupal module.
Taxonomy manager lite is a simple module that facilitates the easy management of taxonomy terms based on vocabulary and terms. Using this module, you can re-assign terms as well as delete un-assigned terms easily.
We extend our sincere appreciation to Deepak R, Aby V. A, Manoj, Vimal and all those who have contributed towards making this possible. As of now, Zyxware has contributed around 18 active themes and 14 active modules to Drupal.
Zyxware Technologies is happy to announce the release of Webform Insightly, a new Drupal module.
This module facilitates the integration of insightly CRM with webforms. With Webform Insightly, a new contact can be created for each webform entry and opportunities can be added for every subsequent entry of the contact. This is done by mapping the webform fields with insightly fields. The module also enables the mapping of Custom fields. All the configurations can be easily performed at the admin side and any number of webforms can be added in the configuration.
Looking to hire dedicated Drupal developers for your website project? Check out our top tips for finding the right team to ensure success. Get started today!
A Drupal website is extremely dynamic in nature and can be used for a variety of applications that will assist you in connecting to your target audience and help you sell your products on the web. Drupal is one of the most efficient tools that is available for online content management. Due to its flexible infrastructure and rapid loading, Drupal is a preferred choice from amongst Web development platforms.
Zyxware is honoured to be part of DrupalCamp Bangalore 2015, the first and biggest Drupal Camp in Bangalore, held on 25th and 26th of July at the CMR Institute of Technology (CMRIT). Zyxware was also one among the silver sponsors for the event. A team under the leadership of Mr.Vimal Joseph, Technical Architect, Zyxware Technologies, represented the company at the event.
Drush commands are not the strangers for drupal developers. We use drush to clear cache, enable-disable modules, install-uninstall modules, set variables and even more.
Drupal webforms are used to create custom forms in site, mainly for the surveys functionality. We can take the submissions results and analyse the averages of the submissions. Here we got a client requirement that he had to give a set of questions to the users to his users and he wants graphical representation of the submission results.
Zyxware Technologies is proud to be the silver sponsor of DrupalCamp Bangalore to held on 25th and 26th of July, 2015 at the CMR Institute of Technology (CMRIT). DrupalCamp Bangalore, the first of its kind to be held in Bangalore, would offer the ideal platform of experts, enthusiasts, newbies, and open source supporters who are passionate about learning, sharing, and contributing to Drupal projects. Zyxware was also one of the sponsors of Drupalsouth Melbourne 2015 held recently.
Grey box testing is the combination of both White box testing and Black box testing method. In white box testing, testers are aware of the internal structure of code where as in black box testing testers aren't aware of the internal structure.
The way Drupal manages translation have been advancing over several versions. Drupal requires the combination of core & contributed modules to make a site multi-lingual. We will be using Drupal 7's content translation method. One challenge you will be facing is to translate the content into the languages needed. There are lots of tools available for this online like google's translate. Using this method, for example, Arabic node will hold all Arabic values and English node will hold all the English values.
What is Twig? How will it change Drupal themes? Drupal 8 is coming with lot of improvement in theme layer. Twig is a template engine and easy to learn. Twig is help to create template without knowledge of PHP. Twig is part of the symfony2. It created by SensioLabs. The changes in classes and arrays combined to attribute object. In Drupal 8 .tpl.php file is replaced by *.html.twig template files.