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 and available for payment / checkou. In meantime other user purchased that number in other client's order. If 1st user tries to make payment order will go on hold due ...
/ 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 is needed because we do not have reliable way to track number of deals per user. I want to instantly finish group buy deal. How can I do that? - ...
/ 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 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 woocomerce_before_relist_failed_auction woocomerce_after_relist_failed_auction woocomerce_before_relist_not_paid_auction woocomerce_after_relist_not_paid_auction woocommerce_simple_auction_pay_reminder woocommerce_simple_auction_close_buynow woocommerce_simple_auction_delete_bid woocommerce_simple_auction_admin_history_header woocommerce_simple_auction_admin_history_row woocommerce_simple_auction_end_auctions_meta_callback woocommerce_simple_auction_after_delete_fom_watchlist woocommerce_simple_auction_after_add_to_watchlist woocommerce_simple_auction_closing_soon woocommerce_simple_auctions_changed_max_bid woocommerce_simple_auctions_changed_min_bid Example: <?php add_action( 'woocommerce_simple_auctions_before_place_bid, 'custom_function' ...
/ 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 vendor plugin which will allow you to add users who will be able to create products (lotteries). You can use multiple vendor plugin which will allow you to add users ...
/ 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 ); add_action( 'woocommerce_shortcode_my_active_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 interest to your users. This is not limited to our plugins you can use it for anything like next big discount, sale, new product coming to your store, maintenance ending, ...
/ 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 Import Tool Please make sure to check Simple Auction documentation for all details. FAQ item no 32 covers CSV import details ...
/ Dashboard, Tutorials

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 > Experiments > Loop. Topic is covered here https://wordpress.org/support/topic/extremely-slow-load-times-3/ with some users complaining about 2.5 sec extra loading time (we ...
/ News, Tutorials

Tutorials archive