All Projects → vendrhub → vendr-demo-store

vendrhub / vendr-demo-store

Licence: MIT license
Demo store for Vendr, the eCommerce solution for Umbraco v8+

Projects that are alternatives of or similar to vendr-demo-store

Umbraco-v8-Community-Website-StarterKit
The goal of this repo is to have a community managed starter project/kit for #umbraco v8 following the best practices and showcasing nice tips and tricks
Stars: ✭ 19 (-13.64%)
Mutual labels:  umbraco, umbraco-v8
Skybrud.Umbraco.Redirects
Redirects manager for Umbraco.
Stars: ✭ 31 (+40.91%)
Mutual labels:  umbraco, umbraco-v8
DoStuffWithUmbraco
Bits and Pieces of Code to do things with Umbraco 8 & NetCore
Stars: ✭ 78 (+254.55%)
Mutual labels:  umbraco, umbraco-v8
umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Stars: ✭ 63 (+186.36%)
Mutual labels:  umbraco, umbraco-v8
mildnet
Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.
Stars: ✭ 76 (+245.45%)
Mutual labels:  ecommerce
woo-cart-expiration
Set a time limit on a customer checking out.
Stars: ✭ 19 (-13.64%)
Mutual labels:  ecommerce
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+190.91%)
Mutual labels:  ecommerce
OpenStore
OpenStore
Stars: ✭ 19 (-13.64%)
Mutual labels:  ecommerce
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+518.18%)
Mutual labels:  ecommerce
chorus
Towards an open source stack for e-commerce search
Stars: ✭ 86 (+290.91%)
Mutual labels:  ecommerce
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (+4.55%)
Mutual labels:  ecommerce
reaction-component-library
Example Storefront Component Library: A set of React components for the Example Storefront
Stars: ✭ 95 (+331.82%)
Mutual labels:  ecommerce
snipcart-gatsby-grav
Grav as Headless CMS Tied to Gatsby with GraphQL Schema
Stars: ✭ 27 (+22.73%)
Mutual labels:  ecommerce
ecommerce
Ecommerce project || Python Django
Stars: ✭ 123 (+459.09%)
Mutual labels:  ecommerce
payantNG-php
PHP Library for PayantNG
Stars: ✭ 14 (-36.36%)
Mutual labels:  ecommerce
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+418.18%)
Mutual labels:  ecommerce
shopify-next.js-tailwind
Learn the Shopify + Next.js + Tailwind CSS Stack! SWR, Hydrogen, + more
Stars: ✭ 227 (+931.82%)
Mutual labels:  ecommerce
square-python-sdk
Python client library for the Square API
Stars: ✭ 72 (+227.27%)
Mutual labels:  ecommerce
ecommerce
INNOVATE E-COMMERCE FRAMEWORK
Stars: ✭ 36 (+63.64%)
Mutual labels:  ecommerce
reaction-file-collections-sa-s3
An S3 storage adapter for Reaction Commerce's reaction-file-collections
Stars: ✭ 14 (-36.36%)
Mutual labels:  ecommerce

Vendr Demo Store

Welcome to the Vendr Demo Store, an example webstore setup using Vendr in Umbraco v8 or v9.

Screenshot

About this Demo

In this repo you will find a fully configured basic webstore using Vendr on Umbraco. There are two branches with build for both v8 (.NET Framework) and v9 (.NET Core). The store is based around a fictitious tea retailer called Blendid which lists a variety of teas from multiple companies and also displays them in categories. Where products have multiple pricing options, variant nodes are used to provide buying options for those particular product choices.

The site also showcases a basic shopping cart setup with cart management features via the Vendr API as well as a checkout flow following all the main steps required for a Vendr order entity. On checkout, there will also be examples of order confirmation emails that will be sent (TIP Use something like Papercut to capture these without them needing to be actually sent).

In the back office you'll find a suggested content structure for a working Vendr webstore and you'll also be able to browse the store setup and example orders in the settings and commerce sections respectively.

System Requirements

To get started with the Vendr demo store you will need:

  • Visual Studio 2017 (15.9.7+)
  • .NET SDK 4.7.2 or .NET 5.0

Getting Started

Clone or download this repository locally (it includes all the files you will need including a fully configured SQL CE database)

git clone https://github.com/vendrhub/vendr-demo-store.git

Once you have the repository cloned, switch to the branch for the version of Vendr/Umbraco you wish to use (either v2/netframework/main or v2/netcore/main). You can then open the Vendr.DemoStore.sln solution file in the root of the repository in Visual Studio. Make sure the Vendr.DemoStore.Web project is the startup project by right clicking the project in the Solution Explorer and choosing Set as StartUp Project, and then press Ctrl + F5 to launch the site.

To login to the back office you can do so using the credentails:

Documentation

If you want to get a better understanding of what Vendr does under the hood then you can checkout out the documentation on the Vendr site. There you will find information on all the key concepts as well as detailed technical references.

Getting Help

If you require any help with setup or you are having problems getting it working, please ask for help on our Support Forums

Raising an Issue

If you find any issues with the demo store itself please raise them in the issues section of this repository, if the issue is a core Vendr product issue however, please raise these in the issue tracker on the Vendr repository

License

Copyright © 2019 Outfield Digital Ltd

This demo store is licensed under MIT. The core Vendr product is licensed under an Outfield Digital commercial 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].