So I bought the Sneakers theme and bought almost all plugins including Stripe and paypal for Shopaholic.
When buying a plugin I assume it works out of the box.
Or with some work that is pointed out in the documentation.
I have worked with October CMS but I am no expert at all.
Shopaholic is completely new for me. And having to figure something out with little documentation is very hard.
I thought buying everything would solve most issues because it was all build to work together?
I did a clean install and npm run watch doesn't even run without an error.
Error: Undefined rule selector-max-pseudo-class
EDIT 1selector-max-pseudo-class was due to a old version of stylelint.
Solved by installing 9.10.1. Not the newest one because that gives other errors.
But now I want to get paypal to work. What is a webshop without payment method.
So I got the plugin installed but it does not show up as an option.
Create a new payment method in the backend area of your October installation.
Generate an API token in your PayPal account.
Add the generated token to the created before payment method.
Set up the link between the order properties and the fields that will have been transferring to the payment gateway in the payment method.
Create a new order to verify the PayPal payment gateway works.
There is another thread about this issue.
But I don't know if it is best to ask there as it is older.
Hi! Sneakers theme should works with PayPal plugin from out of the box. Stripe plugin requeres changes in fronend. Stripe plugin developed our partner. I don't have full information about it.
So I bought the Sneakers theme and bought almost all plugins including Stripe and paypal for Shopaholic. When buying a plugin I assume it works out of the box. Or with some work that is pointed out in the documentation. I have worked with October CMS but I am no expert at all.
Shopaholic is completely new for me. And having to figure something out with little documentation is very hard. I thought buying everything would solve most issues because it was all build to work together?
I did a clean install and npm run watch doesn't even run without an error. Error: Undefined rule selector-max-pseudo-class EDIT 1 selector-max-pseudo-class was due to a old version of stylelint. Solved by installing 9.10.1. Not the newest one because that gives other errors.
But now I want to get paypal to work. What is a webshop without payment method. So I got the plugin installed but it does not show up as an option.
There is another thread about this issue. But I don't know if it is best to ask there as it is older.
388
https://github.com/oc-shopaholic/oc-shopaholic-plugin/issues/388
But if I can see the option in the backend I also need to change frontend stuff? How can someone new figure all this out?