Author: Beka Rice

  • [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…

    View more …

  • 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…

    View more …

  • [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.…

    View more …

  • 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…

    View more …

  • [Dev] Express Shop Page for WooCommerce

    Filters wc_express_shop_page_scripts_enabled_on_page Filter that allows you to override whether the plugin should enqueue it’s scripts and styles files on woocommerce page, or allow them to load on certain pages.Returns a boolean. Please consider that it is safe to use the WooCommerce conditional function is_woocommerce as a callback function name in this case because, by the time the…

    View more …

  • Express Shop Page for WooCommerce

    Express Shop Page for WooCommerce displays quantity fields and variation dropdowns directly on your shop and category pages. 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…

    View more …

  • Changing text in a plugin

    A simple way to change the text of a WordPress plugin is to use the Say What? plugin. This is a free plugin that lets you enter the original text you want to change (translate), the textdomain (the identifier the text is registered under, typically the plugin slug), and the new text you want to…

    View more …

  • Supporting plugin classic templates in block themes

    Add support for classic templates in block themes (like header and footer). Replace get_header and get_footer with block header and block footer template parts.

    View more …

  • How to add custom CSS to your site

    CSS lets you style your website pages, controlling color, fonts, spacing, and other layout components of your site. While our plugins all use CSS that should blend in seamlessly with WooCommerce, sometimes you may want to customize the style further to achieve a specific look or to better fit your brand. If you need to…

    View more …

  • How to update plugins

    We regularly release new versions of our plugins as they’re fixed, improved, or tested with new versions of WooCommerce and WordPress. We highly recommend installing updates as they become available to keep your site performant and secure. Updating a single site (typical) install Updates can be performed from the Plugins section of your site. You’ll…

    View more …