Search found 27 matches

by philpla
Tue Apr 26, 2022 10:01 am
Forum: Community Help & Support
Topic: global linker class ... add callback to get url/seo rewrite working
Replies: 10
Views: 2423

Re: global linker class ... add callback to get url/seo rewrite working

@burt thx for the reply

Do you see an easier way, as the one mention by @Piernas?

And of course: Would this be stable for the upcoming versions?
by philpla
Mon Apr 25, 2022 7:57 am
Forum: Community Help & Support
Topic: global linker class ... add callback to get url/seo rewrite working
Replies: 10
Views: 2423

global linker class ... add callback to get url/seo rewrite working

hi,

Would it be possible to add some kind of callback to the linker class, so that one could use it to rewrite hrefs for SEO/url rewrite?

thx phil.
by philpla
Fri Apr 01, 2022 11:18 am
Forum: Community Help & Support
Topic: 1.0.8.13 Questions / Comments / Concerns
Replies: 4
Views: 1394

Re: 1.0.8.13 Questions / Comments / Concerns

thx for the update ;)

One question: will their be a paypal addon (soon)?
Otherwise I can not delete the paypal module, as it says in the readme for the update at github.
I am a little confused.
by philpla
Fri Mar 04, 2022 1:28 pm
Forum: Community Help & Support
Topic: 1.0.8.12 Questions / Comments / Concerns
Replies: 50
Views: 49205

Re: 1.0.8.12 Questions / Comments / Concerns

You could try changing 156-7 to if ( !class_exists($class) ) { if (!file_exists(DIR_FS_CATALOG . "includes/apps/paypal/modules/$module/$module.php")) { return; } $this->loadLanguageFile("modules/$module/$module.php"); thx, this workaround clears the logs. anyway just for me to u...
by philpla
Fri Mar 04, 2022 10:59 am
Forum: Community Help & Support
Topic: 1.0.8.12 Questions / Comments / Concerns
Replies: 50
Views: 49205

Re: 1.0.8.12 Questions / Comments / Concerns

thx for the update :D in admin backend if i click paypal -> configure (/admin/paypal.php?action=configure&module=G) i see the following error: PHP Warning: include(/XXX/includes/apps/paypal/modules/G/G.php): failed to open stream: Datei oder Verzeichnis nicht gefunden in /XXX/includes/apps/paypa...
by philpla
Thu Jan 06, 2022 9:20 am
Forum: Community Help & Support
Topic: 1.0.8.9 Questions / Comments / Concerns
Replies: 14
Views: 4777

Re: 1.0.8.9 Questions / Comments / Concerns

a happy new year to everyone ... :) thx for the new version 1.0.8.9 ... imho the following is wrong: includes/system/versioned/1.0.5.4/email.php line 45ff protected $html_images = []; protected $attachments = []; includes/system/versioned/1.0.5.4/email.php line 225f $attachments = !Text::is_empty($t...
by philpla
Tue Oct 19, 2021 1:25 pm
Forum: Community Help & Support
Topic: 1.0.8.6 Questions / Comments / Concerns
Replies: 11
Views: 4814

Re: 1.0.8.6 Questions / Comments / Concerns

thx, this works :)

ecartz wrote: Tue Oct 19, 2021 12:32 pm
philpla wrote: Tue Oct 19, 2021 9:07 am to the last order of the page

this affects the delete and edit button of the "new infobox"
TY. https://github.com/CE-PhoenixCart/Phoen ... 6c3c10dd76
by philpla
Tue Oct 19, 2021 9:07 am
Forum: Community Help & Support
Topic: 1.0.8.6 Questions / Comments / Concerns
Replies: 11
Views: 4814

Re: 1.0.8.6 Questions / Comments / Concerns

thx, the php fatal error did vanish with this patch, but still something wrong. in line 15 of admin/includes/actions/orders/infoboxes/delete.php $link = $GLOBALS['Admin']->link()->retain_query_except(['action'])->set_parameter('oID', $table_definition['info']->orders_id); the var $table_definition['...
by philpla
Mon Oct 18, 2021 3:35 pm
Forum: Community Help & Support
Topic: 1.0.8.6 Questions / Comments / Concerns
Replies: 11
Views: 4814

Re: 1.0.8.6 Questions / Comments / Concerns

thx for the update and the continious work on phoenix! i think their is a bug / maybe i made an error during update for admin/orders.php if i press "delete" button for a selected order it throws: PHP Notice: Undefined variable: oInfo in /var/XXXX/admin/includes/actions/orders/infoboxes/del...
by philpla
Fri Sep 17, 2021 11:42 am
Forum: Community Help & Support
Topic: Feature Request: multilanguage country names
Replies: 5
Views: 1743

Re: Feature Request: multilanguage country names

i will talk with my boss and ask if i get the time to code this.