Hey everyone,

I tried testing out an order with the Paypal module and get the following message after leaving the checkout to paypal sandbox:

Error Detected Your shopping cart is empty.

even though I have items listed in the shopping cart.

anybody know how to solve this issue?

thanks

Comments

derekahmedzai’s picture

Is the order total zero (or less)? If so, PayPal won't process it.

There was an Ubercart plugin for this (http://drupal.org/project/uc_free_order). Don't know if there is a Commerce equivalent yet.

rszrama’s picture

Status: Active » Closed (works as designed)

In Drupal Commerce, you can just put a condition on the PayPal WPS payment method rule so it does not appear for a $0 order - no module required. If you want a message to appear, there's the Commerce No Payment module for that. Thanks for the tip on the problem, Derek.