Hey Everyone,
I'm new to Open Cart and so far I am very pleased with it, but I'm having trouble getting paypal set up properly. I have a fresh install and within the admin under payments I changed the email address for the paypal payments to my paypal email. Problem is when I attempt to purchase something within my cart it does send me to paypal but only allows you to sign in(no credit card option). Is there another setting within OpenCart to activate this, or is it something within PayPal I have not activated??
Thanks in advance for any help!
I'm new to Open Cart and so far I am very pleased with it, but I'm having trouble getting paypal set up properly. I have a fresh install and within the admin under payments I changed the email address for the paypal payments to my paypal email. Problem is when I attempt to purchase something within my cart it does send me to paypal but only allows you to sign in(no credit card option). Is there another setting within OpenCart to activate this, or is it something within PayPal I have not activated??
Thanks in advance for any help!
Good Luck on this answer. Everyone here seems to like to be cryptic. This OpenCart community makes ZenCart Look like Microsoft Word.
It would be nice if all the configuring for this cart were spelled out in steps. You know, like most manuals.
That's my piece - as a new viewer of OpenCart. Hopefully this is accepted in the right spirit.
It would be nice if all the configuring for this cart were spelled out in steps. You know, like most manuals.
That's my piece - as a new viewer of OpenCart. Hopefully this is accepted in the right spirit.
Its a very young open source project so you get what you paid for
There is no documentation of any significance but you can work out most things by trying out the admin and seeing what happens and by searching (use advanced search) the forums and reading. Its about trying to help yourself and asking questions should be the last resort.
The paypal payment extension is supposed to take you to a login screen so that you (acting as a customer) can log into your paypal account and pay money to the owner of the stores paypal account. The other paypal API's are not part of this implementation. Note that if you are testing, you will need to set up client and customer test accounts in the paypal sandbox and have it running while you are testing your store.

The paypal payment extension is supposed to take you to a login screen so that you (acting as a customer) can log into your paypal account and pay money to the owner of the stores paypal account. The other paypal API's are not part of this implementation. Note that if you are testing, you will need to set up client and customer test accounts in the paypal sandbox and have it running while you are testing your store.
thanks for the response. I went ahead and bought form myself - all I did to configure was put in my PayPal Merchant email address where appropriate in ADMIN.
I was expecting to be able to download some photos - but was never given the opportunity.
When I click Downloads as a customer - I get a message that says "You have not made any previous downloadable orders!"
Any suggestions - without the "Go Fish" comments ?
I was expecting to be able to download some photos - but was never given the opportunity.
When I click Downloads as a customer - I get a message that says "You have not made any previous downloadable orders!"
Any suggestions - without the "Go Fish" comments ?
You have to add the downloads via admin menu Catalog->Download
Then add a product that is a download (selected on the download tab in product maintenance). Then you have to purchase that product. Then you can go to downloads in your customer account to get one.
Note that the download "alias" kind of renames the file and the download name is what the customer sees in their list of available downloads.
Sorry if you were offended by the fishing analogy. It was a light hearted response as to why the other poster was trying to show you how to help yourself rather than spoon feed. I only help people for fun here and am not involved in the development of this project.
Then add a product that is a download (selected on the download tab in product maintenance). Then you have to purchase that product. Then you can go to downloads in your customer account to get one.
Note that the download "alias" kind of renames the file and the download name is what the customer sees in their list of available downloads.
Sorry if you were offended by the fishing analogy. It was a light hearted response as to why the other poster was trying to show you how to help yourself rather than spoon feed. I only help people for fun here and am not involved in the development of this project.
Ok, so the current implementation is pretty much just for PayPal Users. I was looking at other shopping carts and when they send you to paypal it gives 2 options, pay with credit card or sign into paypal. I guess I was on a wild goose chase since this hasn't been implemented yet. Are there any plans to implement such?? Anyone know how hard would something like that be if I felt adventurous?
First of all,
Thanks for addressing my Q. I actually figured out everything you said beforehand, i.e. I had already uploaded the "download" files. but after the purchase - the downloads file for the customer was empty.
Also - there was no tool to write in descriptions for everythign we laod. I jsut typed in the empty space.
I uninstalled and reinstalled and now I actually see more rools nthe progrma. I must have had a corrupt installation.
Maybe the uplaods will work now. If not, I will use pixelpost for the photo gallery.
I am still using this program for other retail purposes. I just it to an old customer. Not the program - but the services I offer.
I generally use ZenCart - but what a monster. It seems easy to me now, but I had a lot to learn and it jsut overwhelms my cusotmers.
I hope the download work now.
thanks again,
aallen
Thanks for addressing my Q. I actually figured out everything you said beforehand, i.e. I had already uploaded the "download" files. but after the purchase - the downloads file for the customer was empty.
Also - there was no tool to write in descriptions for everythign we laod. I jsut typed in the empty space.
I uninstalled and reinstalled and now I actually see more rools nthe progrma. I must have had a corrupt installation.
Maybe the uplaods will work now. If not, I will use pixelpost for the photo gallery.
I am still using this program for other retail purposes. I just it to an old customer. Not the program - but the services I offer.
I generally use ZenCart - but what a monster. It seems easy to me now, but I had a lot to learn and it jsut overwhelms my cusotmers.
I hope the download work now.
thanks again,
aallen
oh - I am sorry to hear that... 
What kind of option do I have now?
I installed the whole thing and customized it and now I can't use paypal checkout for credit cards like most normal carts?
Oh please...
I need some direction on coding the thing then...
where can I start? Can I configure paypals API? How can I let my client's customers pay with a credit card?
Have mercy!


What kind of option do I have now?
I installed the whole thing and customized it and now I can't use paypal checkout for credit cards like most normal carts?
Oh please...
I need some direction on coding the thing then...
where can I start? Can I configure paypals API? How can I let my client's customers pay with a credit card?
Have mercy!

I'm not sure what is going on here .... I have just this week successfully setup OpenCart to process credit card orders via PayPal. I've used Bruce's PayPay Improved contribution:
http://www.opencart.com/contribution/in ... tion_id/33.
On the PayPal side:
i) The account must be a Business or Premier account to accept credit cards
ii) We're using PayPal Website Payments Standard - not PRO
iii) In the PayPal Profile, go to Selling Preferences -> Website Payment Preferences
iv) Turn Auto return on and enter your store's Return URL:
http://www.YOURSTORE.COM/index.php?cont ... ut_success
v) Leave Payment Data Transfer OFF
vi) Ensure Block Non-encrypted Website Payment is OFF
vii) PayPal Account Optional setting: ON
viii) Support giropay and bank transfer payments: NO
With these settings I'm able to pay by credit/debit card and get an option button to return to the store at the end of the transaction. On selecting this I am returned to the 'Your Order Has Been Processed!' page in OpenCart.
The customer gets email confirmation from PayPal and via Opencart.
Hope this gives others hope.
http://www.opencart.com/contribution/in ... tion_id/33.
On the PayPal side:
i) The account must be a Business or Premier account to accept credit cards
ii) We're using PayPal Website Payments Standard - not PRO
iii) In the PayPal Profile, go to Selling Preferences -> Website Payment Preferences
iv) Turn Auto return on and enter your store's Return URL:
http://www.YOURSTORE.COM/index.php?cont ... ut_success
v) Leave Payment Data Transfer OFF
vi) Ensure Block Non-encrypted Website Payment is OFF
vii) PayPal Account Optional setting: ON
viii) Support giropay and bank transfer payments: NO
With these settings I'm able to pay by credit/debit card and get an option button to return to the store at the end of the transaction. On selecting this I am returned to the 'Your Order Has Been Processed!' page in OpenCart.
The customer gets email confirmation from PayPal and via Opencart.
Hope this gives others hope.
Chris @ SiteE@se Web Design
That sounds like what I need, but I tried that (and double-checked all my setting again) but at checkout time, opencart still jumps to paypal signin screen.
I get "click here to retry" as a messge.
Is that the intent? That all customers must have a Paypal account to use this cart?
I guess I am confused, but what is the process, exactly, I can expect to see when I hit that checkout button?
Bij.
Edit: I am using the Paypal Sandbox... I have read of others having trouble using it... should I bother, or just use the real Paypal account?
I get "click here to retry" as a messge.
Is that the intent? That all customers must have a Paypal account to use this cart?
I guess I am confused, but what is the process, exactly, I can expect to see when I hit that checkout button?
Bij.
Edit: I am using the Paypal Sandbox... I have read of others having trouble using it... should I bother, or just use the real Paypal account?
Last edited by Bijou on Thu Apr 17, 2008 8:47 am, edited 1 time in total.
That's probably the problem, then. I don't think the sandbox supports the credit card payment option. I've never seen it there when I've used the sandbox for testing.Bijou wrote: Edit: I am using the Paypal Sandbox... I have read of others having trouble using it... should I bother, or just use the real Paypal account?
Use the real paypal account to test and put through a test order for a minimal amount. It won't acually be debited from the card .... just authorised. The payee has to manually collect the payment after authorisation so he/she can choose to simply void the transaction.
Chris @ SiteE@se Web Design
Hey there,
Whether I use the sandbox or a real paypal account, I still just get the Paypal screen when ready to process.
See attach. Paypal1, then Paypal2.
I am sure at this point that something simple is missing, like maybe a password for the Paypal business account?
I keyed in the business account email in Extension -> Payment -> Paypal -> Configure....
but how does Opencart know to make the connection?
yes?
One more note (not sure if it makes any difference...) I am doing this in an iframe.
Bij.
Whether I use the sandbox or a real paypal account, I still just get the Paypal screen when ready to process.
See attach. Paypal1, then Paypal2.
I am sure at this point that something simple is missing, like maybe a password for the Paypal business account?
I keyed in the business account email in Extension -> Payment -> Paypal -> Configure....
but how does Opencart know to make the connection?
siteease... it must have something more to do in Paypal than you suggested earlier...On the PayPal side:
i) The account must be a Business or Premier account to accept credit cards
ii) We're using PayPal Website Payments Standard - not PRO
iii) In the PayPal Profile, go to Selling Preferences -> Website Payment Preferences
iv) Turn Auto return on and enter your store's Return URL:
http://www.YOURSTORE.COM/index.php?cont ... ut_success
v) Leave Payment Data Transfer OFF
vi) Ensure Block Non-encrypted Website Payment is OFF
vii) PayPal Account Optional setting: ON
viii) Support giropay and bank transfer payments: NO
yes?
One more note (not sure if it makes any difference...) I am doing this in an iframe.
Bij.
Last edited by Bijou on Fri Apr 18, 2008 1:19 am, edited 1 time in total.
I have 2 stores running with the Paypal setup as described. It has to be one of two things:Bijou wrote:
siteease... it must have something more to do in Paypal than you suggested earlier...
yes?
One more note (not sure if it makes any difference...) I am doing this in an iframe.
a) The PayPal account isn't a business account ..... or ....
b) The iframe - can you try without this? Am I right in assuming that you're trying to run the whole store in an iframe within an exiting website? Not advisable for all sorts of reasons

Chris @ SiteE@se Web Design
I've been following this topic for awhile, finally had to make an account cause I can't figure this out. What are all the steps involved in setting up this Paypal thing, and does it work with the php4 version?
I've got those files installed but when I click to order with paypal and it sends me to paypal it established all the items i ordered under just the company name with only 1 price (no matter how many items you bought).
I've got those files installed but when I click to order with paypal and it sends me to paypal it established all the items i ordered under just the company name with only 1 price (no matter how many items you bought).
Who is online
Users browsing this forum: No registered users and 1 guest