1.0.9.9 Questions / Comments / Concerns / Feedback

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4551
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.9 Questions / Comments / Concerns / Feedback

Post by burt »

rupruprup wrote: Tue Jan 07, 2025 2:22 pm perhaps you should think about combining checkout shipping and checkout payment to one single page now ?
We'd be happy to take a look at anything you (or a developer you get to make it) comes up with in this area.

It would be awesome to be able to switch a different style checkout on/off depending on location (see Fred @bonbec post just above).
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
User avatar
burt
Core Team
Posts: 4551
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.9 Questions / Comments / Concerns / Feedback

Post by burt »

rupruprup wrote: Tue Jan 07, 2025 4:34 pm this happens on my installation if try to access a product thats does not exist anymore
TY

https://github.com/CE-PhoenixCart/Phoen ... f414555390
I am not here to build for you.
I am here to build with you. Let's help each other.
rupruprup
Member
Posts: 44
Joined: Thu Nov 05, 2020 7:39 pm
Phoenix Version: v1.0.9.10
Has thanked: 6 times
Been thanked: 3 times

Re: 1.0.9.9 Questions / Comments / Concerns / Feedback

Post by rupruprup »

this is fixed but now I get this on products that have 1 image only
[07-Jan-2025 18:08:38 Europe/Berlin] PHP Fatal error: Uncaught Error: Undefined constant "GALLERY_SWIPE_ARROWS" in /includes/hooks/shop/product_info/gallery.php:27
Stack trace:
#0 /includes/system/versioned/1.0.8.1/hooks.php(149): hook_shop_product_info_gallery->listen_injectBodyEnd(Array)
#1 /includes/components/template_bottom.php(57): hooks->cat('injectBodyEnd')
#2 /includes/pages/product_info.php(32): require('...')
#3 product_info.php(27): require('...')
#4 {main}
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.9 Questions / Comments / Concerns / Feedback

Post by raiwa »

Seeing the following errors in a live shop:

Code: Select all

PHP Warning:  Undefined array key "manufacturers_seo_title" in /is/htdocs/xxxxxxxxxxxx/includes/classes/manufacturer.php on line 26
PHP Warning:  Undefined array key "manufacturers_name" in /is/htdocs/xxxxxxxxxxxx/includes/classes/manufacturer.php on line 26
PHP Warning:  Undefined array key "manufacturers_image" in /is/htdocs/xxxxxxxxxxxx/includes/classes/manufacturer.php on line 26
PHP Warning:  Undefined array key "manufacturers_description" in /is/htdocs/xxxxxxxxxxxx/includes/classes/manufacturer.php on line 26
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
burt
Core Team
Posts: 4551
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.9 Questions / Comments / Concerns / Feedback

Post by burt »

Please check to make sure that this shop has no orphaned manufacturers in the DB table(s).

manufacturer_name should never be empty.
I am not here to build for you.
I am here to build with you. Let's help each other.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: 1.0.9.9 Questions / Comments / Concerns / Feedback

Post by ecartz »

raiwa wrote: Tue Jan 14, 2025 10:52 am Seeing the following errors in a live shop:
Try it with https://github.com/CE-PhoenixCart/Phoen ... ace2a3a0e9 so that you can see what manufacturer/language is failing to load.
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.9 Questions / Comments / Concerns / Feedback

Post by raiwa »

burt wrote: Tue Jan 14, 2025 11:34 am Please check to make sure that this shop has no orphaned manufacturers in the DB table(s).

manufacturer_name should never be empty.
Checked and all manufacturer names are filled in. There are no orphan entries. Manufacturer and manufacturer_info entries are matching.
ecartz wrote: Tue Jan 14, 2025 11:39 am Try it with https://github.com/CE-PhoenixCart/Phoen ... ace2a3a0e9 so that you can see what manufacturer/language is failing to load.
Added and will report back.
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
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.9 Questions / Comments / Concerns / Feedback

Post by raiwa »

Small layout issue in address_book.php with bootstrap5 template:
adress_book_bs5.png
You do not have the required permissions to view the files attached to this post.
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
burt
Core Team
Posts: 4551
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.9 Questions / Comments / Concerns / Feedback

Post by burt »

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.9 Questions / Comments / Concerns / Feedback

Post by raiwa »

raiwa wrote: Tue Jan 14, 2025 1:53 pm
burt wrote: Tue Jan 14, 2025 11:34 am Please check to make sure that this shop has no orphaned manufacturers in the DB table(s).

manufacturer_name should never be empty.
Checked and all manufacturer names are filled in. There are no orphan entries. Manufacturer and manufacturer_info entries are matching.
ecartz wrote: Tue Jan 14, 2025 11:39 am Try it with https://github.com/CE-PhoenixCart/Phoen ... ace2a3a0e9 so that you can see what manufacturer/language is failing to load.
Added and will report back.
The error shows when a manufacturer id is tried to access which does not exist anymore in the database.
Probably old bookmarks/google search results.
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


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