New additions for Version 1.2.9
New additions for Version 1.2.9
r170:
Adds product count to category. 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
Adds product count to category. 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
r171:
- extends product count - minor fix on Product with Options pagination
- extends product count - minor fix on Product with Options pagination
Re: New additions for Version 1.2.9
r172:
- Replaces <hr> tags in the catalog with css. - 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
- Replaces <hr> tags in the catalog with css. - 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
r173:
- add the possibility to hide/show categories or information in the catalog (with just one click in the admin). - fix on category deletion
Patch file was added to the Download.
viewtopic.php?f=8&t=795
- add the possibility to hide/show categories or information in the catalog (with just one click in the admin). - 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
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. 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. The file name (in the /logs/query_log directory) includes the controller and the file has the complete path included.
E.g.
- adds minor improvement on manufacturer link on product page
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. 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. 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
Re: New additions for Version 1.2.9
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). Update the order status from the order list (bulk).
Simple select a new status from the drop down menu then press the Update Status button Create order: add JS to prevent the body from being seen until the shipping and payment are chosen.
old: new: 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.
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). Update the order status from the order list (bulk).
Simple select a new status from the drop down menu then press the Update Status button Create order: add JS to prevent the body from being seen until the shipping and payment are chosen.
old: new: 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
r178:
adds a new vendor module where you can manage all your vendors and vendor related information in one place. Vendors are displayed in the catalog in every possible controllers; settable in admin/configuration/setting: Minor fix on:
- catalog/template/default/content/product.tpl
- admin/template/default/content/list.tpl
adds a new vendor module where you can manage all your vendors and vendor related information in one place. Vendors are displayed in the catalog in every possible controllers; settable in admin/configuration/setting: Minor fix on:
- catalog/template/default/content/product.tpl
- admin/template/default/content/list.tpl
Re: New additions for Version 1.2.9
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.
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 (39.53 KiB) Viewed 53586 times
Re: New additions for Version 1.2.9
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
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
r181:
Display "You have errors..." message in admin if required fields were not or not correctly filled in.
Display "You have errors..." message in admin if required fields were not or not correctly filled in.