• Resolved baudouin88

    (@baudouin88)


    Great plugin, however when you allow the Customer to checkout without an account, if you click on Shopping cart from the Checkout page, exempledotcom/cart is redirected to exempledotcom/cart/account

    In my case It throws me a 404 of course.

    I’ve been looking the code for quite some time but I didn’t find where the problem comes from.

    • This topic was modified 5 years, 3 months ago by baudouin88.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @baudouin88,

    Thanks for reaching out to us and sorry for the inconvenience.

    Please follow the below steps to resolve your query.

    Path: “plugins\woo-quick-cart-for-multiple-variations\public\class-variant_purchase_extended-public.php”

    You can find the code if the user not logged in then it is redirected to the account page.

    So, if you getting an error then, just remove or comment that code.

    In “wqcmv_add_to_cart_for_registered_user” this function:

    /*else {
    wp_redirect(‘account’);
    }*/

    If still, you have any query then, you can create a support ticket from the below URL so, our technical team resolves your query quickly.

    Create support.

    Let us know still you need any further assistance.

    Thanks,

    Thread Starter baudouin88

    (@baudouin88)

    Yes thank you very much for taking the time to reply. It’s a nice feature to add in the plugin admin interface as an option. Or maybe check the settings of woocommerce to see if guest checkout is enabled?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘/Cart redirected to /cart/account’ is closed to new replies.