Attributes of items were getting an attribute_denomenation label
in the Woocommerce cart. This has been replaced (using jquery) with
"Donation Amount"
$(this).append('<a class="main-nav-link" href="' + parent_anchor +'">' + dropdown_page_text + '</a>' );
$(this).addClass('hide-before');
});
+ $(".woocommerce .cart_item dt.variation-attribute_denomination").each( function () {
+ $(this).text("Donation Amount");
+ });
});
\ No newline at end of file
$(this).append('<a class="main-nav-link" href="' + parent_anchor +'">' + dropdown_page_text + '</a>' );
$(this).addClass('hide-before');
});
+ $(".woocommerce .cart_item dt.variation-attribute_denomination").each( function () {
+ $(this).text("Donation Amount");
+ });
});
\ No newline at end of file