The module aims to notify a customer of his abandoned cart. It allows you to send a customizable email with the content of the abandoned cart.
It is integrated with Drupal Commerce.

Existing Features :

  • A view displays the abandoned carts with the user e-mail address associated
  • Full Commerce VBO Views integration to select multiple abandoned carts at once

For more information, please visite the project page.
You can either clone the project : git clone --branch 7.x-1.x GuGuss@git.drupal.org:sandbox/GuGuss/1424572.git

As it is integrated with Drupal Commerce, it is for Drupal 7 only !

CommentFileSizeAuthor
Abandoned Carts Page.png136.5 KBGuGuss
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

patrickd’s picture

Status: Needs review » Needs work

welcome,

You are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
(At least this has to be done before switching back to needs review)

while waiting for an in-depht review of your module you can start out fixing some coding style issues detected by automated tools:
http://ventral.org/pareview/httpgitdrupalorgsandboxguguss1424572git

You can also get a review bonus and we will come back to your application sooner.

regards

GuGuss’s picture

Status: Needs work » Needs review

Hey,

I cleaned up the code and commited in a more appropriate branch.

Thanks for the feedback ;)

patrickd’s picture

Assigned: GuGuss » Unassigned

please don't assign your application yourself, only the current reviewer should do this

ionut.alexuc’s picture

Status: Needs review » Needs work

Hi,

I've installed your module and do a simple test.

1. I got this email:

Dear customer,

You can find your shopping cart here : http://sandbox.reviews/user/1/orders/6

[abandoned-cart:order-shopping-cart-table]

See you soon online !

As you can see, the token abandoned-cart:order-shopping-cart-table is not ok.

2. I went to url: http://sandbox.reviews/user/1/orders/6
I see my order details, but I can't continue with that order.

What is the main purpose of this module? Only notify user about an abandoned order?

I was hoping to be able to continue my purchase with that order.

3. Question: when a order is considered to be abandoned?
As I see in your view, it is when the its status is "shopping_cart".

I would say also a order could be abandoned when it is in Checkout, Checkout Shipping (if installed), Checkout Review.
Because I can go to review page, but never complete the payment.

3.1 A order that is updated "10 seconds ago" can't be considered abandoned, isn't it?

4. You have also some minor fixes to do:
http://ventral.org/pareview/httpgitdrupalorgsandboxguguss1424572git

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

jessepinho’s picture

Status: Closed (won't fix) » Needs work

GuGuss: will you be continuing work on this module? It contains very useful functionality that I could use for my own projects. I'll probably be modifying it for my own purposes; are you open to a co-maintainer?

In the meantime, some feedback: ionut.alexuc mentioned the invalid token abandoned-cart:order-shopping-cart-table. Changing this to abandoned-cart-view should fix this, as the token abandoned-cart-view is defined in your tokens.inc.

GuGuss’s picture

@jessepinho: Hi ! Thanks for your proposition ! I just added you as a co-maintainer on the module. I'll try to keep on working on it since I know it can be usefull for some projects ^^

Forgive me for not being able to work on it sooner, I've been really busy those latest months...

jessepinho’s picture

GuGuss: Great! Maybe we can talk by e-mail about where we can go from here.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

I'm a robot and this is an automated message from Project Applications Scraper.

PA robot’s picture

Issue summary: View changes

Update the Git repository for cloning.

stuart1882’s picture

Anyone know how to style the cart contents table in the email it sends out?