The Akysz Storefront Child Theme is a theme with several improvements compared to the original Storefront theme
- Download the child theme from it's GitHub Repository Download Akysz StoreFront Child Theme.
- Goto WordPress > Appearance > Themes > Add New.
- Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
- Click Activate to use your new theme right away.
- Single page, fully ajaxified cart and checkout
- Ajaxified "Add to cart" button on product's pages
- Quantity field with larger, custom -/+ buttons
- Simplified product's content layout, tabs has been removed
- Checkout fields:
- email and phone at the beginning
- phone not required
- removed secondary address field
- postcode and city fields in one line
- Mini Cart:
- scroll to mini cart after add to cart
- removed not needed cart button
- details animation
This theme is designed to be used as a child theme for the WooCommerce StoreFront theme which you can download for free below.
Any CSS customizations should be made through style.scss file within the /sass/ folder.
- Install dependencies:
npm install
- Next, you should use command:
gulp build
to compile files or:
gulp watch
to enable compiling theme's style.css and scripts.js after each file save.