• FAQ for WooCommerce Group Buy and Deals

    Here you can find answers to frequently asked questions. Feel free to contact us if you can’t find answer to your question. Is user registration necessary? – No, if you skip entering “max deals per user” option. If you need that option then user registration is needed because we do not have reliable way to […]
  • Elementor Loop Templates Performance Issues

    With recent update Elementor introduced Elementor Loop skins / templates for you can skin objects inside WordPress archive / loo pages like post archive or category, product list, etc. Feature is resrouce heavy and can cause a lot of performance issues so we advise to disable it (along with Landing Pages feature) in Elementor Settings […]
  • 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 […]
  • 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 […]
  • 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 […]
  • Hooks Visual Guide – WooCommerce Single Product Page Actions

    Hooks visual guide will help you customize your WooCommerce pages by rearranging elements or adding additional features on single product page. Template hooks are convenient for customizing templates of our plugins like Simple Auctions, Lottery and Group Buy. Easily move and rearrange page elements like progress bar, buy now, texts, countdown timers etc. since all […]
  • Icons missing in product list for auctions, lotteries and group buy / deals

    We had a lot of inquries about missing icons in product type column WooCommerce product list. Users were asking why icons vanished in WooCommerce product list and how can they get it back. From WooCommerce 3.4.0 update, WooCommerce developers removed that column in product list (as a result of users’ feedback). There is way to […]
  • Using code snippets and template customizations in child theme

    Every now and then you need to modify plugin or theme’s templates, add some code snippet or change couple things using CSS. Best way to include your changes and make them update proof is to do it via child theme. Child theme is special theme that loads parent theme files from parent theme folder and […]
  • Complete List of WordPress Language Locales

    List of WordPress locales useful for multilanguage and translations. It can be set in WordPress Settings or in wp-config.php using constant WPLANG like: define( 'WPLANG', 'es_ES' ); Locale Name Native Name Locale Code WordPress Locale Afrikaans Afrikaans af af Akan Akan ak ak Albanian Shqip sq sq Algerian Arabic ุงู„ุฏุงุฑุฌุฉ ุงู„ุฌุฒุงูŠุฑูŠุฉ arq arq Amharic แŠ แˆ›แˆญแŠ› […]