This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
v0.2.37
Pre-release
Pre-release
- [fixed] Fixed some missing font awesome fonts
- [changed] When associating products to categories, an initial list will show on load
- [improved] Product name will now truncate if too long
- [improved] Reporting updates
- [improved] You can now have user fields set up to show on customer creation [1]
[1]
Just add this to your config/getcandy.php
file:
'users' => [
'fields' => [
'some_custom_field' => [
'label' => 'Some Custom Field',
'type' => 'text',
]
],
],
Any fields here will be shown when creating a customer and will go into the fields
JSON column on user_details