• Resolved catboulin

    (@catboulin)


    First TAB of plugin SHOULD BE Abandoned Carts LIST as before

    hello,

    I published my 5 stars review, thank you for the great plugin, but the latest update is a bit wrong in my opinion.

    The first tab of the plugin, when we click in WordPress menu for abandoned card, should be the abandoned carts list just as it was before, and not the new “dashboard” option.

    Not a big thing, just 1 more click, but when we spend our life clicking, it matters !

    Thanks again !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support priyankajagtap

    (@priyankajagtap)

    Hi @catboulin,

    Yes, I agree that each click matters ??

    Thanks a lot for your input on this matter. The Dashboard has been introduced to offer the site admin an overview of the abandoned and recovered cart statistics. It is already a part of our Pro version and now we’ve included it in our lite version as well so all our users can benefit from the same.

    We take the feedback for all our users seriously and appreciate you taking the time to let us know what works better for you. I have already forwarded this feedback to our development team.

    I hope you enjoy using our plugin and I am thankful to you for rating us a 5-star review.

    Do let us know if you have any questions.

    Thanks,
    Priyanka Jagtap

    Thread Starter catboulin

    (@catboulin)

    Thank you, I just checked another plugin, they also have a dashboard on the first page, but under it, you find the list of incomplete orders. If at least you could do this, it would be great ??

    Something else would be to send a notification message to admin when there is an incomplete cart. The other plugin team is now implementing it and it will be available soon ??

    Thanks again.

    Plugin Support priyankajagtap

    (@priyankajagtap)

    Hi @catboulin,

    I had a talk about this with our development team and they have implemented a custom hook for you which will open the Abandoned Orders tab when you click on Abandoned Carts submenu from the sidebar.
    ?
    I have uploaded “woocommerce-ac.php” file of our Abandoned Cart Lite plugin on the dropbox which contains the modified code to achieve your requirement. Below is the link to download the modified plugin file “woocommerce-ac.php“.
    Link: https://www.dropbox.com/s/bdlw5toos676qii/woocommerce-ac.php?dl=0

    Kindly download the same and replace the downloaded file with the existing file via FTP.
    Path: <WordPress Installation Directory/wp-content/plugins/woocommerce-abandoned-cart/<HERE>

    Once you will replace the provided plugin file then kindly add the below-provided custom code in the functions.php file of your currently active theme.
    Path: wp-content / themes / <your active theme folder> / functions.php

    Custom code:

    add_filter( 'wcal_default_tab', 'change_default_tab', 10, 1 );
    
    function change_default_tab( $action ) {
    return 'listcart';
    }

    Once you will add this custom code in your active theme’s functions.php file, please check and let us know whether clicking on Abandoned Carts submenu redirecting you to the Abandoned Orders tab or not.

    Let us know the result.

    >> Something else would be to send a notification message to admin when there is an incomplete cart.
    : This is possible to achieve with our Pro version of Abandoned Cart plugin. In the Pro version, there is an option “Send the Abandoned cart emails to” which allows sending an abandoned cart email to the customer and the site admin as well.
    Here is the screenshot for your reference: https://www.screencast.com/t/dzE9azSX8

    Feel free to let us know if you have any questions about it.

    Regards,
    Priyanka Jagtap

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First TAB of plugin SHOULD BE Abandoned Carts LIST as before’ is closed to new replies.