Skip to content

Commit

Permalink
more carriage returns
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed May 23, 2016
1 parent b5c0eb4 commit ffd1de8
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
=== WooCommerce Cart Tab ===
Contributors: jameskoster
Tags: woocommerce, ecommerce, cart
Requires at least: 4.4
Tested up to: 4.5.2
Stable tag: 0.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Displays a sitewide link to the WooCommerce cart which reveals the cart contents on hover.
== Description ==
A big UX mistake on many eCommerce web sites is hiding access to the cart. The next logical step after adding a product to the cart is to buy it. Don't frustrate your customers by making them search for the cart button!
Upon activationg this plugin will display a link to the WooCommerce cart which is visible sitewide and fixed in position so it remains visible wherever the user scrolls. When the user hovers over the tab, the full cart widget is displayed.
There are options (Catalog tab, WooCommerce settings) to display the cart tab on the right or the left, to use a light or dark skin to match your theme and to display the cart widget on hover or not.
Please feel free to contribute on <a href="https://github.com/jameskoster/woocommerce-cart-tab">github</a>.
== Installation ==
1. Upload `woocommerce-cart-tab` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Choose your display settings on the catalog tab of the WooCommerce settings screen
3. Done!
== Frequently Asked Questions ==
= It doesn't look like the screenshots on my site, what gives? =
This plugin uses CSS3 for things like animation, rounded corners and box shadows. If you're not using a modern browser then it might not look the same as the screenshots.
There is also the possibility that your theme is overwriting styles although that will be unlikely.
= I found and fixed a bug how can I help? =
Thanks! Please fork the repo on <a href="https://github.com/jameskoster/woocommerce-cart-tab">github</a>, push your fix then send a pull request.
== Screenshots ==
1. The cart tab.
2. The cart tab on hover.
3. The cart tab with dark skin enabled.
== Changelog ==
= 0.4.0 - 23/05/2016 =
* New - Option to display cart total or subtotal. Props @craigtracey
= 0.3.1 - 04/17/2014 =
* Fix - Hide the tab shadow when the cart is hidden.
= 0.3.0 - 04/03/2014 =
* WooCommerce 2.1 compatibility.
= 0.2.2 - 14/01/2014 =
* Sanitized some outputs (kudos colegeissinger).
= 0.2.1 - 16/09/2013 =
* Better way of hiding the cart. Compatible with WP Super Cache as long as "late init" is enabled. Kudos bigbrowncow.
= 0.2 - 01/07/2013 =
* Added option to hide cart tab if the cart is empty. Kudos azhkuro.
= 0.1.1 - 30/05/2013 =
* Improved i18n
* added languages folder
* added default .po file
* added German translations for v0.1.1 (inluding the above enhancements)
* Kudos to deckerweb for the above :-)
* UI tweak to be inline with 2.0s slightly updated settings API
* Stripped object pass by reference
= 0.1 =
=== WooCommerce Cart Tab ===
Contributors: jameskoster
Tags: woocommerce, ecommerce, cart
Requires at least: 4.4
Tested up to: 4.5.2
Stable tag: 0.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Displays a sitewide link to the WooCommerce cart which reveals the cart contents on hover.

== Description ==

A big UX mistake on many eCommerce web sites is hiding access to the cart. The next logical step after adding a product to the cart is to buy it. Don't frustrate your customers by making them search for the cart button!

Upon activationg this plugin will display a link to the WooCommerce cart which is visible sitewide and fixed in position so it remains visible wherever the user scrolls. When the user hovers over the tab, the full cart widget is displayed.

There are options (Catalog tab, WooCommerce settings) to display the cart tab on the right or the left, to use a light or dark skin to match your theme and to display the cart widget on hover or not.

Please feel free to contribute on <a href="https://github.com/jameskoster/woocommerce-cart-tab">github</a>.

== Installation ==

1. Upload `woocommerce-cart-tab` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Choose your display settings on the catalog tab of the WooCommerce settings screen
3. Done!

== Frequently Asked Questions ==

= It doesn't look like the screenshots on my site, what gives? =

This plugin uses CSS3 for things like animation, rounded corners and box shadows. If you're not using a modern browser then it might not look the same as the screenshots.

There is also the possibility that your theme is overwriting styles although that will be unlikely.

= I found and fixed a bug how can I help? =

Thanks! Please fork the repo on <a href="https://github.com/jameskoster/woocommerce-cart-tab">github</a>, push your fix then send a pull request.

== Screenshots ==

1. The cart tab.
2. The cart tab on hover.
3. The cart tab with dark skin enabled.

== Changelog ==

= 0.4.0 - 23/05/2016 =
* New - Option to display cart total or subtotal. Props @craigtracey

= 0.3.1 - 04/17/2014 =
* Fix - Hide the tab shadow when the cart is hidden.

= 0.3.0 - 04/03/2014 =
* WooCommerce 2.1 compatibility.

= 0.2.2 - 14/01/2014 =
* Sanitized some outputs (kudos colegeissinger).

= 0.2.1 - 16/09/2013 =
* Better way of hiding the cart. Compatible with WP Super Cache as long as "late init" is enabled. Kudos bigbrowncow.

= 0.2 - 01/07/2013 =
* Added option to hide cart tab if the cart is empty. Kudos azhkuro.

= 0.1.1 - 30/05/2013 =
* Improved i18n
* added languages folder
* added default .po file
* added German translations for v0.1.1 (inluding the above enhancements)
* Kudos to deckerweb for the above :-)
* UI tweak to be inline with 2.0s slightly updated settings API
* Stripped object pass by reference

= 0.1 =
Initial release.

0 comments on commit ffd1de8

Please sign in to comment.