-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I just set up spree_product_subscriptions on spree 3.7.2 along with installation procedure.
Here's my env.
- Rails 5.2.2
- Ruby 2.5.1
- Spree 3.7.2
- MySQL 5.7
And also installed gem spree_product_subscriptions on rspecs branch.
https://github.com/vinsol-spree-contrib/spree_product_subscriptions/tree/rspecs
Installation worked well, but some awkward behavior is shown.

Subscription didn't work.
I reviewed steps of github like this.
-
Add spree_product_subscriptions to your Gemfile:
gem 'spree_product_subscriptions', github: 'vinsol-spree-contrib/spree_product_subscriptions'
-
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_product_subscriptions:install -
You can also seed the default data with:
-
bundle exec rails g spree_product_subscriptions:seed
After installation, started my app. And then configured the item like this.

What happened? Tell me how to fix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
