Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2013
    Posts
    3
    Plugin Contributions
    0

    Default Subscription Add on Module

    Hello -

    I am looking for a subscription module that will allow me to charge users for access on a monthly basis. They will checkout using paypal the first time then we auto charge their card and continue to enable their access to our content month by month.

    It could also be an annual subscription that simply expires as the end of the year.

    Zen Cart 1.5.5a
    Database Patch Level: 1.5.5
    v1.5.5a [2016-06-26 19:08:42] (New Installation-v155a)
    v1.5.5a [2016-06-26 19:08:42] (New Installation-v155a)
    php 7.1.33
    SEO module
    1 page checkout module

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,134
    Plugin Contributions
    11

    Default Re: Subscription Add on Module

    You might be able to find some commercial mod that uses PayPal but watch out using Credit Cards if in the U.S. You could be violating PCI requirements.

  3. #3
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Subscription Add on Module

    Quote Originally Posted by dbltoe View Post
    You might be able to find some commercial mod that uses PayPal but watch out using Credit Cards if in the U.S. You could be violating PCI requirements.
    this is a statement, that while not inherently false, i find completely misleading.

    PCI requirements are for any entity that processes credit cards. from their site:

    "The PCI DSS is the global data security standard that any business of any size must adhere to in order to accept payment cards...."

    the EU has, for years, been far ahead of the US when it comes to credit card security. the idea implied in the above statement, that you could be violating PCI if in the US, but not elsewhere, is simply false...

    this payment module allows for the secure storage of credit cards on the authorize.net gateway:

    https://www.zen-cart.com/downloads.php?do=file&id=2272

    adding a subscription element to this module, is no doubt possible, but not included in the base implementation.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Subscription Add on Module

    Quote Originally Posted by dave1!dave View Post
    I am looking for a subscription module that will allow me to charge users for access on a monthly basis. They will checkout using paypal the first time then we auto charge their card and continue to enable their access to our content month by month.

    It could also be an annual subscription that simply expires as the end of the year.
    At the present time there's no official subscription plugin for Zen Cart to do automated repeated product sales. This is mostly because people then expect it to auto-generate orders AND also control all access to content automatically ... which is a tall order since it's impossible to know what sort of content you'd want it to control!

    Quote Originally Posted by dave1!dave View Post
    Zen Cart 1.5.5a
    php 7.1.33
    Friendly reminder: If such a feature does get added to Zen Cart it won't be added to old versions like v1.5.5. Best to start planning for an upgrade if you wish to be able to use plugins that get built for modern versions.
    .

    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.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,134
    Plugin Contributions
    11

    Default Re: Subscription Add on Module

    Quote Originally Posted by carlwhat View Post
    PCI requirements are for any entity that processes credit cards. from their site:

    "The PCI DSS is the global data security standard that any business of any size must adhere to in order to accept payment cards...."

    the EU has, for years, been far ahead of the US when it comes to credit card security. the idea implied in the above statement, that you could be violating PCI if in the US, but not elsewhere, is simply false...

    this payment module allows for the secure storage of credit cards on the authorize.net gateway:

    https://www.zen-cart.com/downloads.php?do=file&id=2272

    adding a subscription element to this module, is no doubt possible, but not included in the base implementation.

    best.
    Actually, yours is a statement, that while not inherently false, I find completely misleading. Especially when you "put words in my mouth."

    The very fact that the rest of the world may be doing a better job of PCI does not negate the fact that anyone wanting to mess with this sort of thing MUST be aware of SAD, EMV, CVV, etc; Rules 3.1-3.6 of PCI standards, and (most importantly) what is going on at their server. It is more prevalent in the US as most hosting companies don't seem to care and the merchant accounts seem to get kickbacks from the folks who offer to "fix" your problem.

    The suggestion of doing a "fix it and forget it" with Zen Cart is misleading without the warning that there is still danger out there in PCI land. No matter what you do with Zen Cart (The only one I know to ever be PCI certified BTW) there still lies the problem with the server the site is sitting on or the server that is going to store the PAN and PAN-related items. There are some major hosting companies out there who do not meet PCI standards in any way whatsoever. Just go to ssllabs.com/ssltest and enter a major host. Maybe WentUncle.com They support protocols TLS 1.0 and 1.1 which were deprecated thirty months ago.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Subscription Add on Module

    Quote Originally Posted by dbltoe View Post
    the server that is going to store the PAN and PAN-related items
    The OP didn't say they were planning to collect and store card numbers. In fact they specifically said they intend to use PayPal to handle it.

    So, while @dbltoe is correct that collecting cards and storing them on your own server is dangerous,
    so also @carlwhat is correct in pointing out that it is reasonable to trust a properly certified payment gateway that is compliant with all standards.

    Both of you have taken this discussion entirely off topic.
    .

    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.

  7. #7
    Join Date
    Jan 2013
    Posts
    3
    Plugin Contributions
    0

    Default Re: Subscription Add on Module

    Thank you for the detail.

  8. #8
    Join Date
    Jan 2013
    Posts
    3
    Plugin Contributions
    0

    Default Re: Subscription Add on Module

    I found this plug in for subscriptions.

    https://zucando.com/zen-cart-modules...s-for-zen-cart

    Might be what I am looking for.

    Dave

 

 

Similar Threads

  1. v155 Monthly subscription plugin/module
    By amebb in forum General Questions
    Replies: 2
    Last Post: 9 Apr 2019, 11:18 AM
  2. newsletter subscription module default to html
    By tbrides in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 13 Dec 2008, 02:26 AM
  3. Newsletter Subscription Module - Quick question please?
    By blind1 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 23 Jan 2007, 01:28 AM

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