Title: MoceanAPI Abandoned Carts for WooCommerce
Author: moceanapiplugin
Published: <strong>1 de juny de 2021</strong>
Last modified: 26 d'abril de 2023

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

![](https://ps.w.org/moceanapi-abandoned-carts/assets/icon-128x128.png?rev=2540480)

# MoceanAPI Abandoned Carts for WooCommerce

 Per [moceanapiplugin](https://profiles.wordpress.org/moceanapiplugin/)

[Baixa](https://downloads.wordpress.org/plugin/moceanapi-abandoned-carts.1.2.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/moceanapi-abandoned-carts/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/moceanapi-abandoned-carts/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/moceanapi-abandoned-carts/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/moceanapi-abandoned-carts/#developers)

 [Suport](https://wordpress.org/support/plugin/moceanapi-abandoned-carts/)

## Descripció

### MoceanAPI Abandoned Carts for WooCommerce

MoceanAPI Abandoned Carts for WooCommerce is a powerful plugin designed to help 
business owners recover lost customers and increase revenue. Our plugin sends SMS
to customers who have abandoned their cart, reminding them to complete their purchase.

This is a plugin that can catch abandoned carts in [WooCommerce](https://woocommerce.com)
checkout form and send sms notification to admin and customer for recovering abandoned
carts. This plugin showing the customers who have abandoned carts in a table with
their details such as name, email, phone number, location, abandoned items, total
amount and time.

Cart is considered as abandoned only after customer save it in their cart more than
60 minutes. If customer enable email notification, an email will send to admin or
specific email address once triggered abandoned carts. After that, if admin didn’t
take any action like send email or send sms to customers, a sms notification will
send to admin or specific phone number for recovering the abandoned carts.

User’s details will be removed from abandoned carts table once users complete the
payment and reaches WooCommerce “Thank you” page.

Try for FREE. 20 trial SMS credits will be given upon [registration](https://dashboard.moceanapi.com/register?fr=wp_abandoned_carts).
Additional SMS credits can be requested and is subject to approval by MoceanSMS.

Features:

 * Save WooCommerce checkout field’s data immediately.
 * Listed all abandoned carts with user details in a table with clear format.
 * Update Cart’s item listed in abandoned carts immediate when checkout fields updated
 * Notify admin whever there’s new abandoned carts by email and sms. Notification
   frequency is able to customize by user.
 * Notify customer by sending Bulk SMS or Email notification to recover abandoned
   carts.
 * SMS and Email contents can be customized for admin or customers who having abandoned
   cart.
 * Help to save unregistered user’s carts by enabling “Exit Intent popup” function.
 * Customizable SMS templates

### How does MoceanAPI Abandoned Carts for WooCommerce help you ?

 * Recover lost customers
 * Increase revenue
 * Improve customer retention
 * Reduce cart abandonment rates

### MoceanAPI Abandoned Carts for WooCommerce is perfect for

 * Business owners
 * Entrepreneurs
 * E-commerce store owners
 * WooCommerce users

Install MoceanAPI Abandoned Carts for WooCommerce now and start recovering lost 
customers and increasing revenue today!

## Captures

 * [[
 * Abandoned cart table
 * [[
 * Email Settings
 * [[
 * SMS Settings
 * [[
 * Exit Intent

## Instal·lació

 1. Search for “MoceanAPI Abandoned Carts for WooCommerce” in “Add Plugin” page and
    activate it.
 2. Configure the settings in WooCommerce > MoceanAPI Abandoned Carts.
 3. Enjoy.

#### Have questions?

If you have any questions, you can contact our support at support@moceanapi.com

## PMF

### Where is the information in abandoned cart table from?

Information in table is saved from the fields in WooCommerce Checkout page. f the
fields are added outside of Checkout page or Checkout page input field ID values
are changed, the plugin will not be able to load data.
 Input field ID values should
be default:

 * #billing_first_name
 * #billing_last_name
 * #billing_phone
 * #billing_email
 * #billing_company
 * etc.

### When will the infomation in abandoned cart table saved?

Information in abandoned cart table is saved right after the user gets to the Checkout
form and one of the following events happen:

 * Correct email address is entered
 * Phone number is entered
 * On Checkout page load if email or phone number input fields are already filled
 * Any Checkout form input field with a class “input-text” is entered or changed
   if a valid Email or Phone number has been entered

For ghost carts, the cart will be saved as soon as the user adds an item to his 
cart if it have been enabled. It will remain as a ghost cart until one of the above
events has occurred.

### When would a cart be considered as abandoned?

A shopping cart only considered as abandoned after 60 minutes of the cart saved.
For example, if a cart saved at 2pm, then it will be considered as abandoned only
after 3pm.

### How the email and sms notification for admin work?

To enable email notification function, you need to set the notification intervals
such as “Every hour”. Once the cart is saved and is considered as abandoned after
60 minutes, you will receive a notification about it in your email.

Set the notification intervals also be the way to enable sms notification function.
But sms notification will be only send after admin receive email notification for
abandoned cart(s) but do not take action for recovering abandoned cart. Action taken
are sending bulk email and sms notification to customer.

Please take note that you will not be notified about previously abandoned carts 
and received sms notification if action taken for new abandoned cart(s).

### How the bulk email and bulk sms notification for Customer work?

This bulk notification is used for recovering abandoned cart by sending email or
sms to remind customer about their carts. You can also provide some offer code inside
the bulk email content or bulk sms content and send to specific customer in order
to increate the rate of recovering abandoned carts.

You can select “Send SMS” or “Send Email” in bulk actions above abandoned carts 
table. Email and SMS only able to send when “email” and “phone” fields in abandoned
carts table in not empty.

### WooCommerce order “Failed”, but no abandoned cart saved?

Once a user reaches WooCommerce “Thank you” page – the abandoned cart is automatically
removed from the table since the cart is no longer considered as abandoned (regardless
of the order status). In this case you can see all of the submitted user data under
WooCommerce > Orders.

### Why I cannot receive Email notification?

Please note how WordPress handles Cron job that is responsible for sending out email
notifications. Scheduled actions can only be triggered when a visitor arrives on
a WordPress site. Therefore, if you are not getting any traffic on your website 
you will not receive any email notifications until a visitor lands on your website.

By default, notifications will be sent to WordPress registered admin email. But 
you can also set a different email address at //wordpress/wp-includes/functions.
php

function change_from_email( $html ){
 return ‘your@gmail.com’; } add_filter( ‘moceanapi_abandoned_carts_from_email’,‘
change_from_email’ );

You also can check about whether can receive email such as new user registered or
new order placed from WordPress .

### Why my customer and admin unable to receive sms notification?

Please ensure that the billing country have been selected or the phone numbers are
provided with country code.
 For example, if admin phone number is at Malaysia, 
the country code will be +60 so the phone number provided will be 60123456789.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«MoceanAPI Abandoned Carts for WooCommerce» és programari de codi obert. La següent
gent ha col·laborat en aquesta extensió.

Col·laboradors

 *   [ moceanapiplugin ](https://profiles.wordpress.org/moceanapiplugin/)

[Traduïu «MoceanAPI Abandoned Carts for WooCommerce» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/moceanapi-abandoned-carts)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/moceanapi-abandoned-carts/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/moceanapi-abandoned-carts/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/moceanapi-abandoned-carts/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/moceanapi-abandoned-carts/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.2

Initial version released

## Meta

 *  Versió **1.2.0**
 *  Darrera actualització **fa 3 anys**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 4.6 o posterior **
 *  Provada fins a **6.0.11**
 *  Versió del PHP ** 5.6 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/moceanapi-abandoned-carts/)
 * Etiquetes
 * [abandoned carts](https://ca.wordpress.org/plugins/tags/abandoned-carts/)[mocean](https://ca.wordpress.org/plugins/tags/mocean/)
   [sms](https://ca.wordpress.org/plugins/tags/sms/)[woocommerce](https://ca.wordpress.org/plugins/tags/woocommerce/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/moceanapi-abandoned-carts/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[Afegeix una ressenya](https://wordpress.org/support/plugin/moceanapi-abandoned-carts/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/moceanapi-abandoned-carts/reviews/)

## Col·laboradors

 *   [ moceanapiplugin ](https://profiles.wordpress.org/moceanapiplugin/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/moceanapi-abandoned-carts/)