Open review form lightbox if accessed via anchor
This commit is contained in:
parent
07076d64f0
commit
32f7e09401
|
@ -1160,6 +1160,11 @@
|
|||
'overlayShow' : true
|
||||
});
|
||||
|
||||
// Open review form lightbox if accessed via anchor
|
||||
if( window.location.hash == '#review_form' ) {
|
||||
$('a.show_review_form').trigger('click');
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
})(jQuery);
|
File diff suppressed because one or more lines are too long
|
@ -194,6 +194,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Feature - Updated/new dummy data (including .csv files to be used with [Product CSV Import Suite](http://www.woothemes.com/products/product-csv-import-suite/)).
|
||||
* Feature - Option to hold stock for unpaid orders (defaults to 60mins). When this time limit is reached, and the order is not paid for, stock is released and the order is cancelled.
|
||||
* Feature - Added set_stock() method to product class.
|
||||
* Feature - Linking to mydomain.com/product#review_form will now open the review form on load (if WooCommerce lightbox is turned on)
|
||||
* Templating - Revised pagination, sorting areas (sorting is now above products, numbered pagination below) and added a result count.
|
||||
* Templating - email-order-items.php change get_downloadable_file_url() to get_downloadable_file_urls() to support multiple files.
|
||||
* Templating - loop-end and start for product loops, allow changing the UL's used by default to something else.
|
||||
|
|
Loading…
Reference in New Issue