Blog

LUBUS Highlights March 2024

WordCamp Asia 2024 Wow, we had such an amazing time at WordCamp Asia 2024 in Taipei, Taiwan! Our team had a blast learning new things, meeting incredible people, and indulging in all the delicious local food. We came back feeling energized and excited to dive even deeper into the wonderful world of WordPress. Laracon India 2024 As Laravel enthusiasts, we use Laravel to power most of our internal tools. We specialize in providing Laravel-based solutions for the business needs of startups and businesses. Laracon India was a great experience for us, with helpful talks, great speakers, and a friendly community.…

wpui-plugin-app-boilerplate

Quick Start Your Ideas With WPUI Plugin and App Boilerplate

A few months ago, we introduced WPUI – an open-source design pattern library that uses WordPress components as building blocks to create React-powered WordPress plugins or apps. With WPUI, you can spend less time on UI and more time developing your ideas. We use WPUI extensively to design modern UI for our internal and client projects. However, the process of setting up the project can be repetitive. To simplify this, we have created a boilerplate for both the plugin and a standalone app. We’ve configured the boilerplate setup using wp-scripts and wp-components to kickstart the project quickly. Plugin Boilerplate This…

Writing Custom WP-CLI Command

WordPress core comes with a command-line interface (CLI) called WP-CLI. This interface provides commands that allow developers to access and automate various aspects of WordPress from the command line. The benefits of the command line are that it can run and process on a server more efficiently, and can be scripted. However, there are cases where the core commands provided may not be sufficient, or developers may want to accomplish specific tasks. In such cases, WP-CLI enables developers to extend and write custom commands. We have used this feature extensively in various client projects, where bulk operations are required for…

reduce customer cancellations in WooCommerce orders

How to prevent customers from cancelling WooCommerce orders

If you’re running an eCommerce business, you know that managing customer orders is super important. One crucial step in the customer journey is order cancellation, which may vary depending on your business needs. You might even have specific conditions under which an order can be canceled. By default, WooCommerce allows customers to cancel an order if it’s in a pending payment or failed status. Also, pending orders are canceled based on store settings. However, if you’re looking to customize these default settings, WooCommerce has got you covered. In this article, we’ll explore various case scenarios and recommend different solutions based…

lubus-monthly-highlights-february-2024

LUBUS Highlights February 2024

WordCamp Pune We had a fantastic time participating in WordCamp Pune as sponsors, facilitators, and attendees. This year’s WordCamp Pune was different from the usual sessions, as it was a day full of practical, hands-on workshops for participants. Ajit enjoyed the workshop on WP-CLI, while Amit and Sagar learned a lot about accessibility. A glimpse of the team at WordCamp Pune. WP-CLI Workshops and Peer Learning We believe in peer learning and conducting workshops to encourage our team to learn and grow together. Our team usually pairs up during coding challenges and hosts short workshops to facilitate learning. Recently, we…

Simplifying Database Seeding in Laravel with iSeed

If you’re a Laravel developer, you know how important database seeding is for quick setup of initial data during testing and development. But, managing seed data can be tricky, especially when updating individual tables without affecting the entire database. That’s where the iSeed package comes in – it simplifies the process by automating the generation of seeder files for individual tables. Recently, we worked on a client project that involved developing a system to store crucial data about users, including user profiles, authentication credentials, and permissions. However, during development, we faced a challenge of modifying the structure of the user…

LUBUS Highlights January 2024

WordPress Sessions in Bangalore Ajit Bohra from the team visited Bangalore for a week to conduct several workshops and meet-ups organized by Team Codewalnut. As passionate Block Editor advocates, we always strive to educate people on how to leverage the WordPress Block Editor to its fullest potential. Ajit confidently shared his expertise on using Block Editor to write content, build pages, and even an entire website, while demonstrating how to set up global styles, and build template parts, templates, and patterns using Full Site Editing (FSE). In the year 2024, there are still doubts and concerns about whether WordPress is…

LUBUS Highlights December 2023

WordCamp Udaipur 2023 Our team had the pleasure of attending WordCamp Udaipur where Ajit Bohra spoke about “Getting Good With WordPress Playground”. We enjoyed the winter weather, and delicious food (especially the hot Parathas), and had great conversations with fellow WordPress enthusiasts both at and outside of WordCamp. It was an amazing experience! WordCamp Ahmedabad 2024 After attending WordCamp Udaipur, we had the opportunity to attend WordCamp Ahmedabad one week later. Ajit Bohra was present at the event and described it as nothing less than a flagship event. The next WordCamp team will make sure to attend this event in…

LUBUS Highlights November 2023

Venturing Into Consulting We have primarily focused on providing solutions to individuals and businesses by training our teams and building solutions for clients. However, we have recently had the opportunity to work with mid to enterprise-level clients, who have approached us for WordPress consulting services. We have onboarded a few clients to start this new offering and are finding it to be an interesting and valuable learning experience. We plan to share more insights on this soon. Bulk Messaging Platform Aside from working with WordPress, we also enjoy using Laravel, and we recently had the opportunity to help an SME…

Experimental Go To Top Plugin For WordPress

We have been strongly advocating leveraging WordPress packages to build plugins and apps. From using them on client projects to side projects we have embraced them as much as possible. We even shared our thoughts on the same at WordCamp Mumbai. As part of constant learning and discovery, we encourage our team to build things they want to. A few months back we were working with one of our client and they had this hard requirement of having a go-to top-button plugin with flexible customization. We vetted a few plugins and thought it was a good opportunity to build something…