All Projects → AcroMedia → Commerce Demo

AcroMedia / Commerce Demo

Licence: gpl-2.0
Repo for the Urban Hipster Drupal Commerce demo website built on Drupal 8.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Commerce Demo

Drupal Component Scaffold
Scaffolding Composer plugin for Drupal modules and themes.
Stars: ✭ 11 (-88.04%)
Mutual labels:  drupal
Drupal Nginx Php Kubernetes
Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service. This is a work in progress.
Stars: ✭ 43 (-53.26%)
Mutual labels:  drupal
M0b Tool
exploit
Stars: ✭ 68 (-26.09%)
Mutual labels:  drupal
Drupal Console
The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
Stars: ✭ 913 (+892.39%)
Mutual labels:  drupal
Ultimatedrupalreference
A collection of the best, most promising and most efficient resources for Drupal 8 and 9.
Stars: ✭ 37 (-59.78%)
Mutual labels:  drupal
Droopler
Stars: ✭ 46 (-50%)
Mutual labels:  drupal
Drucker
drucker: Drupal + Docker - Spin up Drupal, Lightning or BLT in seconds.
Stars: ✭ 26 (-71.74%)
Mutual labels:  drupal
Og
https://www.drupal.org/project/og
Stars: ✭ 86 (-6.52%)
Mutual labels:  drupal
Auth0 Drupal
Auth0 Drupal Plugin - Single Sign On, Social Login, SAML and AD/LDAP Integration, User Management, Community Driven, Open Source
Stars: ✭ 42 (-54.35%)
Mutual labels:  drupal
Fail2ban.webexploits
This custom Fail2Ban filter and jail will deal with all scans for common Wordpress, Joomla and other Web Exploits being scanned for by automated bots and those seeking to find exploitable web sites.
Stars: ✭ 67 (-27.17%)
Mutual labels:  drupal
Mr Drupal
Declaratively indicate which Drupal projects you want to use, run `mr update`, the end. No "check tarballs into git", no git submodules, no git-subtree. Great for smallish Drupal sites.
Stars: ✭ 27 (-70.65%)
Mutual labels:  drupal
Commerce Docs
Commerce 2.x documentation
Stars: ✭ 35 (-61.96%)
Mutual labels:  drupal
Docker4drupal
Docker-based Drupal stack
Stars: ✭ 1,045 (+1035.87%)
Mutual labels:  drupal
Neoprene
A set of Fabric tasks to deploy and administer Drupal web applications.
Stars: ✭ 12 (-86.96%)
Mutual labels:  drupal
Awesome Drupal
Useful resources for Drupal CMS 💧
Stars: ✭ 69 (-25%)
Mutual labels:  drupal
Mespronos
Sport betting module for Drupal 8
Stars: ✭ 8 (-91.3%)
Mutual labels:  drupal
Openy
The Open Y platform. See README.md below
Stars: ✭ 45 (-51.09%)
Mutual labels:  drupal
Cmseek
CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs
Stars: ✭ 1,296 (+1308.7%)
Mutual labels:  drupal
Drupalorg Cli
A command line tool for interfacing with Drupal.org
Stars: ✭ 86 (-6.52%)
Mutual labels:  drupal
Docker Examples
There are many like it, but this one is mine.
Stars: ✭ 66 (-28.26%)
Mutual labels:  drupal

Urban Hipster - Commerce 2 & Drupal 8 Demo

This is a full Commerce 2 demo website built on Drupal 8. It has been built for 3 reasons:

  1. So that people can view, interact and login to an actual working demo site.
  2. So that developers can install, trial and review code and configuration.
  3. So that the community can see and discuss what Drupal Commerce includes basically out of-the-box.

NOTE: This is NOT intended to be a base for building a new project, for that we recommend generating your own composer files or use the Commerce Kickstart.

Welcome!

The Urban Hipster demo site has been designed, built and maintained by Acro Media Inc. in order to showcase a working demo of Commerce 2 on Drupal 8. Our goal is to provide an enterprise level example of what can be done out-of-the-box with general software configuration and theming.

Please understand that while we strive to keep the site and its components updated to the latest versions, there may be times where we lag behind a bit.

If you notice any bugs, please submit an issue. We’ll do our best to keep on top of things.

Where to start?

View the demo site

If you still haven’t seen the demo site, check it out!.

Click around, take the interactive guided tours, go through the checkout flow, whatever. This site is made so that you can truly experience what Commerce 2 and Drupal 8 offer as a standard.

Get a personalized tour

If you’d like to have one of our experts go through the site with you and discuss how things work, use the demo site chat or send us a message. We’ll set something up that works around your schedule. You can contact us through are website here.

Developer access

If you’d like to setup a copy of the demo yourself, follow these instructions.

Lando

Requirements

  • Lando
  • General knowledge on how to use this tool

To setup the demo

  1. Clone or download the files.
  2. Cd into the cloned repo and run inv setup
  3. View the site!
  4. Login with username and password as demoadmin.
    • NOTE: demoadmin does have some restrictions. If you'd prefer to login as a full admin, use Drush from the /web root to get a one-time admin login. Drush 9 is included in the vendor dir, so run ../vendor/drush/drush/drush uli.
  5. Go to yoursite.com/admin/config/search/search-api and edit the server named Solr.
  6. Change Solr host to solr and save.
  7. Reindex the Product and POS indexes.
  8. Update site and store email addresses entered in the following locations:
    • Site: yoursite.com/admin/config/system/site-information
    • Stores (each store): yoursite.com/admin/commerce/config/stores
    • Order types (each type): yoursite.com/admin/commerce/config/order-types
    • Webforms (each form): yoursite.com/admin/structure/webform
  9. If you wish to switch to a different sample site, run 'inv update sitename' the 3 options are demo, demoplus and pos

Update a saved database

  1. inv savedb - this will default to demoplus, if you want to save a different db just pass it as a parameter inv savedb demo

Issues

Bugs

If you notice any bugs, please submit an issue. We’ll do our best to keep on top of things. Any bugs found for specific modules should be directed to that modules issue queue on Drupal.org.

Troubleshooting

Please note, our team is busy completing service work for clients, and thus, we will not be able to help you with setting up the demo on your own. If you’re having trouble, some things that could cause your issue are:

  • Is your site running on PHP 7.1 or higher?
  • Are your Drupal file & folder permissions correct?
  • Flush caches (i.e. through Drupal UI or run ../vendor/drush/drush/drush cr from within /web)
  • Update entities (i.e. run ../vendor/drush/drush/drush entup from within /web)
  • Update database (i.e. run ../vendor/drush/drush/drush updb from within /web)
  • Solr server can be reached and indexes have been rebuilt?
  • Have you consulted the software/tool documentation?

If those don’t help, Google the issue or submit an issue to our issue queue. Google will probably be your best friend :)

Let us set it up for you (and other stuff)

If you’re a business and interested in having Acro Media setup the demo for you, or if you’d like to talk to us about something else, contact us!

Photo Credits

The photos used in this website have been provided by the generous community of photographers at Unsplash (view license).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].