Would be nice to control if a fee displays in add to cart form. Currently, i just unset the fees key in the form via hook_form_alter
Would be nice to control if a fee displays in add to cart form. Currently, i just unset the fees key in the form via hook_form_alter
Comments
Comment #1
mrfelton commentedI have added the option to specify if a fee should be displayed on products or not. You can specify this for each individual fee when creating/editing the fee.
Committed to CVS.
Comment #2
omerida commentedthank you!