Project

General

Profile

Changes in Virtuemart 104 » History » Version 1

Roland Dalmulder, 02/14/2010 05:41 AM
Cleanup

1 1 Roland Dalmulder
h1. Changes in Virtuemart 1.0.4
2
3
---- VirtueMart 1.0.4 released ----
4
5
23-03-2006 soeren
6
7
Order "Print View" link lead to a 404 error
8
+ ProductScroller module: added the category_id parameter to the XML file, so you can now specify a category_id (or a comma-separated list of more than one category_id) 
9
	to filter the products by (multiple) category/ies
10
Product Reviews are not added to the database, although the vote is added
11
	
12
20-03-2006 soeren
13
^ Payment method preselecection: the first displayed payment method is always pre-selected now
14
"delete from cart" fails when the custom attribute value contains quotes
15
can't assign more than one product type to a product
16
Task #622 - Order Update Time is Wrong
17
Task #601 - Show the Number of Products in a Category
18
+ for debugging: added '@ini_set( 'display_errors', 1 );' to virtuemart_parser.php
19
	for making PHP errors visible
20
^ changed behaviour for HTTPS links when in HTTPS mode.
21
	When the user is NOT on "checkout" or "account" pages, all links are generated using the http://... URL
22
	This will allow leaving the HTTPS mode 2 after the order has been placed.
23
Task #490 - adding attributes error on sub-items
24
Task #518 - Reports miss same-day orders
25
Task #558 - Bug in report basic module
26
^ showing "no image" image when a product thumbnail image is not available
27
Task #470 - Close tablerow after Categorylisting
28
+ products can be viewed using the SKU now. Works for the product details page:
29
	Instead of "&product_id=XX" just use "&sku=YY" where YY stands for the SKU of the product
30
credit card number not checked on form submit, another bug, same reason: payment method can be left unchecked
31
+ added: autocomplete="off" to the credit card form to prevent sensible information being prefilled
32
+ Order item status update by manelzaera
33
Task #617 - Wrong image path in account.billing.php
34
Task #615 - Cannot add multiple Product Types to a Product
35
36
16-03-2006 soeren
37
38
Sort ASC / DESC icon not working on Internet Explorer
39
wrong query in payment module for Linkpoint (ps_linkpoint.php)
40
^ restricting prices by user access level can be completely 
41
	disabled in the shop administration now (useful for people using ACL extensions like JACL)
42
manufacturer search code contained wrong SQL (shop_browse_queries.php) + various SQL fixes
43
44
14-03-2006 soeren
45
46
Fixed the session problems (removed the call to session_id() and various lines of unnecessary code)
47
48
12-03-2006 soeren
49
50
users, who are logged in, but not yet registered as customer/shopper 
51
	can't directly continue their "checkout" after registration as shopper
52
users who are logged in, but have an empty "usertype" field don't see prices
53
added $manufacturer_id support for caching pages
54
55
[[Virtuemart 1.0.x]]