Page 1 of 1

1.0.8.8 Questions / Comments / Concerns

Posted: Wed Dec 01, 2021 12:45 am
by ecartz
Update instructions (from 1.0.8.7): https://github.com/CE-PhoenixCart/Updat ... /README.md
Update zip: https://github.com/CE-PhoenixCart/Updat ... update.zip
Release: https://github.com/CE-PhoenixCart/Phoen ... g/v1.0.8.8

This is the 1.0.8.8 release, in the 1.0.8.* series. Primary changes:

1. All the modules that weren't already done that aren't part of the PayPal App.
2. Updated the navigation bar in admin to hopefully make it easier for people to find help.
3. Bug fixes.

Re: 1.0.8.8 Questions / Comments / Concerns

Posted: Thu Dec 02, 2021 3:54 pm
by zipurman
includes/modules/action_recorder/ar_reset_password.php
Line 22:
Typo : ORDERY BY date_added DESC

Re: 1.0.8.8 Questions / Comments / Concerns

Posted: Sun Dec 05, 2021 5:47 pm
by raiwa
Admin: Specials: action delete throws:
Notice
: Undefined variable: sInfo in
C:\xampp_7.4.11\htdocs\xxxxxxxx\admin\includes\actions\specials\infoboxes\delete.php
on line
18
I believe line 18 should just be removed, the product name is not required there.

Re: 1.0.8.8 Questions / Comments / Concerns

Posted: Sun Dec 05, 2021 8:20 pm
by ecartz
zipurman wrote: Thu Dec 02, 2021 3:54 pm includes/modules/action_recorder/ar_reset_password.php
Line 22:
Typo : ORDERY BY date_added DESC
TY. https://github.com/CE-PhoenixCart/Phoen ... 1916d33133
raiwa wrote: Sun Dec 05, 2021 5:47 pm Notice
: Undefined variable: sInfo in
admin\includes\actions\specials\infoboxes\delete.php
on line
18
TY. https://github.com/CE-PhoenixCart/Phoen ... 78378b02d1

Re: 1.0.8.8 Questions / Comments / Concerns

Posted: Mon Dec 06, 2021 8:21 am
by raiwa
In: admin/includes/actions/catalog/views/new_product.php line 156
Date::abridge is missing, it shows time digits.

Maybe:

Code: Select all

->default_value((Date::abridge($product->get('date_available'))) ?? '')