Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcasabona/woo-product-tools
This is a simple plugin for WooCommerce that will change the product title in the cart to help prevent cart abandonment
https://github.com/jcasabona/woo-product-tools
Last synced: about 1 month ago
JSON representation
This is a simple plugin for WooCommerce that will change the product title in the cart to help prevent cart abandonment
- Host: GitHub
- URL: https://github.com/jcasabona/woo-product-tools
- Owner: jcasabona
- License: gpl-3.0
- Created: 2017-10-21T22:01:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T18:07:24.000Z (about 5 years ago)
- Last Synced: 2024-05-21T17:10:26.279Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 1.48 MB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-woocommerce - WooCommerce Cart Product Title - This is a simple plugin for WooCommerce that will change the product title in the cart to help prevent cart abandonment. (Handy Code Snippets and Plugins)
README
=== Plugin Name ===
Contributors: jcasabona
Donate link: https://casabona.org/coffee/
Tags: woocommerce, cart, churn, abandonment
Requires at least: 3.0.1
Stable tag: 0.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlThis is a simple plugin for WooCommerce that will change the product title in the cart to help prevent cart abandonment.
== Description ==
This started off as a simple plugin for WooCommerce that would change the product title in the cart to help prevent cart abandonment. The idea is that once a user gets to the cart page, viewing only the product title without any of the benefits makes it less likely for them to click the buy button.
It's currently being developed into a small suite of tools to improve single product management in WooCommerce.
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `wc-cpn.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress== Frequently Asked Questions ==
= Is there more coming to this plugin? =
Maybe! We'll see how the basic one goes.
== Screenshots ==
1. The new field added on the Add/Edit Product Page
2. Note different title and field values
3. Product Page on Front End with Product Ttitle
4. Cart Page on Front End with custom field title== Changelog ==
= 0.7 =
Changed name to Woo Product Tools= 0.6 =
Added support for a custom Thank You page on a per-product level, that can be any URL.= 0.5 =
The first version! Wooo.