Tutorials

WooCommerce Lottery Pick Number and how to avoid on hold for orders and duplicate numbers in orders

In pick number it is possible to have two users selecting same number unless things are properly set up. How that could happen? For example one user selects number and does not pay for order right away but later on whole order is still created ...
/ Dashboard, Tutorials

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 ...
/ Tutorials

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 ...
/ Tutorials

FAQ for WooCommerce Lottery and Pick Number mod addon

Here you can find answers to frequently asked questions. Feel free to contact us if you can't find answer to your question. Can users create their own lotteries? - Basically yes, only users who can add new products can create lotteries. You can use multiple ...
/ Tutorials

Display โ€œno resultsโ€ message when there are no results in WordPress shortcode

How to add custom message for shortcodes when there are no results. This applies to all of our plugins but we will do sample with Auction shortcodes. function wpg_action_woocommerce_shortcode_products_loop_no_results( $attributes ) { echo __( 'No auction(s) found.', 'my-lang' ); } add_action( 'woocommerce_shortcode_won_auctions_loop_no_results', 'wpg_action_woocommerce_shortcode_products_loop_no_results', 10, 1 ...
/ Tutorials

WooCommerce Lottery with Pick Number Mod video guide

We have created video tutorial for our Pick Number Mod addon. In order to have all options featured in video you will need latest WooCommerce Lottery and Pick Number Mod addon - you can find all about pick number mod features here ...
/ Dashboard, News, Tutorials

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 ...
/ Tutorials

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. WooCommerce Simple Auctions how to upload auctions using CSV file and WooCommerce ...
/ Dashboard, Tutorials

WooCommerce Lottery with Pick Number Mod how to manually add order

We have created two video tutorials about process of adding orders manually for user for Lottery product with ticket numbers and question / answers. First of all make sure you have latest WooCommerce Lottery and Pick Number Mod addon v2.4.0 - you can find all ...
/ Tutorials

Tutorials archive