Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom cart item class #19

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2014

  1. Configuration menu
    Copy the full SHA
    41bc2bf View commit details
    Browse the repository at this point in the history
  2. Support for customized CartItem class.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    b32188f View commit details
    Browse the repository at this point in the history
  3. Properly read cart item class from setting.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    ff8d7e0 View commit details
    Browse the repository at this point in the history
  4. Read CART_ITEM_CLASS from proper settings module.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    0433d09 View commit details
    Browse the repository at this point in the history
  5. Use passed parameter in mogule loading method.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    61dd64e View commit details
    Browse the repository at this point in the history
  6. Add unit test with custom item class.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    a9d77c0 View commit details
    Browse the repository at this point in the history
  7. Remove not needed space.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    608d4b9 View commit details
    Browse the repository at this point in the history
  8. Remove not needed empty line.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    ace75e6 View commit details
    Browse the repository at this point in the history
  9. Fix unit test for custom cart item class.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    3d3eb9f View commit details
    Browse the repository at this point in the history
  10. Fix tests.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    aa13be5 View commit details
    Browse the repository at this point in the history
  11. Fix test cart item class.

    kristijan committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    7b85f3c View commit details
    Browse the repository at this point in the history