• New shortcode in WooCommerce Simple Auctions for any WordPress visual builder

    We listened to our clients and introduced this handy feature. From WooCommerce Simple Auctions version 3.0 we have introduced special shortcode which display template parts for single auction page. Shortcode example is below: This is useful for any visual builder like Avada Builder, WP Bakery Visual Composer, Beaver Builder, Divi Builder, Oxygen Builder, Themify Builder, […]
  • Bid Input Form Fixes for Some Themes

    We have noticed that some themes are changing default quantity input field and controls from default WooCommerce one. That can cause misaligment of those fields and fixes are needed for such cases. Here are ready made fixes in form of code snippets or copy paste CSS for those who experienced described problems: https://pastebin.com/fyQWyBJTย  – fix […]
  • WooCommerce Simple Auctions v3.0 bidder verification and auto charge for won auctions

    We have released new update for WooCommerce Simple Auctions v3.0 with two new features you asked for: allow bids if user has stored credit card and auto charge for won auctions if user has stored credit card. These new features work with WooCommerce Stripe Payment gateway. First one allows users which have valid payment option […]
  • FAQ for WooCommerce Simple Auctions

    Here you can find answers to frequently asked questions. Feel free to contact us if you canโ€™t find answer to your question. Do you have list of hooks and filters? – Yes, hook list is below: woocommerce_simple_auctions_before_place_bid woocommerce_simple_auctions_outbid woocommerce_simple_auctions_proxy_outbid woocommerce_simple_auctions_place_bid woocommerce_simple_auctions_log_bid woocommerce_simple_auctions_place_sealedbid woocommerce_simple_auction_started woocommerce_simple_auction_finished woocommerce_simple_auction_close woocommerce_simple_auction_fail woocommerce_simple_auction_reserve_fail woocommerce_simple_auction_won pre_get_auction_search_form woocommerce_before_bid_form woocommerce_before_bid_button woocommerce_after_bid_button woocommerce_after_bid_form woocommerce_product_options_auction woocommerce_simple_auction_do_relist […]
  • How to create countdown timer for event on your webshop for lottery draw, auction or group buy ending soon event

    We have received some inquries from our clients regarding countdown to an event on their page like Next Draw or Auction / Group Buy Event ending soon – basically you want to attract some attention to an event which ends soon and might be of interest to your users. This is not limited to our […]
  • WooCommerce Simple Auctions how to upload auctions using CSV file and WooCommerce Import Tool

    We have published video tutorial that explains how to automatically upload auctions using CSV file and WooCommerce Import Tool. To obtain WooCommerce Simple Auctions, WooCommerce extension which implements auctions in WooCommerce, click here. Please make sure to check Simple Auction documentation for all details. FAQ item no 32 covers CSV import details.
  • 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 […]
  • How to create auction lots with WooCommerce Simple Auctions

    In this tutorial we will explain simple solution to create auction lots for items in an optimized, flexible and easily customized way. Each item will be its own auction and we will use tags to group auctions into a lot for this purpose. Theme used is StoreFront along with some of our code snippets, we […]
  • 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 […]