Search found 8 matches

by swguy
Wed Mar 29, 2023 5:16 pm
Forum: Community Help & Support
Topic: Adding support for PHP 8.1?
Replies: 19
Views: 18177

Re: Adding support for PHP 8.2?

burt wrote: Sun Mar 12, 2023 2:26 pm What part(s) of Phoenix fail in 8.2 ?
I'm finding a few warning logs in PHP 8.1. I'm opening issues for them and would be happy to PR.
by swguy
Tue Mar 28, 2023 6:49 pm
Forum: Community Help & Support
Topic: Sort function Order cannot be changed -> sort_order
Replies: 4
Views: 1312

Re: Sort function Order cannot be changed -> sort_order

The price is already at the top of the product info page by default, perhaps you've changed it? Check Modules > Content, then scroll down to Price / product_info. Click edit and change the sort order. Note that the Content Width is only 3, so something else could show on the same line. You could mak...
by swguy
Tue Mar 28, 2023 6:14 pm
Forum: Community Help & Support
Topic: The settings for SMTP are missing
Replies: 3
Views: 1799

Re: The settings for SMTP are missing

PHP's mail() function only uses SMTP on Win32. If your are hosting on Linux, it uses Sendmail.
See https://www.php.net/manual/en/function.mail.php
by swguy
Tue Mar 28, 2023 4:50 pm
Forum: Community Help & Support
Topic: Moving files to includes/system/versioned
Replies: 3
Views: 1052

Re: Moving files to includes/system/versioned

Definitely these threads were helpful.

Hope all is well with you!
by swguy
Tue Mar 28, 2023 4:45 pm
Forum: Community Help & Support
Topic: Adding support for PHP 8.1?
Replies: 19
Views: 18177

Re: Adding support for PHP 8.2?

Possibly the same question @cdgo intended: when will the home page for PhoenixCart show that it has been tested higher than 8.0 (what it shows now)? Seems like it might be reasonable to bump that number to at least 8.1, if not 8.2.
by swguy
Tue Mar 28, 2023 10:14 am
Forum: Community Help & Support
Topic: Moving files to includes/system/versioned
Replies: 3
Views: 1052

Re: Moving files to includes/system/versioned

I see there are some nice details on this specific change in this forum post:
viewtopic.php?f=10&t=923
by swguy
Tue Mar 28, 2023 9:57 am
Forum: Community Help & Support
Topic: Moving files to includes/system/versioned
Replies: 3
Views: 1052

Moving files to includes/system/versioned

What is the philosophy around moving files to the includes/system/versioned folder and the changes that occur around that? For example, in version 1.0.8.7, the shopping cart get_products() function returns an array of objects, whereas in 1.0.0.0, returns an array of arrays. You have done a nice job ...
by swguy
Mon Mar 27, 2023 10:03 pm
Forum: Community Help & Support
Topic: Adding support for PHP 8.1?
Replies: 19
Views: 18177

Re: Adding support for PHP 8.2?

The basic operations seem solid for PHP 8.2. Nicely done, Burt and team!