Home Forums WoodMart support forum Abbandoned cart

Abbandoned cart

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #641525

    simone_h1
    Participant

    Hello, I just updated the theme at the latest release, I would like to add the recovery cart.
    unfortunately the support page doesn’t show the image about the shortcode, could you please help me in order to have this option totally functional?
    thanks again

    SImone

    Attachments:
    You must be logged in to view attached files.
    #641722

    Luke Nielsen
    Keymaster

    Hello,

    Try to clear the browser cache. Also, here are the same screenshots:

    https://prnt.sc/v0zghVcgfxTM

    https://prnt.sc/nexlGGqehAlu

    https://prnt.sc/Cu1rjdQxk32E

    Let me know if you have any questions.

    Kind Regards

    #641836

    simone_h1
    Participant

    Unfortunately i do not have the reminder incomplete purchase notification.
    How can I add it?

    #641840

    Luke Nielsen
    Keymaster

    Hello,

    Make sure that you have updated the Core plugin in Dashboard -> Plugins.

    Let me know the result.

    Kind Regards

    #641853

    simone_h1
    Participant

    yes i did it!

    #641854

    simone_h1
    Participant

    i’m sorry was a problem of cache, now it’s there!

    #641861

    Luke Nielsen
    Keymaster

    Hello,

    Great! In this case, can the topic be closed?

    Have a good day!

    Kind Regards

    #641862

    simone_h1
    Participant

    Is it possible to avoid using the coupon on products already on sale?

    • This reply was modified 1 month, 4 weeks ago by simone_h1.
    #642286

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, at the moment it’s not possible to avoid using the coupon in such cases, we will consider it as a future request for our future updates.

    Kind Regards

    #642767

    simone_h1
    Participant

    thank you so much i appreciate that.
    best
    Simone

    #642908

    Luke Nielsen
    Keymaster

    Hello,

    You’re very welcome, Simone! We appreciate your feedback and will take it into account for future updates. If you need any further assistance, feel free to reach out.

    Best regards

    #656982

    Luke Nielsen
    Keymaster

    Hello,

    This custom will make it so that all coupons created by the abandoned cart function have the “Exclude sale items” option enabled:

    add_filter(
    	'woodmart_coupon_args',
    	function ( $args ) {
    		$args['exclude_sale_items'] = 'yes';
    
    		return $args;
    	}
    );

    https://monosnap.com/file/XPomXqaEIuAOK3L1aeCQn6iainX9ss

    You can create a future request here – https://woodmart.canny.io/feature-requests so our developers can take it into account.

    Kind Regards

Viewing 12 posts - 1 through 12 (of 12 total)