you forgot an ‘=’ causing the plugin not to work
-
hi in wpc-utilities.php on line 809 you forgot an =
<a href="?add-to-cart'.esc_html($product->get_id()).'"
but this should be:
<a href="?add-to-cart='.esc_html($product->get_id()).'"
Have a good day ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘you forgot an ‘=’ causing the plugin not to work’ is closed to new replies.