Closed (works as designed)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
PayPal WPS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2011 at 04:03 UTC
Updated:
3 Feb 2012 at 17:15 UTC
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
Comment #1
derekahmedzai commentedIs 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.
Comment #2
rszrama commentedIn 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.