Skip to content

macagua/centromontessori-edx-ecommerce-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centro Educativo Montessori E-Commerce theme

Centro Educativo Montessori Debraning is an elegant, customizable theme for Open edX's E-Commerce Webapp extension.

Platform landing page for E-Commerce Webapp

Platform landing page for E-Commerce Webapp

Platform landing page for Studio Webapp

Platform landing page for Studio Webapp

Note: This version of the Centro Educativo Montessori Debraning E-Commerce theme is compatible with the Koa release of Open edX.

You can view the theme in action at https://ecommerce.centromontessori.edu.mx/courses.

Installation

Centro Educativo Montessori Debraning E-Commerce was specially developed to be used with Tutor (at least v11.0.0) and uabierta-ecommerce-theme. If you have not installed Open edX with Tutor, then installation instructions will vary.

Clone the theme repository:

git clone https://github.com/macagua/centromontessori-edx-ecommerce-theme

Render your theme:

tutor config render --extra-config ./centromontessori-edx-ecommerce-theme/config.yml \
    ./centromontessori-edx-ecommerce-theme/ \
    "$(tutor config printroot)/env/build/openedx/themes/centromontessori-edx-ecommerce-theme"

Stop your platform:

tutor local stop

Rebuild the Openedx docker image:

tutor images build openedx

Restart your platform:

tutor local start -d

You will then have to enable the "centromontessori-edx-ecommerce-theme" theme, as per the Tutor documentation:

tutor local settheme centromontessori-edx-ecommerce-theme ecommerce \
    $(tutor config printvalue ECOMMERCE_HOST)

Upgrade

To upgrade the Centro Educativo Montessori Debraning E-Commerce theme from a previous version, simply pull the changes from the git repository:

cd centromontessori-edx-ecommerce-theme/
git pull

Then run the commands above starting from tutor config render....

Customization

Setting custom values

A few settings in the theme can be easily customised: this includes the theme primary color, landing page tagline, footer legal links. Theme settings are defined in the config.yml file at the root of the repository. You can override all or part of those settings by creating you own config-custom.yml file. Then, render the theme with:

tutor config render \
    --extra-config ./centromontessori-edx-ecommerce-theme/config.yml \
    --extra-config ./centromontessori-edx-ecommerce-theme/config-custom.yml \
    ./centromontessori-edx-ecommerce-theme \
    "$(tutor config printroot)/env/build/openedx/themes/centromontessori-edx-ecommerce-theme"

Changing the default logo and other images

The theme images are stored in centromontessori-edx-ecommerce-theme/static/images for the E-Commerce Webapp. To use custom images in your theme, just replace the files stored in these folders with your own prior to running tutor config render.

Palette colors

  • Icon color: #71bd1f
  • Background color: #f7f7f7
  • Words color: #4c4c4c

License

This work is licensed under the terms of the GNU Affero General Public License (AGPL).

About

A open-edX platform theme for E-learning and E-Commerce Webapps Solutions development by Centro Educativo Montessori

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published