inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
64 stars 14 forks source link

Clean up Foundation theme #108

Closed pdt256 closed 7 years ago

pdt256 commented 7 years ago

The Foundation theme should:

jasonraimondi commented 7 years ago

Have a decent base up so far, check out https://inklabs.github.io/kommerce-laravel/foundation-theme.html for a preview, or here is a sneak peek.

kt-foundation-product-detail kt-foundation-cart kt-foundation-home kt-foundation-cart-order-summary kt-foundation-cart-item-added

jasonraimondi commented 7 years ago

Just a small status update. I've been working on cleaning up the Foundation store theme. Overall, it is coming along pretty well. We ended up needing to use a node.js/webpack build for the front end assets because there was an issue with leafo/scss and foundation the way it uses mixins: https://github.com/leafo/scssphp/issues/446

I've been working on several of the mobile views, as well as adding a shopping cart preview to the productShow screen similar to Amazon, right now it is just json on the sidebar:

screen shot 2017-02-06 at 9 25 30 pm screen shot 2017-02-06 at 9 25 28 pm

The goal is to finish foundation as soon as possible as a base theme with minimal javascript, and then extend it with the cardinal theme.

jasonraimondi commented 7 years ago

screen shot 2017-02-08 at 7 00 37 pm screen shot 2017-02-08 at 7 00 34 pm

Previews of the Added to Cart screens in both desktop + mobile view, the mobile view needs some gutters still but thats coming after I eat some dinner 👍

jasonraimondi commented 7 years ago

screen shot 2017-02-08 at 10 16 13 pm