om-reactv4.js

// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…

To Remove a Single Field From {all_fields}

This code snippet removes a single field from your email notifications while still using the {all_fields}…

<10

Remove Decimals

Removes decimal places from all prices

Remove Last Name at Checkout

Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only

Hide payment icons for trials

Hides the payment icons on checkout when the item in the card is a free trial

Enable Comments

Adds comment support to the download post type

Add Custom Taxonomy to Woocommerce Single Product Page

add_action( 'woocommerce_product_meta_end', 'wcv_add_brands_single_product' ); function wcv_add_brands_single_product() { global $product; $taxonomy = 'wcv_brands'; // The custom taxonomy…

1 72 73 74