• Using WooCommerce REST API with our plugins

    WooCommerce REST API is useful for creating headless shops and automating processes . Here we will show couple of examples where you can see how our plugins can be managed via Woo REST api like how to retrieve product data and how to create new auction product using WooCommerce REST API v3. First you will […]
  • Plugin updates – January 2022

    Current versions in January 2022 are – Simple Auctions v2.0.10, Lottery v2.1.3, Lottery Pick Number v2.2.1, Group Buy Deals v1.1.24. Before updating make backup and read changelog to see what’s new in updates.
  • How to Create Entry Lists for WooCommerce Lottery and Pick Number addon?

    For entry lists to work you will need WooCommerce Lottery plugin and WooCommerce Lottery / Raffles Pick Ticket Number Mod addon since entry lists make more sense with ticket numbers and feature is implemented in Pick Number addon in version v2.1.0 (Pick Number Mod addon is not mandatory entry lists work with WooCommerce Lottery just […]
  • Change number of products displayed per page

    One of the common inqury in our support tickets, unrelated to plugin functionality, was how to change number of products displayed on WooCommerce product archive page. Most themes come with settings page where you can change number of producs displayed, in fact you can change number of rows and columns per page but there are […]
  • Plugin updates – December 2021

    We published updates for couple of our plugins in December. Current versions are – Simple Auctions v2.0.8, Lottery v2.1.3, Lottery Pick Number v2.2.0, Group Buy Deals v1.1.24. Before updating make backup and read changelog to see what’s new in updates.
  • Black Friday / Cyber Monday discount and coupon code, current versions update

    We have nice promo running this week (until 30th Nov 2021) – all items in our store are 40% off. You can use coupon code blackfriday21 to get the discount once you are on checkout page. Our current versions for plugins: WooCommerce Lottery v2.1.2, Woo Lottery Pick Number Mod addon v2.1.0, Woo Simple Auctions v2.0.6. […]
  • Why we use and suggest real cronjobs for our plugins (and WordPress)?

    In this article we’ll explain benefits of using real UNIX cronjobs instead of interal WordPress cron. The default WordPress cron functionality checks on each page load for scheduled tasks that are due to run. This means wp-cron is not a true UNIX cron and actually runs more or less often based how much access to […]
  • Using Post Expirator plugin for ending soon lotteries, auctions and group buy deals

    Ever wanted to have category called ending soon or starting today which are automatically populated based on auction, lottery, deal end / start date? One client did it with a free plugin so he does not need to use widgets or shortcodes for that purpose. Plugin called Post Expirator does the trick – among other […]
  • Debugging in WordPress (WP debug tips)

    One of the most important things when developing is a way to locate source of the problem fast and with as much details as possible – which file and more specifially line of code caused the trouble. WordPress has solid debug logger which can be complement with 3rd party plugins like Query Monitor and Debug […]
  • WooCommerce Simple Auctions with SMS notifications

    Initial setup and requirements for WooCommerce Simple Auctions with SMS notifications In this tutorial we will explain how you can enable true SMS notifications for (your auction website powered by Simple Auctions): new bid, auction finished, auction won, outbid note, reminder to pay and reserve failed notifications. Developer also has specific integrations for many different […]