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).
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.
[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}
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 26Try it with https://github.com/CE-PhoenixCart/Phoen ... ace2a3a0e9 so that you can see what manufacturer/language is failing to load.
Checked and all manufacturer names are filled in. There are no orphan entries. Manufacturer and manufacturer_info entries are matching.
Added and will report back.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.
The error shows when a manufacturer id is tried to access which does not exist anymore in the database.raiwa wrote: ↑Tue Jan 14, 2025 1:53 pmChecked and all manufacturer names are filled in. There are no orphan entries. Manufacturer and manufacturer_info entries are matching.Added and will report back.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.