PDF Coupons WooCommerce is a plugin with tremendous sales opportunities for your store. The plugin has features to provide discounts, coupons, credits, and vouchers in the WooCommerce store. It is a great way to bring in new customers to your store and enjoy returning clients as well. In this ...
Blog
How to start e-commerce dropshipping store without inventory using WooCommerce
We have prepared a complete guide for people who want to start online store in the dropshipping model. By using the WooCommerce platform and our Dropshipping XML plugin, you will quickly start an online store without your own physical inventory. The store will import the products from a wholesaler ...
Products import to WooCommerce - new feature!
Do you remember how I wrote about variable product import? This time Marcin surprised us even more by implementing into Dropshipping XML plugin a new feature of products import to WooCommerce! It's about conditional logic, that allows to define very precisely which products should be imported ...
Color swatches for WooCommerce products with a free plugin
Enabling color swatches and more product options for WooCommerce products can increase your sales. The most popular solution is a WooCommerce product with variations. Today, I will show you how to change the product colors with swatches for simple and variable products and add custom fields using a ...
Import WooCommerce products with Dropshipping XML WooCommerce [plugin update]
We've released a new version of Dropshipping XML WooCommerce. Now, you may stop and activate the import, map tax classes, and choose which fields to skip in future imports. New features will work when you import products from any XML or CSV files to WooCommerce. Read how to use new options to import ...
How to set up coupon variations in WooCommerce?
Christmas gift cards are a quite popular form of promotion services and products. A bronze, silver, or gold voucher package can also be used in WooCommerce. They will encourage those customers who will not pay attention to the selected product offered in the standard formula. How can you easily ...
How to show the date picker on the WooCommerce product page
You may want to add custom fields to the WooCommerce product page, including a date picker. Let customers choose the exact day (or days) to receive products or services. Today, I will show you how to add a datepicker on the WooCommerce product page with a WordPress plugin. Reading the additional ...
How I Met Your Plugin
Until a few weeks ago none of us used the name Active Installs. In our heads and in casual conversations the term these charts functioned. But (as is often the case) the best ideas are not the result of a master plan but are created by the need of the moment. Recently no one would have thought that ...
Mutexes, Deadlocks and other developer nightmares
The use of atomic operations is a beautiful and simple solution to many problems that arise in multi-threaded environments where many processes attempt to modify the same data. Unfortunately, their use does not always solve the problem. The atomic operation is not always enough Imagine ...
Atomic operations in WordPress
As the famous saying goes, There are only two hard things in Computer Science: cache invalidation and naming things. The author of this saying has apparently never run into any problems with process synchronization. Threads... Threads everywhere It's easy to forget that although we usually ...