Page 1 of 4

New additions for Version 1.2.9

Posted: Sat Jan 26, 2013 9:56 am
by leo
r170:

Adds product count to category.
category_count.png
category_count.png (25.77 KiB) Viewed 59603 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

Re: New additions for Version 1.2.9

Posted: Mon Feb 04, 2013 1:37 pm
by leo
r171:

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

Re: New additions for Version 1.2.9

Posted: Thu Feb 14, 2013 2:22 am
by leo
r172:

- Replaces <hr> tags in the catalog with css.
deleted_hr_tags.png
deleted_hr_tags.png (59.3 KiB) Viewed 59286 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

Re: New additions for Version 1.2.9

Posted: Thu Mar 07, 2013 7:49 am
by leo
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 59220 times
- fix on category deletion

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

Re: New additions for Version 1.2.9

Posted: Tue Mar 19, 2013 5:38 am
by leo
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 59187 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 59187 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

Re: New additions for Version 1.2.9

Posted: Fri Aug 23, 2013 5:02 am
by leo
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 52330 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 52330 times
then press the Update Status button
bulk_status_changed.png
bulk_status_changed.png (18.13 KiB) Viewed 52330 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 52330 times
new:
order_create_new.png
order_create_new.png (22.19 KiB) Viewed 52330 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.

Re: New additions for Version 1.2.9

Posted: Sun Oct 20, 2013 10:04 am
by leo
r178:

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

Re: New additions for Version 1.2.9

Posted: Fri Nov 08, 2013 2:59 am
by leo
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.

Re: New additions for Version 1.2.9

Posted: Wed Mar 19, 2014 4:53 am
by leo
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

Re: New additions for Version 1.2.9

Posted: Fri May 30, 2014 4:38 am
by leo
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 49204 times