21 Commits
Author SHA1 Message Date
Michael Bianco 8d44a25199 Note about improvement to create_digital_links 2013-03-10 09:35:48 -04:00
Michael Bianco 446a23ce3a Adding Spree::Order#reset_digital_links! to ease in handling customer support
Hope to add this as a button to the admin soon.
2012-10-29 13:04:39 -04:00
Michael Bianco fdd8536b5b Tests passing on 1.2 2012-10-29 12:55:37 -04:00
Michael Bianco d1536aa741 Added config to optionally disable deleting digitals on variant deletion 2012-10-29 11:43:47 -04:00
Michael Bianco c5b1b87617 Revert "Remove delete digitals on soft delete of variant"
This reverts commit d23462fadb.
2012-10-29 11:10:06 -04:00
Michael Bianco d23462fadb Remove delete digitals on soft delete of variant 2012-08-07 11:18:12 -04:00
Michael Bianco 27ca264d23 Fixed variant deletion bug 2012-07-15 23:14:25 -03:00
Michael Bianco 95e9b97abe Spree 1.1.2 compat. Adding specs for digital shipping 2012-07-09 13:32:45 -04:00
Michael Bianco 049770056d Refactoring digital shipping calculation and display
* removed the deface override that modified the checkout/_delivery partial
* created custom digital delivery calculator
* removed digital_shipping_method from Spree::Order. Moved logic to available_shipping_methods monkey patch

The main goal was to eliminate the shipping method detection logic from the _delivery partial.
This was a bit of a hack all along and didn't really present the correct information to the underlying
order logic (i.e. rate_hash.blank? would return true when there was no shipping options available).
This should be more future proof and make overriding another aspect of the delivery process easier.
2012-06-23 19:29:21 -04:00
Michael Bianco 12281630d1 Allow multiple digital files to be attached to a single variant.
Useful for multi-format ebook downloads
2012-06-18 16:54:12 -04:00
Jakob 1fd0cd2916 specify available attributes for update 2012-05-14 15:54:57 +02:00
Jakob 831b513e6f specify available attributes for update 2012-05-14 15:48:00 +02:00
Jakob b7ef0a5b9d specify available attributes for update 2012-05-14 14:56:38 +02:00
Michael Bianco e652835a5f Added preferences for click amount and valid days on digital links. Tests for authorization are now running 2012-03-31 11:07:52 -04:00
Michael Bianco c4a85b71d7 Updating all tests. All tests are passing 2012-03-30 19:25:07 -04:00
Michael Gallandfuture e1b4787988 Search for digitals through variants 2011-12-19 18:46:11 +01:00
Michael Gallandfuture 4ecf99a4ae Using resource controller and namespace 2011-12-19 18:46:11 +01:00
Michael Gallandfuture 414cf485ab Spree namespace changes 2011-12-19 18:46:11 +01:00
Michael Gallandfuture 191158639e Adding namespace support 2011-12-19 18:46:11 +01:00
Captain Future ba3042f98b download links should not be in order unless there are digital items :) 2011-04-22 19:16:56 +02:00
Captain Future e6134722d4 boom 2011-04-17 16:26:36 +02:00