VietTH: Implement breadcrumb, add to cart, checkout
Conflicts: app/views/layouts/_breadcrumb.html.haml
Showing
app/assets/stylesheets/cart.css.scss
0 → 100644
app/assets/stylesheets/product.css.scss
0 → 100644
app/controllers/carts_controller.rb
0 → 100644
app/controllers/concerns/carts_management.rb
0 → 100644
app/models/cart.rb
0 → 100644
app/models/cart_item.rb
0 → 100644
app/views/carts/index.html.haml
0 → 100644
app/views/layouts/_cart.html.haml
0 → 100644
app/views/products/add_cart.html.haml
0 → 100644
app/views/products/show.html.haml
0 → 100644
db/migrate/20150706065803_create_carts.rb
0 → 100644
Please
register
or
sign in
to comment