1.0.9.4 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: New Phoenix Cart Admin Demo

Post by burt »

14Steve14 wrote: Wed Jul 03, 2024 7:39 am when editing a product with a longer name like Shiny red Apples the text looks all narrow at the top
TY
https://github.com/CE-PhoenixCart/Phoen ... d915f5dee4
I am not here to build for you.
I am here to build with you. Let's help each other.

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: 1.0.9.4 Questions / Comments / Concerns

Post by Fiber »

I think jpeg should be included here...
Turn up the Max
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: 1.0.9.4 Questions / Comments / Concerns

Post by burt »

Fiber wrote: Fri Jul 05, 2024 12:56 pm I think jpeg should be included here...
TY.
I am almost certain that anyone using jpeg knows that jpg means the same thing.
I am not here to build for you.
I am here to build with you. Let's help each other.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: 1.0.9.4 Questions / Comments / Concerns

Post by raiwa »

When the checkout success download module is installed, I get on checkout_success.php the following error on an updated shop:
Undefined constant "MODULE_CONTENT_CHECKOUT_SUCCESS_DOWNLOADS_CONTENT_WIDTH"
The admin module page needs to be accessed to get the constant defined.
Maybe it could be added to the update sql.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
Pierre_P
Contributor
Posts: 144
Joined: Fri Mar 12, 2021 5:06 am
Phoenix Version: v1.1.0.6
Has thanked: 21 times
Been thanked: 11 times

Re: 1.0.9.4 Questions / Comments / Concerns

Post by Pierre_P »

There is a missing configuration value for EMAIL_FROM - used in system/versioned/1.0.8.5/email.php

Code: Select all

if (defined('EMAIL_FROM')) {
        $sender_headers = ['From: ' . EMAIL_FROM, 'Reply-to: ' . $from];
        $from_addr = EMAIL_FROM;
      } else {
For now i did manually add it to my database
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: 1.0.9.4 Questions / Comments / Concerns

Post by Kofod95 »

Pierre_P wrote: Mon Jul 29, 2024 4:26 pm ... EMAIL_FROM ...
Not missing. Not everyone needs it, but you can add it if need be.
https://github.com/CE-PhoenixCart/Phoen ... y-to-email

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply