Loaded Commerce Community

Banner


Board index » CRE Loaded Support » CRE 5 General Discussion

All times are UTC - 5 hours




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Wed Sep 14, 2005 6:27 pm 
Offline
CRE Newbie
User avatar

Joined: Wed Sep 14, 2005 12:00 am
Posts: 5
too_fresh wrote:
Not sure if anyone cares - but there is a module available at http://www.zenatdesign.com/payment

They seem to have worked out the kinks and difference from OScommerce to CRE - I have mine working and it rules. In case you don't know what Paypal Pro is - check it out on the paypal site - basically CC on your site without leaving your site - no merchant or gateway.

TOO FRESH!


It's available here for free: http://www.postosc.com


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Sun Nov 13, 2005 11:34 am 
Offline
CRE Newbie
User avatar

Joined: Sun Sep 04, 2005 12:00 am
Posts: 13
hahaha: i cant find any free ones in postosc.com that relates to paypal for CreLOADED.

in zenatdesigns: they have one for creloaded.

anyone know where the free version for creloaded is located at?


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Sun Nov 20, 2005 7:09 pm 
Offline
CRE Newbie
User avatar

Joined: Sun Nov 20, 2005 1:00 am
Posts: 31
also only seems to be of any use if your store is US based which is no good for me :(


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Wed Jan 04, 2006 2:32 am 
Offline
CRE Newbie
User avatar

Joined: Tue Dec 13, 2005 1:00 am
Posts: 17
Has anybody found a WPP module that works for CRELoaded? I saw the one from zenat, but paypal doesnt let you use that one. Pretty much when you click checkout, it takes you to a page that give you 3 options... Pay with paypal (it takes you right to paypal and when they complete the order, paypal sends all of their information back to your site), log in, or create a new account. What is needed is what postosc has for their zen-cart (http://postosc.com/demo/zen-cart/)

let me know if anyone finds a solution that is tailored for CRELoaded. Thanks!


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Sat Jan 14, 2006 2:32 pm 
Offline
CRE Freak
User avatar

Joined: Mon Nov 21, 2005 1:00 am
Posts: 84
Would love to see a fully working version of this module for CRELoaded!


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Wed Feb 01, 2006 6:36 pm 
Offline
CRE Freak
User avatar

Joined: Mon Nov 21, 2005 1:00 am
Posts: 84
I purchased the above. I got the sandbox working, however, if you use a coupon system it does not currently work.


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Wed Feb 01, 2006 9:21 pm 
Offline
CRE Legend

Joined: Sun Nov 09, 2003 1:00 am
Posts: 7301
Location: Baconton, GA USA
saigon wrote:
also only seems to be of any use if your store is US based which is no good for me :(


This is apparently by design, and one reason we didn't jump on it. We're trying to extend support overseas, not huddle in the domestic market..

:)

David

_________________
My CRE Loaded FAQ List
CRE Loaded Hosting


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Thu Feb 02, 2006 6:21 pm 
Offline
CRE Newbie
User avatar

Joined: Tue Dec 13, 2005 1:00 am
Posts: 17
kujax...

have you gotten it to work without the coupon system? which one did you purchase? postosc or zenat? Let me know becuase I would also love to get this working. maybe I could help try to figure out what is going on.


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Thu Feb 02, 2006 6:43 pm 
Offline
CRE Newbie
User avatar

Joined: Tue Dec 13, 2005 1:00 am
Posts: 17
kujax

found this on zenat...

If you have installed the contrib for coupons and gift certs. then you will likely need this update. I am attaching a link to download the instructions and some files that you can choose to use or not to use, but they can show you what I changed.

http://www.zenatdesign.com/downloads/up ... _patch.zip

Here is what needs to change:

IN THE ot_gv.php and ot_coupon.php file replace the line in the process() function:
$order->info['total'] = $order->info['total'] - $od_amount;
WITH:
$order->info['total'] = round($order->info['total'],2) - round($od_amount,2);
$order->info['subtotal'] = round($order->info['subtotal'],2) - round($od_amount,2);


IN THE checkout_process.php file, make sure that the following line:
$payment_modules->before_process();
COMES AFTER:
require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->process();


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Thu Mar 16, 2006 4:48 am 
Offline
CRE Freak
User avatar

Joined: Tue Mar 14, 2006 1:00 am
Posts: 134
I got a module seems like 6 or 8 months ago maybe that works. The coupon thing never worked. It errored stating the amounts dont match or something to that effect. Once you get your api and put the certificate iont he right folder its okay. Theres a lot of DIY to dig through on them though. I finally just paid the 30 dollars and was done with it. It was worth the 30 dollars. The place I got mine from helped me out a little to get me over a hump so it worked out okay for me. Paypal itself is down here and then but for the most part its okay, as long as your livelyhood doesnt depend on it lol. If I depended on paying my bills with it I think Id use something else though.


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Sat Apr 08, 2006 5:45 am 
Offline
CRE Legend

Joined: Sun Nov 09, 2003 1:00 am
Posts: 7301
Location: Baconton, GA USA
This feature is included in 6.2 fwiw.

David

_________________
My CRE Loaded FAQ List
CRE Loaded Hosting


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Tue Apr 11, 2006 7:28 pm 
Offline
CRE Newbie
User avatar

Joined: Tue Apr 11, 2006 12:00 am
Posts: 1
so there is a paypal pro module already installed for cre, or do i need to install the one from the osc site? I didn't see it in the module/payment page.


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Thu Apr 20, 2006 7:18 pm 
Offline
CRE Newbie
User avatar

Joined: Thu Jul 28, 2005 12:00 am
Posts: 16
Anyone have any of these modules fully functioning yet? I am failing miserably with them :(


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Fri May 26, 2006 2:23 am 
Offline
CRE Freak
User avatar

Joined: Sat Jan 08, 2005 1:00 am
Posts: 144
The one from Zenat works great. The coupon problem was worked out with the fix above. If you are having problems with the Live server after getting it to work with Sandbox, make sure you have it set to Live in the Admin module section, and that you get the live certificate on your real PayPal account to replace the one from Sandbox.


Top
 Profile  
 
 Post subject: Re: Paypal Website Payments Pro module available for CRE
PostPosted: Sun May 28, 2006 7:30 pm 
Offline
CRE Newbie
User avatar

Joined: Thu May 18, 2006 12:00 am
Posts: 6
Does the paypal module on CRE 6.2 pro not work?

Do I have to go and buy something else, like Danno keeps pushing?

Do you have to install the paypal SDK w/ any of these?

Thanks,

Dan


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

Board index » CRE Loaded Support » CRE 5 General Discussion

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
It is currently Tue May 22, 2012 10:05 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy