Search found 370 matches

by burt
Thu Feb 15, 2024 10:25 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

I'm not familiar with Trustpilot, but this system seems to be a good fit, maybe. There is a "review request" module included; 1. Customer makes order - everything is as normal, some emails get scheduled 2. Shopowner after some days "completes" the order in admin - at this point s...
by burt
Wed Feb 14, 2024 5:06 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

How about an email for when there is only about less than 3 (or whatever you want to set) left :+1: I have set this to invoke if the Stock of any product in the order is <= 5 (this number can be changed by shopowner). Template: checkout_stock_tpl.jpg Produces this Email: checkout_stock_em.jpg
by burt
Wed Feb 14, 2024 9:48 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

-Maybe "anniversary"-mails: "Hey Mickey! It's been ten years since you created a profile at XYZ-shop. So great that you're still here! If you write this code "10-anni" in the comments of your next order we'll send you a little something as a thank you for the time that has ...
by burt
Tue Feb 13, 2024 2:43 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

Kofod95 wrote: Tue Feb 13, 2024 8:21 am -when a special on a followed product is about to end
A little bit more complicated. However;
end_special_tpl.jpg
Produces
end_special_email.jpg
Per customer subscribed.
by burt
Tue Feb 13, 2024 11:36 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

I'll take a look at the other Ideas this week, thanks @Xpajun :+1: @Kofod95 :+1:
by burt
Tue Feb 13, 2024 11:35 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Re: Queued Emails - the process

-When a "followed" product gets added to specials Template add_special_tpl.jpg Powered by adding a Special (on which there are customers[Road Runner & Mickey Mouse] subscribed) add_special_list.jpg The Queue after adding (as well showing Mickeys outgoing Email) add_special_Q.jpg
by burt
Mon Feb 12, 2024 4:21 pm
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 40
Views: 532

Queued Emails - Ideas and Chat

I'd like to get some more Scheduler Modules coded up, to make the Queued Emails system more rounded and more useable. View the Queued Emails process at https://phoenixcart.org/forum/viewtopic.php?f=28&t=2211 Can anyone think of an outgoing email where the email send time does not particularly ne...
by burt
Mon Feb 12, 2024 11:26 am
Forum: Community Help & Support
Topic: PHP Deprecated:
Replies: 4
Views: 180

Re: PHP Deprecated:

Replacing tep_* functions should be more or less straightforward. Old addons (or old custom code) usually need to be updated. EG: if an old addon uses this to get a products name; $products_name = tep_get_products_name($p, $l); It will create this error in the error_log; The tep_get_products_name fu...
by burt
Sun Feb 11, 2024 11:07 am
Forum: Community Help & Support
Topic: Addons, Addons, Addons - a month of Addons
Replies: 39
Views: 7070

Re: Addons, Addons, Addons - a month of Addons

v0.2 now includes a shop side page showing all available carts. One further update to this, the shop-side page now has the ability to display ALL of your created carts, or to display just one cart; yourshop.com/carts.php [display all] yourshop.com/carts.php?id=XYZ123 [eg show the XYZ123 cart only] ...
by burt
Tue Feb 06, 2024 4:42 pm
Forum: Community Help & Support
Topic: CE Phoenix will only allow me to load one product image
Replies: 18
Views: 3221

Re: CE Phoenix will only allow me to load one product image

Most likely your /images/ folder needs write permission (777 is it?).
Ask host if you are unable to change it yourself.