Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abandoned cart email needs customization #5

Open
derbas2 opened this issue Mar 14, 2024 · 1 comment
Open

Abandoned cart email needs customization #5

derbas2 opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@derbas2
Copy link

derbas2 commented Mar 14, 2024

Hello,

I've encountered a few issues with the Brevo default abandoned cart template that I'd like to address:

  • The loop for cart products in the template expects item/items. For this extension to function correctly, it should be switched to products/product.
  • The template expects a "name" field, but the event provides product_name. To resolve this, you should use {{product.product_name}}.
  • Product and image URLs are not being imported, resulting in only a list of product names appearing in Brevo.
  • The default 'back to cart' link provided by Brevo does not work. It should be replaced with the URL from your shop (e.g., .../checkout/cart/).

Thank you for looking into these issues.

@dadolun95 dadolun95 pinned this issue Mar 19, 2024
@dadolun95 dadolun95 added the bug Something isn't working label Mar 19, 2024
@dadolun95
Copy link
Owner

Thank you @derbas2 for the issues segnalation, I will apply some fixes as soon as possible.

@dadolun95 dadolun95 self-assigned this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants