It’s that time of year! We are officially in the holiday buying season and it’s time to add your promotional offers to your eCommerce store. Convert first-time buyers into loyal customers and retain your existing customer base. Let’s take a look at some methods for rolling out promotional offers for your WooCommerce store: from coupon…
Category: Web Development
Easily Automate and Schedule Routine Tasks with CRON
Automation is a vital tool. It allows us to identify tasks that happen on a predictable schedule, define the process by which the tasks are done, and then remove ourselves from the burden of executing the tasks on that pre-defined and predictable schedule going forward. Automation is commonly associated with machines performing physical tasks, but…
Factors to Consider When Choosing an eCommerce Solution
A building is only as strong as the materials with which it’s built. The same goes for your website. It is only as good as the code base on which it is built. When dealing with tight deadlines and disappearing budgets, code quality is commonly one of the first things that gets sacrificed. This is…
Save WordPress Development Time by Replacing JavaScript with TypeScript
WordPress’s Gutenberg content editor is a UI framework built on React, an open-source front-end JavaScript library. The introduction of Gutenberg brought useful features and benefits of the React and JavaScript ecosystems to the WordPress content editing experience. The versatility of JavaScript is part of what makes it unique, practical, and convenient. JavaScript allows you to…