Store has an Order Minimum of $10.00 but the PayPal button on the PROD page gets past it. I thought maybe setting the Restrict to Order Total: to $10.00 in the Payment Method Rules for the PayPal Commerce Platform PayPal Payment Method might stop it but it did not. This is a pretty big issue for the store owner. Is there some setting in her PayPal account that might be being overlooked? How does she resolve this?
Announcement
Collapse
No announcement yet.
PayPal Commerce bypasses store Order Minimum
Collapse
X
-
PayPal Commerce bypasses store Order Minimum
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
why not just wrap the button presentation with :
<mvt:if expr="l.settings:global_minibasket:total GE 10">
Therotically, this should also work:
l.settings:global_minibasket:orderminimum_met
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
-
I'll give it a try but in the grand scheme of things this needs to be figured out on a higher level.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
yes, it seem like the mvt:item should be aware of that setting.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment