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.
1.0.8.8 Questions / Comments / Concerns
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.0.8.8 Questions / Comments / Concerns
Admin: Specials: action delete throws:
I believe line 18 should just be removed, the product name is not required there.Notice
: Undefined variable: sInfo in
C:\xampp_7.4.11\htdocs\xxxxxxxx\admin\includes\actions\specials\infoboxes\delete.php
on line
18
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
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: 1.0.8.8 Questions / Comments / Concerns
In: admin/includes/actions/catalog/views/new_product.php line 156
Date::abridge is missing, it shows time digits.
Maybe:
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
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27