Author: Beka Rice

  • WooCommerce ZIP code fees: add charges per location

    WooCommerce ZIP code fees: add charges per location

    Add WooCommerce zip code fees to your products, letting you charge location based shipping and product fees.

  • Export GitHub issues to CSV or JSON files

    Export GitHub issues to CSV or JSON files

    Learn how to easily export GitHub issues to CSV or JSON files so that you can move or upload them to external systems.

  • Discontinued Products for WooCommerce

    Our Discontinued Products for WooCommerce plugin makes it easy to manage your inactive or end-of-life products. Install the plugin Once you have purchased Discontinued Products for WooCommerce, you can download the plugin files and copy your license key directly from the Order Confirmation page. You’ll also receive a confirmation email containing your license key and a…

  • [Dev] Shipping Calculator for WooCommerce

    Filters wsc_script_params Properties assigned to a global-scope variable containing WooCommerce Shipping Calculator settings passed to the front-end scripts. Arguments Example wsc_load_styles Filter to determine whether to load the plugin styles or not. wsc_load_scripts Filter to determine whether to load the plugin scripts or not. wsc_shipping_calculator_position_action Filter to change the position of the shipping calculator by…

  • Shipping Calculator for WooCommerce

    Shipping Calculator for WooCommerce lets customers check the shipping cost directly on the product page. Once you have purchased the plugin, you can download the plugin zip file from the Order Confirmation page. You should also receive a confirmation email containing your license key and a download link to the plugin. If you don’t receive this…

  • [Dev] Variation Prices for WooCommerce

    Variation Prices for WooCommerce contains a number of hooks that developers can use to customize the plugin’s behavior. Filters wc_variation_prices_is_product_affected Filter that allows you to override whether the plugin has any effect on a given product or under specific conditions. Returns a boolean. The following code snippet would make the plugin effective only on the Shop…

  • Variation Prices for WooCommerce

    Variation Prices for WooCommerce lets you change how prices for variable products are displayed in your store. Once you have purchased the plugin, you can download the plugin zip file from the Order Confirmation page. You should also receive a confirmation email containing your license key and a download link to the plugin. If you don’t…

  • [Dev] Product Sample for WooCommerce

    The Sample object Product Sample for WooCommerce uses a Sample object class which extends the WooCommerce WC_Data class in the same way that the WC_Product class does. This way, every property and method can be inherited and, eventually, adjusted to describe the sample properties, relative to the regular product it relates to. The main difference with a regular product is that a…

  • Product Sample for WooCommerce

    Product Sample for WooCommerce makes it easy for your customers to order a free or paid sample. Once you have purchased the plugin, you can download the plugin zip file from the Order Confirmation page. You should also receive a confirmation email containing your license key and a download link to the plugin. If you don’t…

  • [Dev] Discontinued Products for WooCommerce

    Discontinued Products for WooCommerce comes with a number of filters which allow you to customize the plugin’s behavior. Actions wdp_before_ajax_variations_discontinued This action is fired once before all variations of a variable product are discontinued by pressing the “Discontinue all variations” button. It receives one argument: string the id number of the product for which variations are being discontinued.…