It seems like there are some PHP errors in my code where the index variable is not set. How could I fix it? Fill About.php Errors I get Notice: Undefined variable: index in /home/r328061/koopia/wp-content/themes/plaza/about.php on line 51 Notice: Undefined variable: index in /home/r328061/koopia/wp-content/themes/plaza/about.php on line 62 style=”float: right;” src=”Picture URL” alt=””/> Notice: Undefined variable: index in /home/r328061/koopia/wp-content/themes/plaza/about.php on line 77
Tag: notice
Change wc_empty_cart_message function in WooCommerce 3.1
I’ve been trying to change my layout for the empty-cart message. I’ve removed the action, and try to replace it. I’d like to change the htm structure output from: to: My actual code (in functions.php file of my theme): But this code doesn’t work. Does anyone has a suggestions on how to make this work? Answer Here below is the
Remove checkout notice from plugin Points & Rewards in WooCommerce
I’m using the WooCommerce plugin “Points & Rewards” which displays two notices in my checkout. I found the code of the notice generation in the plugin: public function __construct() { …. …