wordpress - php error when removing product from cart - woocommerce -
i've set woocommerce store , working i'd expect apart when remove item basket error displayed:
warning: cannot modify header information - headers sent (output started @ /mysite/wp-content/plugins/woocommerce/templates/single-product/title.php:15) in /mysite/wp-includes/pluggable.php on line 1196
i've checked functions.php spaces above , below php no avail. can shed light on possible culprit , how might resolve issue?
resolved issue.
i had created series of hooks in functions.php file causing number of store wide conflicts. removing them fixed everything.
Comments
Post a Comment