Search found 49 matches

by Denzel
Sat Dec 09, 2023 9:00 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 45215

Re: PHP 8.2 - Community Input

more PHP Deprecated PHP Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shop/public_html/includes/apps/paypal/OSCOM_PayPal.php on line 238 PHP Deprecated: Function utf8_encode() is deprecated in /home/shop/public_html/includes/apps/paypal/api/GetBa...
by Denzel
Tue Nov 21, 2023 7:13 am
Forum: Community Help & Support
Topic: Recurring tasks
Replies: 46
Views: 1515

Re: Recurring tasks

Hi Daniel,

looks very good! I like those Tooltips, but they stay after opening a link ;) The only thing I can think of now is to display the remaining time in the task panel until the task is due again (maybe days left?).

Regards,
Denzel
by Denzel
Mon Nov 20, 2023 4:08 pm
Forum: Community Help & Support
Topic: Recurring tasks
Replies: 46
Views: 1515

Re: Recurring tasks

Very nice :) Just a few days before, there was a notice/task add in my mind... First try is doing well, only some optical improvements possible: - Task with Link +Description looks like this on dashboard: Unbenannt.PNG - Task infobox may have the ratio in clear text and no <tr> for the empty fields ...
by Denzel
Wed Nov 15, 2023 8:21 pm
Forum: Community Help & Support
Topic: Extend Schema.org Header Tag with SKU and ASIN per product
Replies: 1
Views: 154

Extend Schema.org Header Tag with SKU and ASIN per product

With this addon, database fields for SKU and ASIN can be added to the product. If the Product Schema JSON-LD Header Tag Module is installed and activated, this data is added to the source code. Schema data for your local business will also be added. You need to customize the schemaExtend.php file in...
by Denzel
Mon Nov 13, 2023 7:50 pm
Forum: Community Help & Support
Topic: quick question about override files
Replies: 8
Views: 4585

Re: quick question about override files

Maybe something like this: if (isset($_GET['search'])) { $products_query_raw = "SELECT p.*, pd.*, p2c.categories_id FROM products p, products_description pd, products_to_categories p2c WHERE p.products_id = pd.products_id AND pd.language_id = " . (int)$_SESSION['languages_id'] . " AND...
by Denzel
Mon Nov 13, 2023 9:12 am
Forum: Community Help & Support
Topic: quick question about override files
Replies: 8
Views: 4585

Re: quick question about override files

I'll chime in here: Is it now possible to change admin/catalog/views/default.php without changing the code? I changed the order of the displayed articles (at that time in admin/categories.php) - i.e. the product query. Now I'm looking for a way to do this in catalog.php. Can this file be overwritten...
by Denzel
Thu Nov 09, 2023 10:28 am
Forum: Community Help & Support
Topic: s02e06 - Product Terms SUPPORT/QUESTIONS
Replies: 7
Views: 719

Re: s02e06 - Product Terms

Found an other issue in admin/includes/actions/terms/infoboxes/delete.php causing error 500 on confirm delete. Line 13 should be : $link = $link = $GLOBALS['Admin']->link()->retain_query_except(['action'])->set_parameter('tID', (int)$table_definition['info']->terms_id); and Line 15 should be: $conte...
by Denzel
Sat Feb 11, 2023 12:55 pm
Forum: Community Help & Support
Topic: Default sort-order, direction
Replies: 4
Views: 212

Re: Default sort-order, direction

<?php /* Copyright (c) 2020, Denzel All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions a...
by Denzel
Mon Oct 24, 2022 11:01 am
Forum: Community Help & Support
Topic: 'Must Have' Addons
Replies: 29
Views: 1767

Re: 'Must Have' Addons

Omar_one wrote: Wed Oct 19, 2022 6:49 pm @Denzel here is the link for your github and the module is there
https://github.com/Denzel76/AdvancedSpecials
I was wondering where my time always goes...
Does this version still work without changes with the actual version of Phoenix ?
by Denzel
Mon Oct 24, 2022 10:43 am
Forum: Community Help & Support
Topic: sortable_product_columns
Replies: 4
Views: 368

Re: sortable_product_columns

or you may try this...
defaultSortOrderHook.zip
Just copy to includes/hooks/shop/siteWide/