Mike Jolley
5c878f62b3
Variations should not inherit prices, and variations with no price set should be hidden. Closes #2232 .
...
Also improves price display for empty/free variations.
2013-01-16 12:10:51 +00:00
Mike Jolley
d401cbd62d
Tweaks to session handler
2013-01-16 11:05:50 +00:00
Mike Jolley
314ba3e2f6
Hooks for individual use overriding on the frontend
2013-01-16 10:42:49 +00:00
Coen Jacobs
a0b3120438
Session cleanup should be part of implementation
2013-01-16 10:53:08 +01:00
Mike Jolley
9da6eb690a
Revised session handler based with some code from Eric Manns wp_session class idea.
...
The (long term) plan will be to use that when stable and in WP core.
Until then, our wc_session_ implementation will work.
This is similar to what we had, with the exeption of not using
transients to ensure the data persists.
@coenjacobs please view this.
2013-01-15 19:51:19 +00:00
Mike Jolley
31be242a6b
Fix ordering. Closes #2229 .
2013-01-15 12:10:03 +00:00
Mike Jolley
d37eefff6d
removed easter egg
2013-01-15 11:49:40 +00:00
Mike Jolley
24ae660405
fix session expirey and clear old expired sessions
2013-01-15 11:37:20 +00:00
James Koster
ca358f2250
stars
2013-01-15 11:35:40 +00:00
Mike Jolley
2cb5b73eb7
Check we're viewing a product Closes #2227
2013-01-14 17:17:57 +00:00
Mike Jolley
0d6e510b8d
Fix reports Closes #2211 .
2013-01-14 17:11:55 +00:00
Mike Jolley
2dd5abd416
Fix pay form Closes #2225
2013-01-14 16:53:55 +00:00
Mike Jolley
815990f329
Fix category order + nesting Closes #2226 .
2013-01-14 11:56:54 +00:00
James Koster
b47f0d1601
star rating tweaks
2013-01-14 11:56:16 +00:00
Coen Jacobs
5877ee1457
Stripped comments from gitignore, no need for that
2013-01-14 12:22:01 +01:00
Mike Jolley
d002632ea6
ui datepicker. Closes #2223 .
2013-01-14 10:57:15 +00:00
Mike Jolley
11aee22509
Merge pull request #2222 from Ramoonus/patch-1
...
Added Zend Studio to .gitignore
2013-01-14 02:51:27 -08:00
Mike Jolley
192a8c5421
star ratings without images.
2013-01-14 10:51:06 +00:00
Mike Jolley
789361102e
belau
2013-01-13 13:14:58 +00:00
Ramon van Belzen
4d28834939
Added Zend Studio to .gitignore
2013-01-13 11:02:00 +01:00
James Koster
37734cfd49
rating removal snippet in readme
2013-01-12 16:03:08 +00:00
James Koster
0fdf9032ec
Revert "loop ratings an option"
...
This reverts commit a23fde9491
.
2013-01-12 15:55:52 +00:00
Mike Jolley
813f8b8c2e
Merge pull request #2221 from GeertDD/sorting-optimization
...
Small optimization for showing the sorting selection
2013-01-12 07:21:07 -08:00
Mike Jolley
b0d22c079b
Merge pull request #2220 from GeertDD/sorting
...
Simplified code for keeping query string vars intact
2013-01-12 07:20:53 -08:00
Geert De Deckere
74b3f4d032
Small optimization for showing the sorting selection
2013-01-12 16:12:17 +01:00
Geert De Deckere
601ca30600
Simplified code for keeping query string vars intact
2013-01-12 16:08:23 +01:00
James Koster
a23fde9491
loop ratings an option
2013-01-12 14:24:22 +00:00
Mike Jolley
84842200df
readme
2013-01-12 13:19:20 +00:00
Mike Jolley
52ecd654b7
Use a session cookie for recently viewed
2013-01-12 13:03:38 +00:00
Mike Jolley
c2d45f49bd
GET for price instead of sessions
2013-01-12 13:03:19 +00:00
Mike Jolley
4a650b21dd
Only set transient when needed
2013-01-12 13:03:00 +00:00
Mike Jolley
8798ade9ca
Only set customer data when changed from default
2013-01-12 13:02:47 +00:00
Mike Jolley
c3498777e8
Fix demo banner depth
2013-01-12 13:02:00 +00:00
Mike Jolley
624e8fb59a
maintain vars when sorting
2013-01-12 12:24:24 +00:00
Mike Jolley
261f413405
Ratings in loops for sort by rating
2013-01-12 10:53:24 +00:00
Mike Jolley
0caca2d401
GET vars for sorting (to work better with cache)
2013-01-12 10:53:08 +00:00
Mike Jolley
8d8b3e3d30
get_post_data from 1.6
2013-01-11 18:30:09 +00:00
Mike Jolley
c957971b4e
Merge pull request #2219 from krbvroc1/add_media_fix
...
Add isset check for sizes
2013-01-11 07:52:50 -08:00
Mike Jolley
8b60cb62dc
Merge pull request #2218 from arhipaiva/master
...
Updates to Finnish language files, small fixes
2013-01-11 07:52:37 -08:00
Ken Bass
449a5fa9ec
Add isset check for sizes
2013-01-11 10:01:48 -05:00
Arhi Paivarinta
143b606c1f
Updates to Finnish language files, small fixes
2013-01-11 17:01:37 +02:00
Mike Jolley
ad79ab9c1f
Closes #2214 .
2013-01-11 13:29:00 +00:00
Mike Jolley
19cfd8d8f1
Chart label #2211
2013-01-11 11:42:04 +00:00
Mike Jolley
86b7508a51
Hide more tax. #2205 .
2013-01-11 11:29:13 +00:00
Mike Jolley
abd3f521ec
Hide tax options when disabled. Closes #2205 .
2013-01-10 16:37:27 +00:00
Mike Jolley
8baa368ffa
Fixed report dates Closes #2206 .
2013-01-10 16:27:22 +00:00
James Koster
2e223d8509
Missing $woocommerce #2182
2013-01-10 16:17:25 +00:00
Mike Jolley
2a71d08d44
Wrong email in paypal #2184
2013-01-10 16:03:56 +00:00
Mike Jolley
1766f07c19
Meta_queries Closes #2182 .
2013-01-10 16:02:04 +00:00
Mike Jolley
349308ccdb
Upgrade lost password page Closes #2202 .
2013-01-10 15:37:02 +00:00