Skip to content
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

Is it ready or just for testing? #17

Open
ugintl opened this issue Feb 16, 2021 · 3 comments
Open

Is it ready or just for testing? #17

ugintl opened this issue Feb 16, 2021 · 3 comments

Comments

@ugintl
Copy link

ugintl commented Feb 16, 2021

Is it ready to be used to create a site for a client?

@7o7o
Copy link

7o7o commented Feb 22, 2021

I've been using it for some months and i find it very useful. But as everything with Drupal it comes with some complexity so be aware that you could face different complications in the future...
In any case it will help you learn many things that can be done with Drupal E-commerce. Good luck.

@ugintl
Copy link
Author

ugintl commented Feb 23, 2021

I still tried to install it and sellected "ecommerce profile " during installation. When installation finished, I saw an unstyled page. Did it happpen to you?

@7o7o
Copy link

7o7o commented Feb 23, 2021

Yes. There used to be the style.css file before but now you need to generate it yourself. To do that you have to install npm and gulp:

npm install: https://www.npmjs.com/get-npm
After npm is installed you can do npm install on the theme folder.

Then install gulp:
npm install --global gulp-cli

And then execute gulp on the orange-ecommerce theme. If you want to make modifications you should copy that theme and create a new one. You have more info in the README file of the theme.

After you execute gulp you should see a style.css file on the CSS folder. What gulp does is to grab all .scss files and mix in style.css. Your modifications should go on those .scss files, not on the style.css because it could be overwritten when you compile your scss files.

Maybe for people that is not front end developers it could be a good idea to include again the style.css files so the site don't look unstyled for the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants