Author: Beka Rice
-
[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…
-
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] Shipping Calculator for WooCommerce hooks and filters
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…
-
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] 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.…
-
[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…
-
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…
-
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…
-
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.
-
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…
