Search found 369 matches

by burt
Sun Mar 03, 2024 2:09 pm
Forum: Community Help & Support
Topic: First name and last name error
Replies: 7
Views: 153

Re: First name and last name error

Check in the database to ensure that the data for the customer is present. These would, I think, be the prime ones to look at for the customer in question ; address_book.entry_firstname address_book.entry_lastname customers.customers_firstname customers.customers_lastname If they are blank, there's ...
by burt
Fri Mar 01, 2024 4:33 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

When a Product is deactivated (status = off/red) When a Special is deactivated (status = off/red) I think this should also delete any linked emails from the Queue. A task for tomorrow. Also now done and in the codebase. How exciting. I have one more scheduler module made as prototype code, which ne...
by burt
Fri Mar 01, 2024 9:52 am
Forum: Community Help & Support
Topic: The Best Way to Update 1.0.7.18 site to 1.0.8.21?
Replies: 7
Views: 128

Re: The Best Way to Update 1.0.7.18 site to 1.0.8.21?

The amount of changes between 107.18 and 108.21 is enormous, see https://github.com/CE-PhoenixCart/PhoenixCart/compare/1.0.7.18...1.0.8.21 And with your core changes, it would be a *nightmare* to try to update. These words doesn't particularly help you to make a decision, but maybe the best course o...
by burt
Fri Mar 01, 2024 9:40 am
Forum: Community Help & Support
Topic: FUAI
Replies: 10
Views: 276

Re: FUAI

I'd be slightly reticent to use such a system as you might accidentally lock out (eg) the google-bot. If you lock that out, you might find your sales drop substantially. If you've factored that in and are ready to realise that there might be unintended side-effects from using such a system, it would...
by burt
Thu Feb 29, 2024 3:25 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

Some more hardcore coding today When a Product is deleted; When a Special is deleted; When a Customer is deleted; When an Order is deleted; Any emails linked to each of these is also deleted from the Queue. To Do When a Product is deactivated (status = off/red) When a Special is deactivated (status...
by burt
Wed Feb 28, 2024 11:32 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

Scheduler Module for Trust Pilot is in finalised testing This module gives absolutely the bare minimum details of your customer to Trust Pilot [TP], so is loads better than TP's suggestion of sending a BCC of your standard Phoenix "order" email (which obviously contains quite a lot of cus...
by burt
Sun Feb 25, 2024 3:01 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

Another feature of this system is that the Scheduled Emails are not created when they are inserted into the Queue. The email is constructed at the time of sending. This means that if shopowner changes the Template...all emails (of that Template) that are in the Queue...would react to the changed Tem...
by burt
Sun Feb 25, 2024 11:46 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

I've made a code change so that shopowner can now more easily make the scheduled email timings more interesting. Prior to code change, shopowner could do (eg) this: Schedule for 5 days from now. With this minor code change, shopowner can now do (eg) this: Schedule for 5 Days 1 Hour 4 Minutes and 3 s...
by burt
Sat Feb 24, 2024 2:04 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

And we now have a simple "thank you" Scheduler Module, which by default will schedule email for 4 hours after the customer order. I've always thought it strange that most sites send a thank you "immediately" - so obvious it's an automated email. Sending something 4 hours (not exa...
by burt
Fri Feb 23, 2024 9:27 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

I wanted to try to come up with a way to completely automate this Addon for your future customers ; https://phoenixcart.org/forum/app.php/addons/paid_addon/recover_abandoned_carts/ Obviously you may have many older customers for which this addon is still valuable. But let's go with customers from &q...