Page 8 of 58 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 574
  1. #71
    Join Date
    Mar 2009
    Posts
    86
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by raphael View Post
    Hello Can some please post some detailed instruction on how to install the Strype integration into Zencart. The current instructions are extremely vague. I can't believe that anyone was able to get this installed with such vague install instructions. Yes the instructions are heavy on the config, but all it says about the install is the following:
    "Download and unzip the payment module package from the Zen Cart website and upload the files to your store. Now go to your admin > modules >payment and you should see an entry for Stripe:"
    that's it nothing else about the install.......
    I used this one: http://zucando.com/zen-cart-modules/...ayment-gateway

    The creator of the original one kind of bailed on the project so there is no help for it. The one I just posted is very nice looking and the guy who created it is VERY helpful!

  2. #72
    Join Date
    Jan 2011
    Posts
    47
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by yaritai View Post
    This mod is very basic in its install as its just a unzip and drop in. As you have seen most of the work is on the setup in the admin configuration. To install, just drop everything in the includes folder with FTP. The folder structure is the same which this mod does not use the custom templates overrides so nothing else to do.
    Ok I tried the just drop approach and still nothing shows up in the payment modules section in zc. Can some please please please post specific detailed instruction on how to install this. For instance which includes folder do I drop it into there are 2 includes folders. Also do I drop the whole "stripe_zencartv132" folder or just the contents of that folder, and again where do I drop this. I appreciate any of your help...

  3. #73
    Join Date
    Apr 2014
    Posts
    154
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by raphael View Post
    Ok I tried the just drop approach and still nothing shows up in the payment modules section in zc. Can some please please please post specific detailed instruction on how to install this. For instance which includes folder do I drop it into there are 2 includes folders. Also do I drop the whole "stripe_zencartv132" folder or just the contents of that folder, and again where do I drop this. I appreciate any of your help...
    Inside the stripe mod zip, you will see a "/includes" folder. This is the catalog side. If this was the admin side you will see the includes inside the folder admin. Payment mods are all installed in the catalog side. EVERYTHING inside the includes folder gets put in your catalog side includes folder.

    Advice for you is that I hope you are installing new mods in a test site. If not, make sure you do a complete backup of your files and database. This will ensure that you can revert back if anything goes wrong.

  4. #74
    Join Date
    Aug 2014
    Location
    Los Angeles
    Posts
    1
    Plugin Contributions
    0

    Default Stripe.com payment integration module TYPE=MyISAM to ENGINE=MyISAM

    I just installed Version: v1.3.2 of stripe payments module and kept getting errors with the db query in stripepay.php. I had to change

    TYPE=MyISAM AUTO_INCREMENT=1 ;

    to

    ) ENGINE=MyISAM AUTO_INCREMENT=1;

    I don't recall what the exact error was, but it was preventing this query
    "$db->Execute("CREATE TABLE IF NOT EXISTS `stripe_data` ( ... "
    in stripepay.php from executing. Changing the TYPE= to ENGINE= at the end of the query fixed it.

    From the documentation on the net, I got this:

    "
    Type has been replaced with engine.

    TYPE keyword is depreciated (since 5.0) and not supported in MySQL5.5 (and I think even 5.1). Instead of TYPE keyword use ENGINE keyword."

    My database info is:
    Server type: MySQL
    Server version: 5.6.16 - Source distribution
    Protocol version: 10

  5. #75
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Stripe.com payment integration module TYPE=MyISAM to ENGINE=MyISAM

    Received these errors in our log after successfully charging an American Express card through the module:

    PHP Code:
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Charge instancecustomer
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Charge instancedisputed
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Charge instancefee
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Charge instanceinvoice
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_city
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_country
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_line1
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_line1_check
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_line2
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_zip
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instanceaddress_zip_check
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instancetype
    [03-Dec-2014 22:31:41 America/VancouverStripe NoticeUndefined property of Stripe_Object instancetype 

  6. #76
    Join Date
    May 2007
    Posts
    79
    Plugin Contributions
    1

    Default Re: Stripe.com payment integration module

    I've installed this module on zen cart 1.5.4 with shared SSL and I didn't have any problems that I can remember . My question is what form of Stripe checkout does this module use ? Does cardholder data come onto my server,or is it using Stripe token parameters,so that " You can let us take care of the hardest parts of PCI compliance, like redacting logs and encrypting cardholder details"(Stripe website)?
    Does anybody have any information about the security of this module ?

  7. #77
    Join Date
    Jan 2014
    Location
    United States
    Posts
    11
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by cefyn View Post
    I've installed this module on zen cart 1.5.4 with shared SSL and I didn't have any problems that I can remember . My question is what form of Stripe checkout does this module use ? Does cardholder data come onto my server,or is it using Stripe token parameters,so that " You can let us take care of the hardest parts of PCI compliance, like redacting logs and encrypting cardholder details"(Stripe website)?
    Does anybody have any information about the security of this module ?
    I'm also interested in this question. It seems my other payment module (2checkout) pushes you to their site by passing name, address, cart details, and amount to make payment then redirects back after the payment is successful so any compliance doesn't need to be maintained. I just installed Stripe and it appears since SSL is needed, the transaction is happening on our website which is scary. It doesn't make sense to open myself up to that liability.

    Jonathan

  8. #78
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by cloud9 View Post
    ... pushes you to their site ... so any compliance doesn't need to be maintained.
    BAD ASSUMPTION!
    The latest PCI rules are challenging that way of thinking, and closing a lot of unsecure loopholes that were caused by that sort of general assumption. Be sure to understand the latest rules!

    Quote Originally Posted by cloud9 View Post
    ... it appears since SSL is needed, the transaction is happening on our website
    Just because it's using SSL doesn't mean the transaction is happening on your site.
    I'm not commenting specifically about Stripe here. I'm commenting on the assumption.

    You SHOULD be using SSL on your site, regardless what payment module you're using. Customers are giving you their personal identity data, and if you're not using SSL then you're doing ABSOLUTELY NOTHING to protect that data (and their shopping choices too) from being stolen by snoopers online during the form submissions your customers are doing. If you're going to skip using SSL, I strongly recommend you put a big notice up on your site telling your customers that you're not protecting any data they give you. They deserve to be informed, don't they?

    SSL is very inexpensive these days ... and in fact it's even possible to get a legitimate dedicated certificate for free nowadays, no strings attached, with initiatives underway by various organizations who firmly believe SSL should be used everywhere.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #79
    Join Date
    Jan 2014
    Location
    United States
    Posts
    11
    Plugin Contributions
    0

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by DrByte View Post
    BAD ASSUMPTION!
    The latest PCI rules are challenging that way of thinking, and closing a lot of unsecure loopholes that were caused by that sort of general assumption. Be sure to understand the latest rules!


    Just because it's using SSL doesn't mean the transaction is happening on your site.
    I'm not commenting specifically about Stripe here. I'm commenting on the assumption.

    You SHOULD be using SSL on your site, regardless what payment module you're using. Customers are giving you their personal identity data, and if you're not using SSL then you're doing ABSOLUTELY NOTHING to protect that data (and their shopping choices too) from being stolen by snoopers online during the form submissions your customers are doing. If you're going to skip using SSL, I strongly recommend you put a big notice up on your site telling your customers that you're not protecting any data they give you. They deserve to be informed, don't they?

    SSL is very inexpensive these days ... and in fact it's even possible to get a legitimate dedicated certificate for free nowadays, no strings attached, with initiatives underway by various organizations who firmly believe SSL should be used everywhere.


    I get the PCI rules are changing but I'm referring to the present. They haven't changed yet, right? When credit card data is being entered in on your website, it makes YOU liable for protecting that data. It is much better to let that happen elsewhere if you can. Credit card information can be more damaging then obtaining someone's address which can be found by Google.

    However, you made a good point about using SSL on your website. Which service do you recommend? Which ones are free?

  10. #80
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Stripe.com payment integration module

    Quote Originally Posted by cloud9 View Post
    When credit card data is being entered in on your website, it makes YOU liable for protecting that data. It is much better to let that happen elsewhere if you can.
    I didn't disagree with that. I was disagreeing that "compliance doesn't need to be maintained" "if it pushes you off to their site".
    The point was that last year they announced that even sites that process payment "offsite" still need to comply with PCI rules; you can't just "wipe your hands cuz it's someone else's responsibility" anymore.


    But now we're really digressing far from the topic at hand: using Stripe.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 8 of 58 FirstFirst ... 67891018 ... LastLast

Similar Threads

  1. pay2check.com payment module?
    By sunrise99 in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Nov 2011, 03:55 AM
  2. klikandpay.com payment module
    By rulest in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 Sep 2010, 06:06 PM
  3. AlertPay Payment Module Integration Help Please!
    By etorf9751 in forum Addon Payment Modules
    Replies: 8
    Last Post: 16 Aug 2010, 05:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR