-
Posted a reply to entered amount resetting on cart, on the site WordPress.org Forums:
fixed by adding braces to the if statement, add_filter('woocommerce_add_cart_item', 'add_donation_item'); function add_donation_item($item) { if ($item['data']->product_type… -
Posted a reply to entered amount resetting on cart, on the site WordPress.org Forums:
Example: Amount 5.00 entered on product page, donate button clicked, Item added to cart. View… -
Created a topic, entered amount resetting on cart, on the site WordPress.org Forums:
So when entering an amount on the product page and cli…