New additions for Version 1.3

New Features in progress
User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: New additions for Version 1.3

Post by leo » Fri Jul 24, 2020 2:40 pm

r214:

Bough Products module has been added, so customers can easily review their ordered products and re-order them.
Disabled and deleted products are also displayed.
Bought_Products_-_catalog.png
Bought_Products_-_catalog.png (300.96 KiB) Viewed 11791 times

Settable in admin/extension/module.
Bought_Products_-_admin.png
Bought_Products_-_admin.png (23.73 KiB) Viewed 11791 times
Bought_Products_Options_-_admin.png
Bought_Products_Options_-_admin.png (9.64 KiB) Viewed 11791 times

If the module is enabled, a new entry will appear for the customer under 'My account'.
My_Account_-_bought_product.png
My_Account_-_bought_product.png (35.55 KiB) Viewed 11791 times

FIX on time zone limitations

You can test our latest developments at
https://www.alegrocart.com/ecart
and
https://www.alegrocart.com/ecart/admin100 (username/password: demo)

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: New additions for Version 1.3

Post by leo » Fri Aug 14, 2020 3:23 am

r215:

To increase security, reliability of AleroCart, he have added log tables to to the database.
database.png
database.png (8.96 KiB) Viewed 11755 times

From now on every change is logged. You can check:
- who has made changes (as user_id is logged)
- what has been changed
- and when
This is the guarantee, that there will be no data loss in the future.
log_table.png
log_table.png (45.15 KiB) Viewed 11755 times
Data restoration will be easy.


You can test our latest developments at
https://www.alegrocart.com/ecart
and
https://www.alegrocart.com/ecart/admin100 (username/password: demo)

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: New additions for Version 1.3

Post by leo » Tue Sep 08, 2020 10:34 am

r216:

Bunch of fixes and improvements:
- Log Database: export triggers as well
- FIX: switch to __construct
- FIX on count()
- FIX on coupon trigger
- FIX on microtime, separate parse time from query count in admin
- FIX on product trigger (add barcode)
- FIX: Shorten separator to look better on mobile phone screen
- FIX on watermark with hexdec()
- FIX on get_order_history() in model_accountinvoice
- FIX js condense for admin
- Modifications to Paypal
- Log Database: move countUser() to library
- Delete Category cache in category
- Modify Product and cache for category cache
- Paypal fix for duplicate orders in PDT
- Remove old IE fixes on png
- Update SQL in bestseller and cache category menu (add indexes to database, fix on trending products)
- FIX on SSL support (add HTTPS_FLASH, fix on images, flashes, modify .htaccess and installer, avoid naked domains, replace url->href with url->ssl)
- Change submit button to Complete Order
- Force SSL in admin if set in config
- Add SSL support in catalog

You can test our latest developments at
https://www.alegrocart.com/ecart
and
https://www.alegrocart.com/ecart/admin100 (username/password: demo)

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: New additions for Version 1.3

Post by leo » Mon Sep 28, 2020 8:21 am

r217:

ADD Serve static content from cookie-less domain. ADD enable/disable static in admin/settings. ADD HTTP_STATIC and HTTPS_STATIC to config.php. Modify common.php as well accordingly.
enable_static.png
enable_static.png (69.65 KiB) Viewed 11688 times
Check in admin/settings if SSL available, grey out the radio buttons if not.


Another bunch of fixes and improvements:
- Modify admin/user password lenght from minimum 1 to 6.
- FIX on admin/user search.
- FIX on library/user/user.php login.
- CHANGE http:// to https:// in admin/footer.
- ADD full SSL support to Installer and Updater. Detect SSL automatically. Redirect to https:// if possible. Avoid naked domain, ADD www if possible. ADD admin password check for at least 6 chars. Modify caching, apply changes to installer. ADD favicon to installer. FIX on getbaseurl(). ADD width, height to images. Delete deprecated IE support.
Prepare for serving static content from cookie-less domain.
- FIX on review rating in the sql files.
- ADD missing widht, height and alt tags to every image in admin as well.
- Minor FIX on catalog/template/default/module/language.tpl
- FIX on admin/home to count people online correctly.
- Separate admin and catalog sessions. Modify report online accordingly. Display name of the user, and if available, the group he belongs to. Modify user list to display name of the user and the usergroup.
- FIX on require old password.
- EXTEND check_ssl() in catalog
- ADD order customers and products by name at Order Edit
- FIX on $product scope. It must be public.
- FIX on coupon error property. Unexpected 'var' error.
- FIX on vendor status. Hide vendor in the catalog if disabled.
- FIX on a non well formed numeric value encountered in australiapost.php and currency.php
- FIX on horizontal menu in the catalog. Get rid of multiple identical id tags.
- FIX on RandomNumber scope
- FIX: there is no need to seed the random number generator with srand() as this is done automatically. srand() can slow down captcha generator on some servers.
- FIX: replace deprecated each() function with foreach() in barcode.php
- ADD width, height and alt tags to every image in the catalog. Change <script language to <script type. Get rid of hardcoded texts.
- EXTEND bot list to be up to date.
- FIX on sitemap. Do not include manufacturers if manufacturer modul is disabled.
- FIX on select order status at order list page
- FIX: even if bought module was not installed in the admin, it was listed under "my accounts" in the catalog. FIX on count() again. Bought and account_download pages were accessible even if they were disabled. ADD bought to error.tpl; minor FIX on $head_def.
- EXTEND Date Validation: ADD validation to report_sale; Start date must be earlier than end date (coupon, product, report_sale)! FIX on report_sale query string.

You can test our latest developments at
https://www.alegrocart.com/ecart
and
https://www.alegrocart.com/ecart/admin100 (username/password: demo)

Post Reply