Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 2.36 KB

README_EN.md

File metadata and controls

61 lines (50 loc) · 2.36 KB

Glow responsive Theme for OXID eShop

demo: http://glow.mb-dev.de
based on Flow Theme: https://github.com/OXID-eSales/flow_theme

Work in Progress! to do:

  • testing replaced scripts
  • form validation
  • testing with paypal+

Installation

cd application/views/
git clone [email protected]:vanilla-thunder/glow.git
ln -s ../application/views/glow/out/glow ../../out/glow

requirements

development

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

New Features

  • 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

Important changes

  • 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

Features

  • nodejs less compier & js minifier included
  • using bower for 3rd party libraries

Bugfixes

Removed / Replaced JS scritps and libraries:

  • 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