Search found 36 matches

by beerbee
Sun Aug 03, 2025 9:17 am
Forum: Community Help & Support
Topic: Queued Emails i18n
Replies: 16
Views: 115083

Re: Queued Emails i18n

Tried. Works.

Kind regards
Christoph
by beerbee
Thu Jul 31, 2025 11:06 am
Forum: Community Help & Support
Topic: Queued Emails i18n
Replies: 16
Views: 115083

Re: Queued Emails i18n

Hi Gary,
got an error Unknown column 'languages_id' in 'field list', because languages_id was missing in the outgoing table.

Tested with all three included modules, works fine, thanks a lot!

Kind regards
Christoph
by beerbee
Tue Jul 29, 2025 12:13 pm
Forum: Community Help & Support
Topic: Queued Emails i18n
Replies: 16
Views: 115083

Re: Queued Emails i18n

Hi, this could be done without new tables but I don't know if it would be better but easier I guess by adding the language id from session to the slug name in outgoing_tpl db. So you'd have single entries like order_thanks_1, order_thanks_2 and so on. The original order_thanks could be left as it is...
by beerbee
Wed May 01, 2024 8:54 am
Forum: Community Help & Support
Topic: Auto size images using Percent
Replies: 16
Views: 798

Re: Auto size images using Percent

Hi,
what happens if you try it with using parameters?

Code: Select all

new Image('images/' . $a['a_image'],['alt' => htmlspecialchars(STORE_NAME), 'width' => '100%', 'height' => '100%']);
Kind regards
Christoph
by beerbee
Wed Mar 06, 2024 3:53 pm
Forum: Community Help & Support
Topic: Insert column into table displayed in admin/customers.php
Replies: 6
Views: 2819

Re: Insert column into table displayed in admin/customers.php

One gets fetched from the orders table, the other one from the customers address book.
by beerbee
Wed Mar 06, 2024 2:12 pm
Forum: Community Help & Support
Topic: Insert column into table displayed in admin/customers.php
Replies: 6
Views: 2819

Re: Insert column into table displayed in admin/customers.php

Hi,

Code: Select all

return ($row['entry_company']);
for customers.php works for me.

Kind regards
Christoph
by beerbee
Fri Sep 15, 2023 8:53 am
Forum: Community Help & Support
Topic: Shared Database for Multiple Installs
Replies: 6
Views: 1965

Re: Shared Database for Multiple Installs

Hi,
this could be done with table prefixing for individual tables or groups of them, e. g. common products but individual categories, common orders but individual customers...

It was easy once when there was table definitions.

Kind regards
Christoph
by beerbee
Thu Aug 03, 2023 8:42 am
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 8679

Re: Help with Attributes

Hi @lecarlb,
how about this? It should disable the quantity input which caused confusion and have quantity for each combination.

Kind regards
Christoph
by beerbee
Wed Aug 02, 2023 9:14 pm
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 8679

Re: Help with Attributes

Hi, ok, now I do understand. This won't work with any standard buy buttons together, if you use it it will always take the first item in the list and add the amount entered there. The quantity box is no standard on a clean install of phoenix. But in its behaviour its just the same like the standard ...
by beerbee
Wed Aug 02, 2023 1:33 pm
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 8679

Re: Help with Attributes

Sorry, I not quite understand, have you got a link for me?