Skip to content

Can't subscribe item after setting up subscription #62

@hardreggaecafe

Description

@hardreggaecafe

I just set up spree_product_subscriptions on spree 3.7.2 along with installation procedure.
Here's my env.

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.
AwesomeScreenshot-localhost-admin-products-ruby-on-rails-bag-edit-2019-08-08_6_45 (1)

Here's product page.
AwesomeScreenshot-localhost-products-ruby-on-rails-bag-2019-08-08_6_38 (1)

What happened? Tell me how to fix.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions