• When i click on the reorder button in my-account page it simply navigates to cart page with empty cart. This is the issue we are facing in recent times, Urgent support is needed ASAP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • pedrogianoto

    (@pedrogianoto)

    the same here!

    pedrogianoto

    (@pedrogianoto)

    In file ced-click-n-go-class.php I remove:

    if ( empty( $settings[ ‘selectedUsers’ ] ) and ! current_user_can( ‘administrator’ ) ) {
    return;
    }

    and also change

    function ced_cng_prefix_ajax_get_order_cart() {
    session_start();

    to

    function ced_cng_prefix_ajax_get_order_cart() {
    if ( ! session_id() ) {
    session_start();
    }


    works now!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.