-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't subscribe item after setting up subscription #62
Comments
Hi @hardreggaecafe |
Hi, @pratibhamansinghka I appreciate your sincerity. |
@pratibhamansinghka How's it going? If you can't reproduce that issue, I'll help you. Name it. |
@pratibhamansinghka Did you reproduce it? |
Hi @hardreggaecafe You can also raise a PR for the same and we will be happy to merge that. |
@pratibhamansinghka |
@pratibhamansinghka Excuse me. Could you tell me what should I do for PR? Name it, please. |
@pratibhamansinghka Could you tell me what's going on? |
@hardreggaecafe You can upgrade this gem to be compatible with spree versions 3.6 and 3.7. We are working on the upgrades. Meanwhile, if you have already fixed the issues in upgrades, you can raise a pull request against |
Thank you for the reply @vinay-mittal . Unfortunately, I can't figure out how to fix this problem. |
Hey @vinay-mittal and @pratibhamansinghka, any updates here on the upgrade? |
I just set up spree_product_subscriptions on spree 3.7.2 along with installation procedure.
Here's my env.
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.
Here's product page.
What happened? Tell me how to fix.
The text was updated successfully, but these errors were encountered: