Mike Jolley
e5a939d41e
conflicts
2012-05-13 22:39:21 +01:00
James Koster
985ddb489c
Consistency
2012-05-09 14:56:11 +01:00
Coen Jacobs
1bb7e1a8b5
Minor fixes for previous commit
2012-05-09 09:30:34 +02:00
Coen Jacobs
8de5a4f412
Optional hide free products from Best Sellers Widget
2012-05-09 09:23:05 +02:00
Mike Jolley
e78e0101af
get_product_search_form Closes #931 .
2012-04-16 14:33:04 +01:00
Brent Shepherd
b0017433bd
Merge branch 'master' of https://github.com/woothemes/woocommerce
2012-04-16 10:42:57 +10:00
solepixel
83d7da6838
Assign a specific class to root level UL element for css targeting (without select all sub UL elements). A better solution would be to apply a filter or give the user an option, but this is considerably better than just having a plain UL element.
2012-04-13 03:32:28 -05:00
Brent Shepherd
00438d6f86
Fixing "Undefined index: show_children_only" notice in product categories widget.
2012-04-13 12:16:28 +10:00
Mike Jolley
e19f46c79d
Add new terms + printf vs echo sprintf Closes #138 .
2012-04-09 00:57:38 +01:00
Mike Jolley
86c8da6189
New walkers. Closes #891 .
2012-04-05 17:51:36 +01:00
Mike Jolley
cce9e7b7c4
small price filter fix when theres no range
2012-03-29 15:50:20 +01:00
Mike Jolley
6695037b85
the_posts filter for relevenssi compat
2012-03-26 15:34:23 +01:00
Mike Jolley
c72dd0fc6d
When mix and max price are the same, don't show price filter
2012-03-26 10:34:04 +01:00
Mike Jolley
cac6a5dee7
price filter
2012-03-23 20:54:45 +00:00
Mike Jolley
2a19a712c3
Merge pull request #860 from lucasstark/patch-3
...
Efficiency update for price filter
2012-03-23 13:41:00 -07:00
Mike Jolley
512e91e2ed
put back layered nav changes to drop downs (from 21 days ago, must have been overwritten)
2012-03-21 19:04:31 +00:00
lucasstark
dde1e3ce84
Efficiency update for price filter
2012-03-21 08:55:34 -03:00
Geert De Deckere
fb9279ca09
Small js fix for 75a8b62cc3
2012-03-18 20:09:05 +01:00
Gary Jones
75a8b62cc3
Don't assume ul is the immediate child inside cart widget.
2012-03-16 22:12:22 +00:00
Gary Jones
9ffe61ebb2
Revert previous changes to master branch.
2012-03-16 22:09:11 +00:00
Gary Jones
697ea323f1
Add missing . before class name, in previous commit.
2012-03-16 21:22:38 +00:00
Gary Jones
3d0870110a
Don't assume ul is the immediate child inside cart widget.
2012-03-16 16:56:32 +00:00
Mike Jolley
fe800d6685
Transient names. Closes #818 .
2012-03-16 16:39:16 +00:00
Mike Jolley
115229aeee
no_found_rows Closes #804 .
2012-03-14 11:41:32 +00:00
Mike Jolley
8c9bf880b4
Reset. Closes #764 .
2012-03-06 17:47:05 +00:00
Mike Jolley
859bc2b3f8
un-needed
2012-03-05 14:47:37 +00:00
Mike Jolley
4f629f6cb0
Tweaked attribute page detection
2012-03-05 14:43:55 +00:00
Mike Jolley
d557f5e1dd
Localisation. Closes #749 .
2012-03-05 10:04:23 +00:00
Ramon van Belzen
e7fbe4bea0
bye bye marcovaldo
2012-03-04 13:42:07 +01:00
Ramon van Belzen
1c818d7c81
translation fix: trailing whitespaces
2012-03-04 13:33:15 +01:00
Mike Jolley
3cb8f314c3
attribute layered nav. #740 .
2012-03-03 21:24:09 +00:00
helga
0dcaa82749
hide widgets that only have current term archive as term in list
...
@todo: verify dropdowns and 'or' queries
2012-03-02 16:16:51 -06:00
helga
b511e155e6
fixed bad logic that was breaking query
2012-03-02 15:34:17 -06:00
helga
7918f06da6
allow filtered nav widget on attribute taxonomy archives
2012-03-02 14:27:39 -06:00
Mike Jolley
723bc5dedc
Small tweak to displayed terms
2012-02-29 15:24:49 +00:00
Mike Jolley
28fec79647
Show relevant terms in drop down layered nav. reflects list mode.
2012-02-29 15:11:04 +00:00
Mike Jolley
4fab179206
Hiding the cart widget option now shows the widget if adding to cart via ajax
2012-02-27 11:04:25 +00:00
Mike Jolley
fdb1359d19
Function for getting placeholder.png - woocommerce_placeholder_img_src() with filter woocommerce_placeholder_img_src
2012-02-24 16:23:08 +00:00
Mike Jolley
e9c94cd2e8
Category widget hierarchy on single product page
2012-02-18 14:18:36 +00:00
Mike Jolley
2ca3e7f5cc
price slider from/to spans
2012-02-16 17:16:27 +00:00
Mike Jolley
f4d5181b1b
Tweaked category widget to only show current tree
2012-02-14 12:42:47 +00:00
Mike Jolley
31ae4beed3
Layered nav dropdowns
2012-02-08 10:51:39 +00:00
Andrew White
f206a96359
Don't output the subcategory wrapper if there are no subcategories
2012-02-08 10:03:14 +00:00
Andrew White
6728748ca3
Fix ordering of categories in Product Categories widget
2012-02-08 06:51:30 +00:00
Mike Jolley
11445ad34c
Cache tweaks and version
2012-02-07 12:09:30 +00:00
Andrew White
9572ef1f2d
Don't apply class when the top level category is selected.
2012-02-06 13:14:52 +00:00
Andrew White
1a957f9faa
Apply the current-cat-parent class to the top level category
...
The category widget does not add a class to the topmost category to
indicate that it is the parent of the current category. This commit
fixes this by applying the standard 'current-cat-parent' class.
2012-02-06 12:24:40 +00:00
James Koster
d5113ee82b
wrapped count in a span
2012-01-28 17:50:36 +00:00
Mike Jolley
0836ce04db
Better class names (final)
2012-01-27 16:38:39 +00:00
Mike Jolley
18eb7ecc0a
Merge pull request #531 from GeertDD/widget_random_products
...
Widget random products
2012-01-25 11:02:28 -08:00
Geert De Deckere
2bf6d97403
Cleaning up code, applying WP coding standards
2012-01-23 19:23:47 +01:00
Geert De Deckere
3364dd75c8
Replacing deprecated "showposts" argument by "posts_per_page"
2012-01-22 20:45:08 +01:00
Geert De Deckere
df21854cbb
Added widget for showing random product(s)
2012-01-22 20:30:41 +01:00
Mike Jolley
80cac8f9c8
Fixed up ajax, and made class filenames follow naming conventions
2012-01-22 15:49:41 +00:00
Geert De Deckere
7706ecfe7b
Starting class names with a capital. Closes #519 .
2012-01-21 10:07:54 +01:00
Mike Jolley
293dfbcfc5
Fix for default perms and price filter
2012-01-13 11:28:23 +00:00
Mike Jolley
7bbbbfa1b7
isset fix
2012-01-13 00:54:20 +00:00
Mike Jolley
bc91c1433b
Goodbye &new. Closes #475 .
2012-01-10 15:11:06 +00:00
Mike Jolley
4287a0628f
Option to show children only in widget. Closes #472 .
2012-01-10 14:55:08 +00:00
Mike Jolley
aba310f321
WPML filters #244
2012-01-06 17:14:31 +00:00
Mike Jolley
250d2f5cd6
Cleaned up some localisation's. Closes #438 .
...
Let me know if there are any more.
2012-01-05 12:29:52 +00:00
Mike Jolley
f74e041a30
Renamed textdomain Closes #444 .
2012-01-05 11:31:22 +00:00
Mike Jolley
45d78748a1
Few more missed keys
2011-12-24 17:09:43 +00:00
Mike Jolley
fb57cc7e9d
More key renames
2011-12-24 17:05:51 +00:00
Mike Jolley
9c80356589
Download links. Closes #375 . Closes #349 .
2011-12-19 17:50:41 +00:00
Mike Jolley
6f23fc172a
Category widget order option. Closes #337 .
2011-12-19 13:18:52 +00:00
Mike Jolley
c8a077df5c
Option to hide cart if empty
2011-12-19 00:45:24 +00:00
Mike Jolley
48744cad6b
Fix widgets
2011-12-19 00:39:59 +00:00
Brent Shepherd
74fc1d8caa
Merge branch 'master' of git://github.com/woothemes/woocommerce
2011-12-17 15:04:31 +10:00
Mike Jolley
7163d1dd38
Download URL fix with HTTPS
2011-12-15 11:21:06 +00:00
Brent Shepherd
c312c1ba95
Merge branch 'master' of git://github.com/woothemes/woocommerce
2011-12-15 21:16:17 +10:00
Mike Jolley
1cc32d1740
Hide widget if logged out on the account page. Closes #361 .
2011-12-15 01:26:15 +00:00
Mike Jolley
b44ecfc63f
Featured widget fix
2011-12-12 17:18:35 +00:00
Mike Jolley
1f2f6f7f8e
Widget tweaks
2011-12-12 16:50:04 +00:00
Brent Shepherd
6d42616c2d
Merge branch 'master' of git://github.com/woothemes/woocommerce
2011-12-12 09:41:56 +10:00
Brent Shepherd
263fbfe969
Checking title & taxonomy are set in tag cloud widget before attempting to save them - prevent PHP notice.
2011-12-12 09:41:05 +10:00
Mike Jolley
0e81f2328d
Fixes for previous commit
2011-12-11 15:20:34 +00:00
Mike Jolley
35d1d56329
Made product global, setup automatically, and removed the need to call the class directly in the loop
...
Themes need checking for compat, but the change makes it easier to use
2011-12-11 14:40:25 +00:00
Mike Jolley
dae7cf35a2
Optimisations + order details template
2011-12-09 21:47:12 +00:00
Mike Jolley
f778c4f3ec
Started new structure, moved short codes into template files, moved main class into main file
2011-12-09 17:01:56 +00:00
Mike Jolley
e0a0065abb
Sale widget fix
2011-12-07 18:22:03 +00:00
Mike Jolley
49e88e887b
Inline JS for login widget
2011-12-07 17:46:28 +00:00
Mike Jolley
e9551861a7
Tweaked scripts + flat rate
2011-12-03 18:37:20 +00:00
Mike Jolley
172a34a9b9
Broke up scripts and made jquery ui optional
2011-12-02 11:43:15 +00:00
Mike Jolley
a37c7d5dc8
Fixes + po
2011-12-01 11:07:13 +00:00
lukecarbis
37d027c0b5
Missing apostrophe.
2011-11-21 15:20:16 +10:00
Mike Jolley
c1c9358d3b
Added microdata to products page + reviews
2011-11-19 02:25:15 +00:00
lukecarbis
646d0e36ad
Fix for variation prices.
2011-11-18 10:14:08 +10:00
Mike Jolley
6a5b7d88a5
Fixed some html5 validation bits
2011-11-16 17:55:22 +00:00
Mike Jolley
9ee4460516
Ability to make layered nav an "OR" query so you can expand your search rather than filter it. Closes #47 .
2011-11-15 15:15:12 +00:00
Mike Jolley
2ee0992897
Category widget now supports hierarchy/counts
2011-11-14 11:12:01 +00:00
Mike Jolley
56d3bb56a6
More optimisations
2011-11-14 01:20:07 +00:00
Mike Jolley
5d0aaae5fe
Use parents image if not set. Closes #169 .
2011-11-09 15:39:14 +00:00
Mike Jolley
4a8d0e8c7c
My account/login widget. Closes #91 .
2011-11-07 13:27:36 +00:00
Mike Jolley
869f413e9b
New cart code adapted from Lucas Starks pull request.
...
Cart items are indexed by an md5 hash rather than numeric keys so we
can add custom data to cart items.
Plugins can hook in and add meta data, load it, and display it. The
adjust_price() function lets you adjust a products price too since its
loaded and stored in the cart on page load.
All works like a dream, all thats left is to show the values on the
cart page, and store them in the order item meta. Order item meta does
need a slight change though, to allow data with the same keys. Working
on that next.
2011-11-06 13:45:18 +00:00
Mike Jolley
7a78c5c98a
Products on sale widget + transient. Closes #66 .
2011-11-04 20:46:06 +00:00
Mike Jolley
c7300fd9d3
Total_sales / Best sellers widget
2011-11-01 15:41:47 +00:00
Mike Jolley
d40fd373f8
Removed all trailing white space. Closes #71 .
2011-10-26 20:10:36 +01:00
Mike Jolley
16220ae306
Layered nav fix when removing a term from the filter
2011-10-26 17:57:25 +01:00
Mike Jolley
e3486dca1b
Filter button text. Closes #102 .
2011-10-26 15:33:25 +01:00