Search found 7 matches

by amaische
Fri Jul 24, 2026 8:57 am
Forum: Community Help & Support
Topic: additional Pull-down-menu in admin-customers
Replies: 0
Views: 577

additional Pull-down-menu in admin-customers

Hello, I am currently working on showing all delivery addresses to an choosen customer in admin-customers. I want to show the countries as a pull-down-menu and with the country from the database as first country (like in the regular customer area). I do not understand how I have to use the class cd_...
by amaische
Wed Aug 20, 2025 9:49 am
Forum: Community Help & Support
Topic: database query in order_total-module not working
Replies: 2
Views: 33378

Re: database query in order_total-module not working

Dear Daniel,
thank you very much for your fast reply.
I change it to the "GLOBALS['db'] and everything is working :)
And yes, I had made a new module.
Anke
by amaische
Wed Aug 20, 2025 9:17 am
Forum: Community Help & Support
Topic: database query in order_total-module not working
Replies: 2
Views: 33378

database query in order_total-module not working

Hello, i want to add the following database query to the function process in e.g. ot_shipping.php (includes/modules/order_total): ...... $lese_ab = $db->query(sprintf(<<<'EOSQL' SELECT countries_iso_code_2 FROM countries WHERE countries_id = %d EOSQL , $order->billing['country_id'])); IF ($y_erg_ab ...
by amaische
Wed Nov 16, 2022 10:30 am
Forum: Community Help & Support
Topic: PHP 8 and menu dont work
Replies: 2
Views: 1220

PHP 8 and menu dont work

Hello, i have Phoenix v1.0.7.7 and just updated to PHP-Version 8.0.25. Unfortunately the menus (like languages, my account, shopping cart) on the user side do not work. The coding is there, but not active - but when clicking on the dropdown arrow no action/event is executed. The menus on the admin s...
by amaische
Wed Aug 18, 2021 9:44 am
Forum: Community Help & Support
Topic: List view instead of grid view
Replies: 12
Views: 38503

Re: List view instead of grid view

Unfortunately in the addon is no example how the list looks like. Therefore I have found a solution 1. As mentioned above change the setting in admin: products-per-row=row row-cols-1 row-cols-sm-1 row-cols-md-1 2. Change product_listing.php (templates-default-includes-components) (the following chan...
by amaische
Wed Aug 18, 2021 7:33 am
Forum: Community Help & Support
Topic: List view instead of grid view
Replies: 12
Views: 38503

Re: List view instead of grid view

Hello, thank you for the fast reply. If I do so, the image is really large (card-img=100%). If I change it to e.g. 50% it is better, but the text (containing products_model, products_name, products_price,etc) is still beneath the image and not besides the image in the same row. How can I change this...
by amaische
Wed Aug 18, 2021 7:15 am
Forum: Community Help & Support
Topic: List view instead of grid view
Replies: 12
Views: 38503

List view instead of grid view

Hello, I have installed Phoenix 1.0.7.7 and I want the product listing to be shown in list view, not in grid view. The user of the shop should not be able to choose between list or grid, the admin should make the adjustment. Is there an addon or have i overlooked something in the standard phoenix ? ...