Button Digital
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: WooCommerce – Gravity Forms Product Add-Ons – Do not include amount in totalDid you find a solution to this? I am having the same issue. The total is getting put as a meta item.
i.e WooCommerce total = $80 Total from gravity forms = $178.
I can hide them in then cart, but not the email:
.woocommerce td.product-name .wc-item-meta li:last-child {
display: none !important;
}Forum: Plugins
In reply to: Remove gravity forms calculation fields in my woocommerce customer emailsDid you find a solution to this? I’m having the same problem.
I would update to the latest version.
I am happy to look at it if you like. Email me kyle@liquid50.com.
Kyle
Problem solved 🙂
NextGen file: ngg-config.php
from: require_once( WP_LOAD_PATH . ‘wp-load.php’);
to: require_once( WP_LOAD_PATH . ‘wp-admin/admin.php’);
Viewing 5 replies - 1 through 5 (of 5 total)