v1.6-v1.7 Abandoned Cart Reminder Pro Module

Root

System Boss
Staff member
Big Boss
Joined
Jun 1, 2018
Messages
1,139
Reaction score
18,477
Points
113
NullCash
74,213
abandoned-cart-reminder-pro.jpg


Demo:https://addons.prestashop.com/en/re...onment/16535-abandoned-cart-reminder-pro.html

Download:
 

Attachments

  • v1.6-v1.7 Abandoned Cart Reminder Pro Module.zip
    2.3 MB · Views: 35

supermatt

Active member
Elite
Joined
Jan 24, 2019
Messages
240
Reaction score
214
Points
43
NullCash
52
don't work on PS 1.7.4.4. error 404 on cronjob link
 

freiserk

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Master
Joined
Jan 24, 2019
Messages
3,495
Reaction score
6,549
Points
113
NullCash
33,480
Thanks, testing...
 

Delaney

Member
XNullUser
Joined
Feb 25, 2019
Messages
270
Reaction score
10
Points
18
NullCash
46
thx

---- Automatically Merged Double Post ----

same version
 
Last edited:

Takio

Well-known member
Master
Diamond
Elite
Joined
Feb 13, 2019
Messages
494
Reaction score
1,680
Points
93
NullCash
14,006
don't work on PS 1.7.4.4. error 404 on cronjob link

I don't have installed this module yet, but if the cronjob doesn't work, my guess is probably for a (stupid) link reason, so my 2 cents is to check carefully the name of the module and compare it with the name (of the module) in the cronjob.

I explain:

On PS inferior to 1.7, the module ps_reminder was called followup, so the cron was:

Code:
.../modules/followup/cron.php?secure_key=16-DIGITS-KEY-HERE

But starting with PS1.7, the module was renamed ps_reminder, but the cron is still unchanged on the BO from the module, as in the BO from PS1.7.5.1, it still show:

Code:
.../modules/followup/cron.php?secure_key=16-DIGITS-KEY-HERE

Of course, if you make a cronjob with .../followup/... instead of .../ps_reminder/... , that's will never work, and you will get a splendid 404 error!

So to work correctly, the cron must be:

Code:
.../modules/ps_reminder/cron.php?secure_key=16-DIGITS-KEY-HERE

Another thing to check, if you use Prestashop with one or more language than English (let's say French to keep the things simple), is that the mails are present in the folder NAME-OF-THE-MODULE/mails/fr/ ... because without mail to send for all additionals languages, the cronjob will give a superb 404 error.
 

ko2x

Well-known member
☆ Pro ☆
Master
Diamond
Elite
Joined
Jan 17, 2019
Messages
1,040
Reaction score
3,381
Points
113
NullCash
4,167
many thanks, working well....
 
Top