Jump to content

fresh install 3.0.19 no payment gateway variable


Guest

Recommended Posts

honestly im still trying to figure out how to setup my paypal account to IPN and im getting no where with it

however

i set my paypal gateway to STANDARD

tried paying something for ( 1 ) cent

and the payment goes through

iknow this has been posted time and time again but there are plenty of "fixes"

but they didnt work

i went to global.inc.php

there i added the www to the begining of the URL

still didnt work

infact no matter what i attempt to change now,

if i goto my payment gateway and alter it ( paypal settings )

then i click UPDATE

i get a message saying " Update failed "

what?

so now i cant update the gateway settings

and i cant get the gateway to work properly anyway

whats next? any ideas?

Link to comment
Share on other sites

of corse i have

this would be possably the 7th time i have installed a CC

never mind how many times i have upgraded clients carts to newer versions over and over again

What can you tell me in the documentation discusses anything about proper setup of the gateway

other then the explaination of what you see on the EDIT screen for the paypal gateway

the only thing it doesnt describe is

where you see Standard / CUstom in a setting

it never tells you what that releates to

either way.... this isnt new to me so yes,, documents have been followed

besides im not trying to setyp IPN

im trying to set it up standard

Link to comment
Share on other sites

I mentioned it because you were not specific about what you had tried. I'm guessing then it's a PayPal config issue.

You might get PayPal update 'failed' because nothing changed in the dialogs.

Perhaps enquire in the third-party services forum to getting someone to take a look at your PayPal settings and Store gateway settings.... or go through Devellion support.

Link to comment
Share on other sites

i went to global.inc.php

there i added the www to the begining of the URL

still didnt work

Hi, I can't get the PayPal gateway to work either (though i'm using v3.0.18) and tryin IPN.

After paying/or cancelling, it returns to the shop, but without the WWW and says Error: No payment gateway variable is set!

Can you give me more guidance on how to add WWW to the url (I've seen it suggested in several threads, but without any details as to where in global.inc.php to make the change.

Thanks

Link to comment
Share on other sites

im still having this problem

Error: No payment gateway variable is set!

whenever a payment is completed in the store

i even upgraded the clients paypal account to a Premier account

and set the gateway for IPN use

so what now?

not for nothing but i think this is way i stopped using CC the last time a few years ago

support for this system is kinda like chasing a ghost

Link to comment
Share on other sites

  • 1 month later...

FOUND A FIX TO BOTH MY AUTORETURN probs using IPN Paypal + no payment gateway variable set problem!!!!

1st: for Autoreturn problems just change IPN to standard in your cubecart admin

2: for the "NO PAYMENT GATEWAY VARIABLE SET" you just have to go to

includes/content/confirmed.inc.php

then delete ALL the ############### around Sir william's fix (there are two sets of them around the following lines when you open up your confirmed.inc.php file

[// Following lines added for Sir William's PayPal AutoReturn Fix

} elseif(isset($_GET['tx']) && isset($_GET['st'])) {

$basket['gateway'] = "PayPal";]

.....(the # "comments out" his fix, dunno why they even put those in the scripting)

Make sure you are using the latest 2 cubecart versions 3.0.19 or 18

Hope you find that helpful. I used it for my husband's store http://www.coloroflincoln.com/shop and it works!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...