New additions for Version 1.2.9

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

New additions for Version 1.2.9

Post by leo » Sat Jan 26, 2013 9:56 am

r170:

Adds product count to category.
category_count.png
category_count.png (25.77 KiB) Viewed 59328 times
Go to Admin/Extensions/Module/Catalog Category to enable it.

Minor fixes on 1.2.8:
- admin menu items were not wide enough for translations
- fix on mr_status
- fix on banktransfer
- add French installer
- delete 2 unneeded flags (fam, cs)
- fix on "Click to enlarge" buttons (product page and review_write)
- fix on catalog/manufacturer in 2 column layout
- fix on admin tax class (product.tpl)

Patch file was added to the Download.
viewtopic.php?f=8&t=795

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

Re: New additions for Version 1.2.9

Post by leo » Mon Feb 04, 2013 1:37 pm

r171:

- extends product count
extend_product_count.png
extend_product_count.png (19.41 KiB) Viewed 59209 times
- minor fix on Product with Options pagination

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

Re: New additions for Version 1.2.9

Post by leo » Thu Feb 14, 2013 2:22 am

r172:

- Replaces <hr> tags in the catalog with css.
deleted_hr_tags.png
deleted_hr_tags.png (59.3 KiB) Viewed 59011 times
- Fix on Product with Options: In controller, added a conditional to heading to check for results. Also clears search term.
In model, added product name to search.

Patch file was added to the Download.
viewtopic.php?f=8&t=795

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

Re: New additions for Version 1.2.9

Post by leo » Thu Mar 07, 2013 7:49 am

r173:

- add the possibility to hide/show categories or information in the catalog (with just one click in the admin).
Hide_Categories.png
Hide_Categories.png (31.75 KiB) Viewed 58945 times
- fix on category deletion

Patch file was added to the Download.
viewtopic.php?f=8&t=795

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

Re: New additions for Version 1.2.9

Post by leo » Tue Mar 19, 2013 5:38 am

r174:

The query() has been modified to count the queries and write them into a text file.
In the catalog, Parse time, Number of queries, and Query log are all independent of each other now and settable in admin.
Settings_query_log.png
Settings_query_log.png (10.91 KiB) Viewed 58912 times
In the admin side, parse time must be enabled to activate the 2 query functions.
Parse time and number of queries are displayed in the footer.
database_query.png
database_query.png (13.29 KiB) Viewed 58912 times
The file name (in the /logs/query_log directory) includes the controller and the file has the complete path included.
E.g.

Code: Select all

time: 19-03-19 13:25:19 (CET)
Path: /r170/?controller=home
1 - select * from (setting) where (type = 'catalog' or type = 'global')
2 - select value from session where session_id = '382582b08b27390079d0073cd89b52fc' and expire > '1363695919'
3 - select * from language
4 - select * from url_alias where alias = ''
5 - select * from user where user_id = '1'
6 - update user set ip = '127.0.0.1' where user_id = '1'
7 - select distinct ug.permission from user u left join user_group ug on u.user_group_id = ug.user_group_id where u.user_id = '1'
8 - select * from tpl_manager where tpl_controller = 'home' and tpl_status = '1'
9 - select location_id, location from tpl_location
- adds minor improvement on manufacturer link on product page

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

Re: New additions for Version 1.2.9

Post by leo » Fri Aug 23, 2013 5:02 am

r177:

Add an extra header to the e-mail sent to the customer (after checkout) that includes the shop information as well (store name and address).
mail_header.png
mail_header.png (23.81 KiB) Viewed 52055 times
Update the order status from the order list (bulk).
Simple select a new status from the drop down menu
bulk_status_change.png
bulk_status_change.png (17.01 KiB) Viewed 52055 times
then press the Update Status button
bulk_status_changed.png
bulk_status_changed.png (18.13 KiB) Viewed 52055 times
Create order: add JS to prevent the body from being seen until the shipping and payment are chosen.
old:
order_create_old.png
order_create_old.png (28.32 KiB) Viewed 52055 times
new:
order_create_new.png
order_create_new.png (22.19 KiB) Viewed 52055 times
Minor fixes:
- removed HR tags.
- removed quantiy is js.
- removed double entry in url:'index.php?controller=order_edit&action=get_product&product_id='+item+'&row='+row,
where action=get_product was in twice.

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

Re: New additions for Version 1.2.9

Post by leo » Sun Oct 20, 2013 10:04 am

r178:

adds a new vendor module
vendor_menu.png
vendor_menu.png (38.31 KiB) Viewed 51412 times
where you can manage all your vendors
vendor_list.png
vendor_list.png (50.24 KiB) Viewed 51412 times
and vendor related information in one place.
vendor_admin.png
vendor_admin.png (63.86 KiB) Viewed 51412 times
Vendors are displayed in the catalog
vendor_catalog.png
vendor_catalog.png (67.34 KiB) Viewed 51412 times
in every possible controllers; settable in admin/configuration/setting:
vendor_setting.png
vendor_setting.png (36.17 KiB) Viewed 51412 times
Minor fix on:
- catalog/template/default/content/product.tpl
- admin/template/default/content/list.tpl

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

Re: New additions for Version 1.2.9

Post by leo » Fri Nov 08, 2013 2:59 am

r179:

If your host blocks php mail function, you can use SMTP mail authentication to send mails.
You can get detailed logs about the whole process for debugging.
Attachments
smtp.png
smtp.png (39.53 KiB) Viewed 51190 times

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

Re: New additions for Version 1.2.9

Post by leo » Wed Mar 19, 2014 4:53 am

r180:

updates jQuery and jQuery related things
from 1.5.1. in catalog to 1.10.2
and from 1.3.2 in admin to 1.10.2

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

Re: New additions for Version 1.2.9

Post by leo » Fri May 30, 2014 4:38 am

r181:

Display "You have errors..." message in admin if required fields were not or not correctly filled in.
you_have_errors.png
you_have_errors.png (23.48 KiB) Viewed 48929 times

Locked