

jellybean55
Members-
Content count
17 -
Joined
-
Last visited
Profile Information
-
Real Name
jen
-
Has there been any solution to installing osc 2.3 with the authorize net module. I am having the exact problem at this time.
-
CONTRIBUTION Social Login with Facebook / Google 2.3.1/2
jellybean55 replied to thejudge99's topic in Add-Ons Development
i get this information when i open the facebook window I get a message that says "unknown collumn 'username' in field list" -
Thank you. This works nicely.
-
Simple Multi Image Add-on (Un-Limited) with FancyBox Popups
jellybean55 replied to spooks's topic in General Add-Ons Support
Is this available for 2.3.1? -
Hi Jim, This add on worked great for me and my files are heavily modified. I am building a 2.3.1 store. Although the box is easy and works, what would I do to get a generic box 2 or 3 added? Thanks
-
Hi Again, Im glad it is working. Unfortunately, I have all the buttone where i want them but my buttons dont do anything. I gave checked for white spaces. I dont get any error message. The buttons seem to click when you hover over them, but nothing after that. Is it on the facebook app side? The whole canvas url thing ....Im just not sure about it.
-
Andreas, I found on another thread that if you add <html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> your buttom will appear in IE from the plain text. Now, for me this buttom still does not do anything.
-
Hi, I have been following this thread. I just want to add that I am having the same issue as Andreas. I have installed the contrib and created the app, however in firefox there is a button that does nothing and in IE there is just a small bit of text with no link and no button. Thank you
-
I appreciate the resource but ill just go back to multi page checkout. There are so many things to work on ....its was cool addon if it worked. If i ever get it i'll be sure to post the answer though.
-
unfortunately, changing any of those numbers dosent seem to have an affect :(
-
This string is the piece of information that blocks out the middle cc number on the confirmation page to a row of x's. the one page checkout dosent seem to need it and the error is fixed when you remove it, like this: 'field' => substr($this->cc_card_number, 0, 4) . str_repeat('X', (strlen($this->cc_card_number) - 8)) . substr($this->cc_card_number, -4)), 'field' => substr($this->cc_card_number, 0, 4), however this does not fix the problem of the missing fields below. The table for the fields seems to be in the payment_method.php file in the checkout folder. I still dont know why it isnt showing.
-
I am using the goemerchant module and having the same problem. I have moved the code around all night and get same results as beauster above. Does anyone think the problem of missing fields is in the checkout.php page and not the module page? Im burnt on this one but if anyone even has a clue I will keep working on it. Thanks