Jump to content



Latest News: (loading..)

PayPal Express Checkout and Website Payments Pro (Official Payment Module)


  • Please log in to reply
56 replies to this topic

#41   PayPal_Tin

PayPal_Tin
  • Members
  • 15 posts
  • Real Name:Tin Cheung

Posted 21 May 2010 - 03:32 PM

Hi,

Sincere apologies to all who have been waiting for assistance.  For some reason, my notifications weren't coming through for the past few posts.

View PostSASSYSARAH, on 17 May 2010 - 01:59 PM, said:

I have tried the dowlaod that you recommend but I could still not get the checkout to work and it completely messed up the website so had to restore the backup.

To clarify - I amended the files you list and I ALSO added the other files to the site - is the latter correct or do I just amend the files listed on your notes?

@SASSYSARAH and SPHINX767 - The general installation process involves copying (and overwriting) the files in each of the directories (as opposed to just copying over and replacing the directories and their contents). If any of your codebase has been customised, then you will need to go through the files, and manually add in the PayPal-specific changes.  I appreciate that this is a painstaking process, and far from ideal, but we are still working with our developers to figure out the best way forward.

View PostDesertsky, on 21 May 2010 - 02:05 PM, said:

Is there any way to switch off Paypal Express changing the shipping address during checkout?  Some people aren't keeping their Paypal addresses up to date and they also do not inform me of the change.  Product is getting shipped and not received or returned.

There doesn't seem to be a way to do this via the configuration, but you can force this behaviour by adding a line of code in the file:

catalog/ext/modules/payment/paypal/express.php

Go down to approximately line 372 of this file (I am going by the 180 release), and add the following code:

$params['ADDRESSOVERRIDE'] = '1';

View Postcol_b, on 29 April 2010 - 05:42 AM, said:

So how on earth do I let people checking out with PayPal Express choose their delivery option?

Are you referring to the big yellow "Checkout with PayPal" button? If so, the buyer will be returned BACK to your store after they have clicked "Continue" from the PayPal page.  At this point, it should show a confirmation screen, where the buyer can change addresses etc.

Thanks,

Tin

#42   twocats_us

twocats_us
  • Members
  • 35 posts
  • Real Name:twocats

Posted 24 June 2010 - 07:27 PM

This payment module for paypal payment pro says that it supports recurring payments but it doesn't indicate how to use this, just how to enable it. So does that mean that all products would have to be recurring type products. I am looking for a way to have both subscription and non-subscription products in my store. This module does not indicate if you are required to sign up for recurring payments with paypal but I assume that you have to. Can someone tell me if this will allow you to have both recurring and non-recurring payments? Thank you.  

#43   fridodido

fridodido
  • Members
  • 2 posts
  • Real Name:Mihai Catalin

Posted 28 June 2010 - 03:40 PM

i have to a problem:
I installed checkout express and everything is working fine, choose delivery info, payment info, redirect to sandbox, paying with card, as a non guest, reviewing the order, and when I'm redirected back to the site to confirm the order i don't have any delivery or billing address which i previously choose in delivery and payment info.
this is my only problem, no addresses on billing and delivery on the confirm page and the mail also doesn't contain these adresses.

Any one can help me please....

the strange think is that i use the john doe account these addresses appear
Thank you in advance.

PS: I'm using version 180

Edited by fridodido, 28 June 2010 - 03:42 PM.


#44   ffl

ffl
  • Members
  • 25 posts
  • Real Name:David Surgi

Posted 28 June 2010 - 11:55 PM

I am using the version 177 at this time and am having a similar problem.  The addresses (Billing and Shipping) are not in the email the store sends me informing me that something was ordered.  They do show up in the order file.

It does NOT however add a new address to the files if it is different as I thought it did.  the other thing that is a problem is that the shipping method is missing and in the database it is showing up as HTML code "<table width="100%" border="0" c"

any ideas??

#45   lyonsperf

lyonsperf
  • Members
  • 305 posts
  • Real Name:Matt
  • Gender:Male
  • Location:CT

Posted 26 July 2010 - 12:43 AM

I upgraded a month ago from standard to pro with the virtual terminal. The code for the pro& express is really messed up. I used both the code from the add-on section and then the one directly from paypal and neither work correctly. I finally had to have my web builder try it and he even said the coding sucks.

Every time I activate the express checkout it crashes and order placed through the cart.

Right now I am paying $30.00  MONTH  to use paypal standard when I should be using the Pro.

Anybody else having the same issues?
If the only tool you have is a hammer, all your problems look like nails

#46   babyblues30

babyblues30
  • Members
  • 4 posts
  • Real Name:Jodie Hodgkins

Posted 21 August 2010 - 09:53 AM

hi

ive just installed v180 and have 2 problems:

1. customers can checkout without entering any credit card details, meaning they can checkout for free, because the store owner then gets an email suggesting they have paid, so would proceed to send off what they ordered, so BIG problem :(

2. when paypal express checkout is selected, either by clicking the button or selecting it as the payment method, it says register_globals is disabled, but in my catalog/php.ini file, register_globals is on?

please help me really need to get my store working asap :(

#47   Jaya

Jaya
  • Members
  • 8 posts
  • Real Name:Jaya

Posted 22 August 2010 - 06:00 PM

Hello,

I've got the contrib working (after a good many hours). Payments are being processed correctly using paypal express sandbox; order confirmation emails are being sent, sandbox test emails are as they should be, and orders are appearing correctly in the oscommerce admin.

Just one thing: after payment is confirmed on checkout_confirmation the would-be customer is being directed to the (empty) shopping cart rather than checkout_success. Orders are working so this is not a massive issue but I think it's a bit unprofessional - the customer would be unsure whether the order was processed or not (until they checked their email). I've tried fiddling with checkout_process to no avail.

Any help would be much appreciated!

Cheers,

Jaya

#48   greenitcompany

greenitcompany
  • Members
  • 4 posts
  • Real Name:Adam

Posted 09 September 2010 - 12:03 PM

I have just installed this module and am now getting the following error:

1146 - Table 'userweb62027.paypal_rp_product_profile' doesn't exist

SELECT billingPeriod, billingFrequency, totalBillingCycles, trialBillingPeriod, trialBillingFrequency, trialTotalBillingCycles, trialAmt FROM paypal_rp_product_profile WHERE products_id=8106

[TEP STOP]

The problem appears to be that the module has not installed all the required tables and columns. There was no additional command or guidance provided in the setup and installation instructions and it appears lots of other people have been getting a similar error and moved to using Paypal Standard.


Can i please request a response from the developer regarding how i can fix this error and also including notes on making these changes in the installation guidance that is included with the module files?

Best regards,

Adam

#49   cda

cda
  • Members
  • 3 posts
  • Real Name:C. Alexander

Posted 16 September 2010 - 04:00 AM

We run 2.2rc2a and we've run into a problem that I can't figure out.

We only want 2 options available to the customer:

1) Check out with Paypal using customer's paypal account, where we do not receive any CC info.
and
2) Check out with Paypal for a non-paypal account where we have to receive CC info and forward it to Paypal

The big yellow Paypal button is on a customers shopping cart page. When they click this, they are forwarded to Paypal where they login, click continue and all of a sudden they are forwarded back to our page where an error indicating they have to select a Payment option. Well, we only have one option that is on the site which reads:

Quote

This is currently the only payment method available to use on this order.  
Credit or Debit Card (Processed securely by PayPal)


At this point all they can do is click the Continue button where on the following page it asks for their Credit Card information.
ACK -- we're making them give us their CC info as the only option!


So, what happened to the Paypal option where we do not ask for the CC info??

Am I misunderstanding something?


I hope to get this resolved soon. This is very concerning to our customers who have recently notified me about this problem.

Thanks!

// CDA

#50   cda

cda
  • Members
  • 3 posts
  • Real Name:C. Alexander

Posted 16 September 2010 - 04:34 AM

In standard Murphy Law protocol, I found the problem minutes after I posted which tells me I should have posted my problem hours ago.

The solution was to make sure that the Payment Option: PayPal Website Payments Standard is checked on.
This is what enables the payment option called "Paypal" to be listed in the Payment Method table.


However, this does not explain why is the Paypal button located inside the Shopping Cart.
When I click on this button, the same error happens as I described before. It doesn't make sense, does it?

#51   bellabacci

bellabacci
  • Members
  • 13 posts
  • Real Name:Frank

Posted 18 September 2010 - 12:36 AM

I have a common problem.

Checkout with direct payment works fine.

Checkout with paypal express loses the customer information and tax info.

Transactions go through fine, but the issue seems to be when the customer returns to my website, then all the other info seems to be gone.

Customers are getting tax free transactions.

Please help

thanks

#52   kwakwak

kwakwak
  • Members
  • 4 posts
  • Real Name:Elan

Posted 27 September 2010 - 12:55 PM

I saw a problem with the recurring payment for the existing products. I installed this module with products already in my store. When updating the product type to 'recurring', no data will be added to 'paypal_rp_product_profile' table.

I fixed this in admin/categories.php. In line 318, replace:

tep_db_perform(TABLE_RP_PAYPAL_PRODUCT_PROFILE, $sql_data_array);

with:

$rp_rs = tep_db_query('SELECT * FROM ' . TABLE_RP_PAYPAL_PRODUCT_PROFILE . ' WHERE products_id = ' . (int)$products_id);
$numR = tep_db_num_rows($rp_rs);
if($numR < 1){
	$sql_data_array['products_id'] = (int)$products_id;
	tep_db_perform(TABLE_RP_PAYPAL_PRODUCT_PROFILE, $sql_data_array);
}else{
	tep_db_perform(TABLE_RP_PAYPAL_PRODUCT_PROFILE, $sql_data_array, 'update', "products_id = '" . (int)$products_id . "'");
}

I hope this helps and please let me know if this is correct.

#53   juslooken

juslooken
  • Members
  • 7 posts
  • Real Name:stuart

Posted 05 October 2010 - 03:08 AM

No information seems to be sent to PayPal from the PayPal express checkout. I can make a purchase and click on the big buy now button. (If not logged in it will prompt me to do so). Then I am forwarded to the PP website but I cannot see any details of the transaction. Clicking continue returns me to the checkout page on the OSC with an error message telling me I haven't selected a payment method. I know that the PayPal is returning data to the OSC because I can see my business name in the OSC after I've been through PayPal.

This seems to be a similar problem that cda was having before but I'm not sure if his solution really is appropriate. The way I read it, on his site the PayPal express button fails in  the same way mine does and then the customer is returned to the OSC where they choose the alternative PayPal method and process the payment that way.

I'm not sure which version I am using as I have just taken over this site from someone else so I've included a file marker -
$Id: express.php 1803 2008-01-11 18:16:37Z hpdl $

#54   Prenzy

Prenzy
  • Members
  • 3 posts
  • Real Name:Prenzy Sol Merecido

Posted 19 October 2010 - 02:45 AM

Hi All,

I have just installed PayPal Express Checkout and Website Payments Pro (Official Payment Module) in my Oscommerce

Question:

1. How can I make my products have a recurring attribute(1-Month/1-Week/etc) and checkout it as a recurring payment in this Module.

#55   Prenzy

Prenzy
  • Members
  • 3 posts
  • Real Name:Prenzy Sol Merecido

Posted 20 October 2010 - 02:36 AM

Hello Guys,

I thought this thread is being monitored?

I have just installed PayPal Express Checkout and Website Payments Pro (Official Payment Module) in my Oscommerce

Question:

1. How can I make my products have a recurring attribute(1-Month/1-Week/etc) and checkout it as a recurring payment in this Module.

#56   HiTbaoo

HiTbaoo
  • Members
  • 2 posts

Posted 24 December 2010 - 09:39 AM

hi all, great this online shopping lark !!

I've got this error ..

1054 - Unknown column 'p.products_type' in 'field list'

select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id, p.products_type from products p, products_description pd where p.products_status = '1' and p.products_id = '201' and pd.products_id = p.products_id and pd.language_id = '1'

[TEP STOP]


I found a thread that contained this error, but could not rectify the issue, I've reloaded the paypal to no avail, the whole silence from paypal is most frusttraing, can anyone help with a suggestion to get it working.

your in desperation - thanks

Edited by HiTbaoo, 24 December 2010 - 09:40 AM.


#57   kapilinweb

kapilinweb
  • Members
  • 3 posts
  • Real Name:Kapzz

Posted 29 January 2012 - 06:35 AM

i also have same issue but mine is 2.2 RC2a, i am using paypal express check out module on sand box when customer goes to paypal and changes shipping address there ,and on return to confirm order though shop(website) picks up the changed address but does NOT add taxes..!!!
Intrestingly paypal page display taxes along with rest of order details correcty ( on left side box) but after return does not pass back taxes based on zone ( address)
Any help please ...