Search results for: woocommerce

Disable autogenerated shipping details schema for WooCommerce

This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products

<10

Enable WooCommerce Product Attributes in Search Appearance

By default, AIOSEO does not include support for WooCommerce Product Attributes in our Search Appearance settings,…

<10

Hide Price & Add to Cart for Non Logged in Users for Specific Products

This code snippet allows you to hide the price and 'Add to Cart' button for users…

WooCommerce number of archive products per page

Change WooCommerce Archive products number per page code snippet.

Szállítási módok elrejtése a Kosár oldalon

Ezzel a kóddal a Kosár oldalon lehet a szállítási módokat elrejteni, így a vásárlók azt csak…

تغيير عمله

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

Livrare 20kg plus

Cheltuielile de livare nu sunt incluse în prețul total la comenzile care depășesc 20 kg !…

Custom Heading above Qty (Woocommerce)

let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…

Remove Gutenberg Blocks Library CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…