Search results for: woocommerce

Disable Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

10+

Remove Clear Link @ Variable Single Product Page

Remove clear link from attribute from single product page

product attributes on hover

a snippet to show product attributes in product archive grid layout

Change a currency symbol AMD to Դրամ

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

How To Allow Shop Manager to Manage Feeds?

#-- Allow Shop Manager to access Product Feed menus --# function allow_feed_menus_to_shop_manager() { return 'manage_woocommerce'; }…

<10

Buy with Prime

add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>

Buy with Prime

add_action( ‘woocommerce_after_add_to_cart_form’, ‘QL_add_text_under_add_to_cart’ ); function QL_add_text_under_add_to_cart () { global $product; ?>

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

Untitled Snippet

function custom_related_products_args( $args ) { $args['posts_per_page'] = 2; // Related products সংখ্যা $args['columns'] = 2; //…

WooCommerce - Add min height to title

Used to help the shopping buttons align vertically when the title line wraps irregularly due to…

George Faerber PRO
<10

Noindex Product Search Pages

This code snippet can be used to set noindex on WooCommerce product search pages.

200+

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

Action Scheduler Cleardown | Display Eventbrite Events

Eventbrite uses Action Scheduler to handle background tasks when background processing is enabled. By default, Action…

1 6 7 8 9