|

Warning: Cannot modify header information – headers already sent

How to fix “Warning: Cannot modify header information – headers already sent” error? Do have something like this error on your WordPress site? To fix this, I simply go to this folder directory “/public_html/wp-content/themes/template/” and find the “file.php”. Open this to your text editor, mine is Dreamweaver. You will see before the php code ”

| |

Woocommerce add to cart redirection using WooCommerce – Gravity Forms Product Add-Ons plugins.

After clicking add to cart button in product category, this will be redirecting to single product and the same time your current product is added to cart page. How to do that? Follow the steps bellow. Step 1: Make sure to change the product URL. Just add “?add_to_cart=true” after the product URL. Example. http://www.wptaskforce.com/product/baby-boy-bouquet/?add_to_cart=true Step…