Search found 94 matches

by Omar_one
Thu Mar 14, 2024 8:45 pm
Forum: Community Help & Support
Topic: Dark Mode
Replies: 6
Views: 122

Re: Dark Mode

PBR Streetgang wrote: Thu Mar 14, 2024 6:43 pm and need some sort of age "are you 18?" verification.
created by @burt
app.php/addons/paid_addon/verify_age/
by Omar_one
Wed Mar 13, 2024 9:59 pm
Forum: Community Help & Support
Topic: Product stock not updating
Replies: 3
Views: 42

Re: Product stock not updating

check if Subtract stock set to true
https://phoenixcart.org/phoenixcartwiki ... t_up_Stock
by Omar_one
Sun Jan 28, 2024 10:52 am
Forum: Community Help & Support
Topic: New PhoenixAddons.com site launched.
Replies: 3
Views: 430

Re: New PhoenixAddons.com site launched.

zipurman wrote: Sun Jan 28, 2024 1:16 am Let me know if you encounter any issues with updates related to the new site.
looking nice and clean and much more faster..


Br
Omar
by Omar_one
Tue Jan 16, 2024 4:56 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

Deprecated: Creation of dynamic property mime::$lf is deprecated in /home/xxxx/public_html/includes/system/versioned/1.0.4.5/mime.php on line 46 lines 44-49 // Make sure we use the correct linfeed sequence if (EMAIL_LINEFEED == 'CRLF') { $this->lf = "\r\n"; } else { $this->lf = "\n&q...
by Omar_one
Sat Nov 25, 2023 6:54 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

Code: Select all

PHP Deprecated:  Creation of dynamic property paypal_hook_admin_orders_tab::$_app is deprecated in /home/shop/public_html/includes/apps/paypal/hooks/admin/orders/tab.php on line 25
line 25

Code: Select all

$this->_app = $OSCOM_PayPal;
by Omar_one
Fri Nov 24, 2023 7:11 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

I am reading about what's new and changed on PHP 8.2 Dynamic Properties Deprecated One of the most notable deprecations in PHP 8.2 is that it deprecates class properties that are dynamically declared. There is an opt-out to it, but the recommended approach is to declare the class properties in the c...
by Omar_one
Fri Nov 24, 2023 5:18 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

shop side error_log file PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /home/shop/public_html/includes/modules/content/header/cm_header_breadcrumb.php on line 87 lines 81-90 foreach ($breadcrumb->_trail as $i => $v) { $schema_breadcrumb['itemLis...
by Omar_one
Fri Nov 24, 2023 5:05 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

admin error file PHP Deprecated: Creation of dynamic property sc_fopen_wrapper::$title is deprecated in /home/shop/public_html/admin/includes/modules/security_check/sc_fopen_wrapper.php on line 19 line 18-20 public function __construct() { $this->title = MODULE_SECURITY_CHECK_FOPEN_WRAPPER_TITLE; } ...
by Omar_one
Fri Nov 24, 2023 5:00 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

admin error file PHP Deprecated: Function strftime() is deprecated in /home/shop/public_html/includes/system/versioned/1.0.8.3/date.php on line 45 lines from 43-47 public function format($format) { return $this->timestamp ? strftime($format, $this->timestamp) : false; }
by Omar_one
Fri Nov 24, 2023 4:58 pm
Forum: Community Help & Support
Topic: PHP 8.2 - Community Input
Replies: 35
Views: 9843

Re: PHP 8.2 - Community Input

admin error file 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 lines from 221-231 if ( $type == 'email') { return constant('OSCOM_APP_PAYPAL_SANDBOX_SELLER_EMAIL'); } elseif ( ...