mstate

Results 4 issues of mstate

Added a line_item_decorator.rb which aliases the copy_price method to precede it with setting of role-based price and list_price from a price book. Also, updated version of the gemspec to 2.4.0...

I've been trying to implement spree_price_books 2-4-stable into my spree 2.4 using the 2-4-stable branch, but having issues with the price of a line item not reflecting the user's role....

The AvailabilityValidator seems to be validating for the entire quantity of the line_item instead of the quantity being added to the line_item (as spree's does). The AvailabilityValidator needs to be...

Rather than launching an RSpec test with a launch configuration, I would rather use an RSpec extension which provides enhanced RSpec functionality (currently using Ruby Spec Runner). When I launch...