Giter VIP home page Giter VIP logo

silverstripe-commerce's People

Contributors

makreig avatar mlewis-everley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

helpfulrobot

silverstripe-commerce's Issues

Add abandoned cart functionality

Basic process would be that when a user adds items to their shopping cart then logs in, the cart would sync with the database (possibly creating an estimate).

If the user leaves the site and comes back, the cart would retain the items they had added previously.

Add "Add to cart" buttons on a category

At the moment you have to move from a category to a product in order to add to cart. For ease of use, you should be able to add a product to cart directly from the category.

I am guessing that the easiest way to do this would be to add a "CartForm" to the Product Model that somehow posts to the relevant product's controller.

Improve Postage Rates Calculation

At the moment postage is very basic flat rate. This needs to be improved to allow support for variable rates based on weight, size, etc.

Improve order alerts system

At the moment it is pretty basic, need to update so that it is a bit more flexible.

Thinking probably an association to an "alert" object, specifying the action, who it is sent to, and message.

Add pay by check payment type

I imagine this would work by saving the order and generating a page the user can print off, with the order number and postage details.

Add ability to predefine addresses

I think this would work by adding some sort of tablefield to the users account page.

Here they can add multiple addresses and also stipulate if the address is their default address (which would populate the billing fields).

Reorganise shipping in checkout

At the moment you select shipping before entering your address, this needs to be improved so shipping options are based on selected address.

Re-write order generation process

Currently an order is generated and saved into the db at the checkout, instead this should happen when the order summary form is generated (before being sent to the payment provider).

Add "wishlists" functionality

A user would view a product, if logged in they can add the product to a "wishlist" via a button click.

They can then view a "wishlist" page that shows all products added to their wishlist.

Add support for tax rate

This would be a percentage added to all products (unless they opt out under the product settings)

Add tighter integration to CMS module

At the moment catalogue, checkout, and cart are very isolated, I think we need top move these so they at least extend ContentController (or even Page_Controller) and gain access to CMS specific functions.

We also need to ensure that template files loaded via Page_Controller are used for Products, Categories, etc.

Add a simple dashboard to admin

This should display:

  • Number of sales in the last 24 hours.
  • New customers in the last 24 hours.
  • Top 5 products this month.
  • Chart of orders for the last 30 days.
  • Summary of number of products, categories and pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.