WooCommerce style changes (quickbar, shop page)
authorLaury GvR <laury@gaslightmedia.com>
Thu, 25 May 2017 19:27:28 +0000 (15:27 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 25 May 2017 19:27:28 +0000 (15:27 -0400)
commit95450a1f83d149023e2403cff782e025f043ef3d
tree80f16f451b7070b5c569b33def2143fff2a6495d
parenta41c939c49b77c747746728c7e5360bcfdcf1076
WooCommerce style changes (quickbar, shop page)

- removed the shop sidebar
- removed the Ordering dropdown
- reduced some padding on the sides of the shop
- made the strikethrough for Sale prices red, and made the saleprice red, and removed the underline
- added the My Account button to the header and the shop quickbar
- tried 5 products per row - images become too small
- product price color is actually already #494139 (brown/dark-brown)
- products per page increased to 60 (from 16)
- got rid of an error on product detail pages
- shop now displays Categories and Products hierarchically
19 files changed:
css/app.css
css/app.css.map
functions.php
index.php
scss/plugins/_woocommerce.scss
woocommerce.php
woocommerce/loop/add-to-cart.php
woocommerce/single-product/UNUSED_add-to-cart/external.php [new file with mode: 0644]
woocommerce/single-product/UNUSED_add-to-cart/grouped.php [new file with mode: 0644]
woocommerce/single-product/UNUSED_add-to-cart/simple.php [new file with mode: 0644]
woocommerce/single-product/UNUSED_add-to-cart/variable.php [new file with mode: 0644]
woocommerce/single-product/UNUSED_add-to-cart/variation-add-to-cart-button.php [new file with mode: 0644]
woocommerce/single-product/UNUSED_add-to-cart/variation.php [new file with mode: 0644]
woocommerce/single-product/add-to-cart/external.php [deleted file]
woocommerce/single-product/add-to-cart/grouped.php [deleted file]
woocommerce/single-product/add-to-cart/simple.php [deleted file]
woocommerce/single-product/add-to-cart/variable.php [deleted file]
woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php [deleted file]
woocommerce/single-product/add-to-cart/variation.php [deleted file]