Home › Forums › WoodMart support forum › Abbandoned cart
Abbandoned cart
- This topic has 11 replies, 2 voices, and was last updated 3 hours, 51 minutes ago by
Luke Nielsen.
-
AuthorPosts
-
February 27, 2025 at 8:37 pm #641525
simone_h1ParticipantHello, 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 againSImone
Attachments:
You must be logged in to view attached files.February 28, 2025 at 1:14 pm #641722
Luke NielsenKeymasterHello,
Try to clear the browser cache. Also, here are the same screenshots:
Let me know if you have any questions.
Kind Regards
February 28, 2025 at 6:07 pm #641836
simone_h1ParticipantUnfortunately i do not have the reminder incomplete purchase notification.
How can I add it?February 28, 2025 at 6:13 pm #641840
Luke NielsenKeymasterHello,
Make sure that you have updated the Core plugin in Dashboard -> Plugins.
Let me know the result.
Kind Regards
February 28, 2025 at 6:23 pm #641853
simone_h1Participantyes i did it!
February 28, 2025 at 6:25 pm #641854
simone_h1Participanti’m sorry was a problem of cache, now it’s there!
February 28, 2025 at 6:32 pm #641861
Luke NielsenKeymasterHello,
Great! In this case, can the topic be closed?
Have a good day!
Kind Regards
February 28, 2025 at 6:33 pm #641862
simone_h1ParticipantIs it possible to avoid using the coupon on products already on sale?
-
This reply was modified 1 month, 4 weeks ago by
simone_h1.
March 3, 2025 at 12:50 pm #642286
Luke NielsenKeymasterHello,
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
March 4, 2025 at 7:13 pm #642767
simone_h1Participantthank you so much i appreciate that.
best
SimoneMarch 5, 2025 at 11:19 am #642908
Luke NielsenKeymasterHello,
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
April 28, 2025 at 10:08 am #656982
Luke NielsenKeymasterHello,
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
-
This reply was modified 1 month, 4 weeks ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register