nova-labs / techcomm

Technical Committee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon payments monthly contribution button not showing

tmarkson opened this issue · comments

FIX ASAP

After clicking the 'submit' button on the NL account page, there should be an image that shows from this URL

https://images-na.ssl-images-amazon.com/images/G/01/asp/golden_mediumm_subscribe_withlogo_whitebg.gif

But it's a blank image.

I've had two people tell me they don't know what to do after hitting Submit button on account page because 'nothing happens'. Essentially we're missing out on payment subscriptions because this button isn't showing.

Not sure where this image is defined in the code or what new image to use.

I'm looking at this now. I'm limited to what's in github but it appears
there's a SpaceMan::Mason::Amazon module referenced that I don't see in
github. You can see in SpaceMan/HTML/index.html where the image file is
referenced. I think the easiest thing it to update the code to point to an
alternate image but the code in index.html is so abstracted I can't tell
what happens to that image value once it invokes the method.

On Nov 14, 2012, at 10:37 AM, Ted Markson notifications@github.com wrote:

FIX ASAP

After clicking the 'submit' button on the NL account page, there should be
an image that shows from this URL

https://images-na.ssl-images-amazon.com/images/G/01/asp/golden_mediumm_subscribe_withlogo_whitebg.gif

But it's a blank image.

I've had two people tell me they don't know what to do after hitting Submit
button on account page because 'nothing happens'. Essentially we're missing
out on payment subscriptions because this button isn't showing.

Not sure where this image is defined in the code or what new image to use.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/18.

I just checked the account/index.html file and found an extra 'm' in the '_button' variable.

The button shows now