demo: http://glow.mb-dev.de
based on Flow Theme: https://github.com/OXID-eSales/flow_theme
- testing replaced scripts
- form validation
- testing with paypal+
cd application/views/
git clone [email protected]:vanilla-thunder/glow.git
ln -s ../application/views/glow/out/glow ../../out/glow
- vt-themesettings for handling child theme settings
this code runs a nodejs app, that will compile styles.less and minify js files in src/js/
cd out/glow
npm install
npm start
- live price update for amount prices
- tprice will be inherited from parent article
- show/hide sidebar by changing theme settings
- smaller header navigation on mobile devices
- additional smaller listitem template for crossselling and accessories
- Logo path is now relative to
out/pictures/wysiwygpro/
- background image path changed to
out/pictures/wysiwygpro/
- different layout for product details page
- some layout changes in checkout
- replaced old reused Azure JavaScripts with simple jQuery
- removed jQuery-UI and some other libs (see list below)
- tpl/widget/product/selectbox.tpl moved to tpl/page/details/inc/selectbox.tpl
because selectbox.tpl is not a widget! - selection dropdowns replaced with native select elements
- nodejs less compier & js minifier included
- using bower for 3rd party libraries
- 6434 - Strange sidebar layout on list.tpl
- 6441 - resource not found: js/libs/cookie/jquery.cookie.min.js
- 6442 - Sticky Navigation in Full-Width Layout
- 6509 - articles with one or more pick lists are put into basket every time one chooses a setting
- jQuery-UI removed
- Bootstrap-Select removed
- jquery cookie removed because smarty can do the job, too.
- jQuery-Bootstrap-Validation (discontinued) -> BootstrapValidator
- Photoswipe (lack of features) -> FancyBox