1.0.8.8 Questions / Comments / Concerns

Open to all! Ask other shopowners for help.
Post Reply
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 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:


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 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
-----------
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 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
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 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
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 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


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply