Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Allowing 0% discount (no discount) for abandoned cart reminders#6

Open
vallka wants to merge 2 commits intoPrestaShop:devfrom
vallka:dev
Open

Allowing 0% discount (no discount) for abandoned cart reminders#6
vallka wants to merge 2 commits intoPrestaShop:devfrom
vallka:dev

Conversation

@vallka
Copy link

@vallka vallka commented Nov 22, 2018

In ver. 1.6.* it was possible to send simple reminders with no discounts

@vallka vallka changed the title Allowinf 0% discount (no discount) for abandoned cart reminders Allowing 0% discount (no discount) for abandoned cart reminders Nov 22, 2018
@Progi1984
Copy link
Member

Hello @vallka , thanks for your contribution, would you mind to rebase your pull request? Thanks

);
if (false !== $voucher) {
// allowing to use 0 discount
//if (false !== $voucher) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented line ;)

Co-Authored-By: LouiseBonnard <32565890+LouiseBonnard@users.noreply.github.com>
@LouiseBonnard
Copy link

Hi @vallka, thanks for your contribution here! Do you want this behavior (leave 0 to disable the discount) to apply to all module cases (namely canceled carts, validated carts, good and bad customers) or only to the canceled carts case?

@LouiseBonnard LouiseBonnard added the waiting for PM Status: waiting for PM feedback label Apr 17, 2020
@vallka
Copy link
Author

vallka commented Apr 17, 2020 via email

@LouiseBonnard
Copy link

Actually, it can only be applied to canceled carts, other follow up emails are not compatible as they all mention the discount. I, therefore, suggest to:

  1. turn the name of the frame into Canceled carts (still localized in Modules.Reminder.Admin)
  2. change the information notification into For each canceled cart (with no order), generate a discount and send it to the customer. In this case, you can send only the reminder by leaving both discount fields to 0. (still localized in Modules.Reminder.Admin)
  3. make sure that, in this case, the content of the email does not mention any discount code

@Progi1984
Copy link
Member

Hello @vallka , thanks for your contribution, would you mind to rebase your pull request? Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants