Betalen op factuur, order automatisch op in behandeling zetten.
Orderstatus wijzigen van betalen op factuur. Activeer betalen met cheque Plaats onderstaande code in functions.php van je thema of Code Snippets
Lees meerCategorie omschrijving verplaatsen onder producten
Voeg dit toe aan je functions.php of de Code Snippets plugin.
Lees meerNog x euro voor gratis verzending
1.Plaats het PHP bestand uit deze zip in je child-theme folder Download file (wel eerst uitpakken!) 2. Activeer gratis verzending binnen de verzendmethodes 3. Voeg toe aan functions.php van je child-theme // shipping notification require_once('shipping-notification.php'); 4. Voeg toe aan style.css .delivery-schedule { display: block; background: rgb(38, 47, 51); padding: 15px 0;...
Lees meerAantal producten per pagina WooCommerce
Voeg deze code toe aan functions.php van je thema of Code Snippets.
Lees meerWooCommerce extra status toevoegen
// New order status AFTER woo 2.2 add_action( 'init', 'register_my_new_order_statuses' ); function register_my_new_order_statuses() { register_post_status( 'wc-invoiced', array( 'label' => _x( 'In productie', 'Order status', 'woocommerce' ), 'public' => true, 'exclude_from_search' => false, 'show_in_admin_all_list' => true, 'show_in_admin_status_list' => true, 'label_count' => _n_noop( 'In productie <span class="count">(%s)</span>', 'In productie<span class="count">(%s)</span>', 'woocommerce' )...
Lees meerAlgemene voorwaarden standaard aangevinkt in checkout
Voeg in functions.php van je thema toe of in Code Snippet plugin.
Lees meerPassword strength meter uitschakelen
Voeg deze code toe aan function.php van je thema of Code Snippets.
Lees meerAlleen gratis verzending + afhalen
Voeg deze snippet toe aan de functions.php van je thema of aan Code Snippets
Lees meerSorteervolgorde WooCommerce eigenschappen / attributes
Sorteervolgorde WooCommerce eigenschappen aanpassen https://devanswers.co/change-woocommerce-variations-attributes-custom-sort-order/
Lees meerAlleen gratis verzending in WooCommerce
Voeg deze code toe aan je functions.php of Code Snippets
Lees meer