You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the Potion Store Project
|
|
|
Problem with coupons and PayPal
|
| |
I've been having problems with coupons and PayPal. It seems when
transmitting the order to PayPal, it sends line items over but the
discount from the coupon is not applied to the line items, just the
total. So, from their POV, the line items do not add up to the total.
Is anyone else seeing this or, even better, have a fix?... more »
|
|
Paypay refund crash
|
| |
Just testing the refund feature and got a crash res = PayPal.make_nvp_call(params, micropayment = self.total < 12) Looks like PayPal.make_nvp_call() only takes a single parameter. Anyone know why this micropayments was included and should micropayments go into the params? 2012-04-06T22:14:59+00:00 app[web.1]: ArgumentError (wrong number of... more »
|
|
505 problem "storeSheets" stylesheet_link_tag problem
|
| |
Just updated to the latest master code
I put it on heroku and it doesn't like this "storeSheets" thing
<%= stylesheet_link_tag "store", "mytheme", :media => "all", :cache
=> "storeSheets" %>
Anyone know what is happening? This code is fairly new.
2012-01-20T03:28:59+00:00 app[web.1]: ActionView::TemplateError... more »
|
|
setting address1 for not is_live() to a default value doesn't work
|
| |
There's code to set a testing credit card and other info when doing
sandbox testing, but address1 doesn't work. The others (name, email
etc) all work.
I saw some comments about a Safari autofill bug fix for address1,
maybe that causes it? Is that hack still needed. Let me know how to
fix it if possible.... more »
|
|
Any Potion Store gurus in SF?
|
| |
I'm getting ready to launch my app with Potion Store. I set it all up
and it's on Heroku and it all seems to work just fine, but I'm nervous
that if something goes wrong I'll be stuck since I don't know much
about Ruby or how the code works. It would be great to have someone
verify my setup and someone I can call when there is a problem or an... more »
|
|
Stripe Support
|
| |
I assume a lot of people have seen stripe ([link]). Maybe
it'd be a good payment processing solution option for PS?
-Greg
|
|
Getting the 'order summary' field to populate with paypal
|
| |
Hi All, I had a customer recently complain that they were being asked to agree to pay with paypal without knowing the amount -- it took a bit of work to sort out what she meant but the problem was when using paypal the first screen you see asks for username/password and has a 'your order details' screen... more »
|
|
Using PayPal API signature
|
| |
I'm setting up Potion Store for a client who is attempting to migrate
from a proprietary storefront. The old storefront will need to stay
operational during the switchover, but there's a catch. Potion Store
seems only to work with a PayPal API certificate, but his current
storefront requires a PayPal signature. PayPal accounts may be... more »
|
|
uninitialized constant MysqlCompat::MysqlRes
|
| |
I'm having some difficulty setting up the Potion store on my Mac:
$ rake db:migrate --trace
(in /Users/rmann/Downloads/potions tore-0.5.0)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant MysqlCompat::MysqlRes... more »
|
|
|