Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbrightproject/NBrightBuy
NBrightStore - E-Commerce for DNN (NBSv3)
https://github.com/nbrightproject/NBrightBuy
dnn dotnetnuke ecommerce
Last synced: 3 months ago
JSON representation
NBrightStore - E-Commerce for DNN (NBSv3)
- Host: GitHub
- URL: https://github.com/nbrightproject/NBrightBuy
- Owner: nbrightproject
- Created: 2015-06-21T19:36:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T09:46:47.000Z (over 3 years ago)
- Last Synced: 2024-07-28T02:33:37.849Z (3 months ago)
- Topics: dnn, dotnetnuke, ecommerce
- Language: JavaScript
- Homepage: http://www.nbrightproject.org/
- Size: 200 MB
- Stars: 21
- Watchers: 19
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dnn - NB-Store - Commerce for DNN - (by: @nbrightproject) (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
# This project is not supported. Use OpenStore v4.
https://www.openstore-ecommerce.com
# NBrightBuy
NBrightStore - E-Commerce for DNN (NBSv3)Developer please read this to get started:
http://nbsdocs.nbrightproject.org/Documentation/Developerguide/DevSetup.aspx
v3.6.5
- Allow shipping provider to adjust all shipping cost by a percentage.
- Fix template to display document download name.v3.6.5
- Fix bug on category sortv3.6.3
- update JS file.v3.6.2
- Fix bug on Category removal and default.v3.6.1
- Fix to category Product Select.
- Fix Tax Drop Down to display description, not value.
- Add apply tax to all products in a category.
- Redisplay missing add button for products.
- Activate Richtext for bespoke model fields.v3.6.0
- Convert Product Admin to Razor.
- BREAKING CHANGE TO CUSTOM PRODUCT FIELD - The file "producfield.html" is used to create bespoke field in the product admin. If you have used this file it will need to be converted to razor as "productfield.cshtml"
- Allow custom field on the model, using the file called "modelfields.cshtml"
- Convert Client Admin to Razor.
- Add custom fields to Client Admin "clientfields.cshtml"
- REQUIRED min. v8.2.0.0 on NBrightTS (Templating system)