• Resolved mckernanin

    (@mckernanin)


    Hey there,
    There’s an undefined index error on every page, which is fixed by adding the following inside the rv_redirect_to_url function:

    
    if ( ! isset( $_REQUEST['add-to-cart'] ) ) {
    	return;
    }
    

The topic ‘Undefined index error’ is closed to new replies.