Search found 369 matches

by burt
Wed Apr 17, 2024 8:22 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 38
Views: 516

Re: Queued Emails - Ideas and Chat

Thank you for the feedback, much appreciated.

As a side note, I am still looking for ideas for Scheduler Modules (the ones that send an email to the Queue)...so if anyone has any ideas, I'm all ears.
by burt
Tue Apr 09, 2024 9:25 am
Forum: Community Help & Support
Topic: 1.0.9.1 Questions / Comments / Concerns
Replies: 4
Views: 151

1.0.9.1 Questions / Comments / Concerns

Update instructions (from 1.0.9.0): https://github.com/CE-PhoenixCart/Updates/blob/master/1.0.9.1/1.0.9.0/README.md Release: https://github.com/CE-PhoenixCart/PhoenixCart/releases/tag/v1.0.9.1 This is the 1.0.9.1 release which removes legacy code and functions. Thank you to all supporters of the Pr...
by burt
Mon Apr 08, 2024 2:40 pm
Forum: Community Help & Support
Topic: 2Checkout - error processing your credit card
Replies: 4
Views: 98

Re: 2Checkout - error processing your credit card

I'm not sure that `before_process` function does anything, as $_POST credit_card_processed is not set up anywhere. So it will always fail.

Try deleting out that block of code you pasted in the message above.
Save the file and try again.
by burt
Fri Apr 05, 2024 2:43 pm
Forum: Community Help & Support
Topic: PHP to extract Product Color Options
Replies: 11
Views: 1042

Re: PHP to extract Product Color Options

That's great, well done.
You might like to upload it as an addon so that other users can benefit.

https://phoenixcart.org/forum/addons/
by burt
Wed Apr 03, 2024 8:21 am
Forum: Community Help & Support
Topic: Character Limit Search/Advanced Search
Replies: 2
Views: 62

Re: Character Limit Search/Advanced Search

MyGamesShop wrote: Wed Apr 03, 2024 12:24 am Is there a setting to limit the number input?
There is no limit.
by burt
Wed Mar 27, 2024 11:44 am
Forum: Community Help & Support
Topic: Working really hard EVERY DAY for you...
Replies: 0
Views: 53

Working really hard EVERY DAY for you...

We're working really hard in the background EVERY DAY. I can't (yet) show what works is being done; it is pretty awesome, and we should be able to show a Demo very very soon. If you haven't yet had the opportunity to help Phoenix, now would be a great time for your business to get involved; https://...
by burt
Mon Mar 25, 2024 9:36 am
Forum: Community Help & Support
Topic: New error
Replies: 1
Views: 62

Re: New error

1. Always state your Phoenix Version
2. Always state if you have modified your Phoenix with addons (not all of them, but any addons that might affect the area where the error is).

This is a UPS error.
You should therefore be asking this question where-ever you downloaded the addon from.
by burt
Mon Mar 25, 2024 9:33 am
Forum: Community Help & Support
Topic: Add product_id to Schema and Opengraph for Pixels?
Replies: 1
Views: 46

Re: Add product_id to Schema and Opengraph for Pixels?

These instructions are for Phoenix 1.0.8.19 and blow. These instructions are not for 1.0.8.20 onwards, where you can do all this with a hook. 1.0.8.19 and below For schema I believe it is productID , so; $schema_product['productID'] = (int)$product_info['products_id']; placed just above $data = json...
by burt
Sat Mar 23, 2024 3:46 pm
Forum: Community Help & Support
Topic: Site Secure Emblem Placement
Replies: 6
Views: 137

Re: Site Secure Emblem Placement

There must be some instructions on the godaddy as to where it needs to be placed. If you can link to their help pages, or post some more details, advice can better be given. You need to ~always~ state what version of Phoenix you are using, when asking for help, as instructions might be different dep...