• Resolved francismacomber

    (@francismacomber)


    Love what you’re doing with this plugin. The standard variation table desperately needs modernization.

    I did notice, however, that your Cart Confirmation Notice only displays an option to “Continue Shopping” and shows no option to “View Cart” or “Checkout”.

    The majority of our customers place a single order and want to check out immediately. I like the option of being able to choose whether to continue shopping or jump to the cart, but really isn’t “continue shopping” what happens by default anyway with an ajax add to cart submission? If anything, the default dialogue after adding to cart should be an option to “view cart”.

    Again, love the plugin. I hope this feedback helps with improving it.

    Note: I also think it would improve the layout to show the description on a newline beneath the variation title and not create a separate table column for it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter francismacomber

    (@francismacomber)

    Update: So I just discovered that changing the woocommerce setting “add to cart behavior” and disabling “Redirect to the cart page after successful addition” (which seemed to have no affect with this plugin) causes the “added to cart” confirmation dialogue to show a link to cart instead of “continue shopping”.

    This looks like a woocommerce quirk.

    Plugin Author Hakik Zaman

    (@hakik)

    Hi @francismacomber

    Firstly thanks for your suggestions. I really liked the way you demonstrate the total scenario.

    Unfortunately, the confirmation notice is coming from either your theme (if your theme customized it) or WooCommerce.

    I just call the template file when a product is successfully carted. Here is an example-

    wc_get_template( "notices/{$notice_type}.php", array(
       'notices' => array_filter( $all_notices[ $notice_type ] ),
    ) ); 

    But you gave me a great idea. I will think about loading PVT template rather than WooCoomerce template to get notices.

    I hope I could clear your confusion.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart Confirmation Notice shows no option to go to cart or checkout’ is closed to new replies.