Krishna ia a Lead/ programmer passionate about systems and processes. She has over 10 years of experience in the Drupal industry as of 2017. She started as a fresh graduate developing Drupal code and now manages projects for Zyxware.
Manappuram Finance Ltd., a major Indian NBFC, sought to accelerate its digital marketing efforts by eliminating developer dependency for campaign landing pages. The company needed faster campaign execution, centralized performance data, more real-time updates and readiness for data-driven insights. To address this, a Drupal-based landing page builder was implemented using layout builder modules and reusable components, allowing the marketing team to independently create, update, and analyze landing pages. The result was a drastic improvement in campaign launch speed—from 3 days to 3 hours—enhanced agility, and improved decision-making through centralized campaign data, all while reducing reliance on IT teams.
LuxVT, our client, is a leading real estate technology company, known for connecting agents, brokers, and buyers through its digital platform, faced operational inefficiencies due to manual subscription management. Their customer data had to be entered into Zoho CRM by hand, renewals were tracked manually, and payments were managed separately—leading to delays, errors, and missed revenue opportunities.
To resolve this, we developed a comprehensive CRM integration that automated the subscription workflow. Using Zoho’s APIs, we enabled automatic account creation, seamless plan upgrades, and real-time data synchronization. We also integrated a payment gateway for auto-renewals and created a dashboard for agents to monitor their subscription status.
The transformation was significant. Onboarding time dropped by 60%, errors in subscription tracking reduced by 90%, and upsell conversions increased by 15% thanks to intelligent prompts. The client now benefits from streamlined operations, improved customer experience, and stronger revenue performance—proof that strategic automation can drive meaningful business growth.
Introduction
Audeze is a California-based manufacturer of high-end headphones. Audeze headphones use planar magnetic headphone technology for accurate, high-fidelity sound reproduction. It has a niche but extensive community base reaching as far as Singapore and China from among its loyal customers.
Rapid economic change coupled with the changing value of money has triggered the need for employing alternate solutions to fulfill the indispensable needs of the common man. There are times when you are in a dilemma when it comes to buying high-end consumer goods.
In one of our recent projects we had to show a slider for a price range. The slider was to be used to show all products with prices between a minimum and a maximum. If we set filters in they will be shown as text boxes. For our project the client requirement was to show a slider above these text-boxes. See the screenshot. The JQuery UI has a good slider widget which will gives the graphical version of these range. We can use this widget with our views 'in between' clause.
Drupal Views provides pagination options. However at a glance the number of items shown in a page seems to be limited. However there is a way to change the number of times shown in a Views page dynamically. If you want to know how to change the number of items displayed in a Drupal Views pager number dynamically then continue reading.
Drupal 7 supplies developers with a platform neutral format for generating database queries. If you are a Drupal developer, you might need to see the actual SQL query that is generated by Drupal for debugging and testing purposes. If you would like to know how to print an SQL query with arguments while using db_select in Drupal 7 then read on to find out the solution.
We have been facing the error message "Fatal error: Class 'PDO' not found in includes/database/database.inc on line 184" in one of our Drupal sites. Googling up the error text had brought out a number of solutions which did not help to resolve the error in our case as there is no single cause of the error. However we managed to solve it using a different method. If you are facing the same scenario in your Drupal site and want to know how to solve fatal error with Class 'PDO' in Drupal sites the continue reading for the solution.