Skip to navigation Skip to content
WPInstitut
  • Contact
  • Lost Password
  • Login
  • Home
    • Tutorials
    • Code Snippets
  • Support
  • Auctions For WooCommerce
    • Get Plugin
    • Video Tutorial
    • Documentation
    • Demo Website
    • Elementor Support
  • Competitions For WooCommerce
    • Get Plugin
    • Video Tutorial
    • Documentation
    • Demo Website
    • Elementor Support
  • @Woo.com
  • Home
    • Tutorials
    • Code Snippets
  • Support
  • Auctions For WooCommerce
    • Get Plugin
    • Video Tutorial
    • Documentation
    • Demo Website
    • Elementor Support
  • Competitions For WooCommerce
    • Get Plugin
    • Video Tutorial
    • Documentation
    • Demo Website
    • Elementor Support
  • @Woo.com
  • Automatically create a WC order when the auction ends (with Auctions for WooCommerce)

    Alex created code that programmatically creates a WooCommerce order when an auction (with bids) ends (thanks Alex!). You can use it as code snippet in your functions.php or as standalone plugin. Download it here https://github.com/f2pnt8/WooCommerce-Create-Order-on-Auction-End.
  • How can I place “Add to Watchlist” link to product archive page for all auctions?

    You can add this code (thx Mike) to your child theme functions.php file: // display "add to watchlist" on all product archive pages add_action( 'woocommerce_shop_loop_item_title', 'add_to_watchlist', 50 ); function add_to_watchlist() { global $product; if (isset($product) && $product == true) { wc_get_template('single-product/watchlist-link.php'); } }

Posts navigation

  • Previous
  • 1
  • 2
  • 3

[email protected]
Institut za Internete – small business © .

Sitemap
  • Home
  • Support
  • Auctions for Woo Documentation
  • Competitions for Woo Documentation
  • Code Snippets
  • Tutorials
WPInstitut
  • YouTube
  • About Us
  • Contact Us