1.0.8.8 Questions / Comments / Concerns

Ask the community for help and support.
Post Reply
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

1.0.8.8 Questions / Comments / Concerns

Post 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.

Tags:
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Has thanked: 84 times
Been thanked: 147 times

Re: 1.0.8.8 Questions / Comments / Concerns

Post by zipurman »

includes/modules/action_recorder/ar_reset_password.php
Line 22:
Typo : ORDERY BY date_added DESC
zipurman
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.8 Questions / Comments / Concerns

Post 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.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: 1.0.8.8 Questions / Comments / Concerns

Post 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
raiwa
PhoenixCart Developer
PhoenixCart Developer
Posts: 1184
Joined: Sat Dec 21, 2019 8:08 am
Has thanked: 38 times
Been thanked: 102 times

Re: 1.0.8.8 Questions / Comments / Concerns

Post 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'))) ?? '')
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
Post Reply