Hello, Guest |
| Register
Remember me Forgot password ?
Site Map Site Map Contact us Contact us
PrestaShop e-commerce software
  720 users online
Forum  >  English Forum  >  Third party modules  >  Thread

1 of 28
1
Post Reply
New Topic
Offline Credit Card Module (new version 3.01.production)

offline
Posted: 21 July 2008 05:57 PM   [ Ignore ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

The version mentioned in this thread is OUTDATED and has been REPLACED by version 3.01.production. Please see http://www.prestashop.com/forums/viewthread/58273/third_party_modules/module_offline_credit_card_payment_v3_dot_01_dot_production for the new module

Offline Credit Card Module
This module allows current business owners with their own means of+ credit card processing the ability to receive credit card information from their online customers and process it offline via their own system. It does not do any processing itself!

Current version is v2.0.5, it is attached to this post.

To install this module, extract it’s contents to /yourPrestaDir/modules/
Then go to your Back Office -> Modules -> Offline Credit Card Module [Install]

File Attachments
creditcard_v2.0.5.zip  (File Size: 54KB - Downloads: 5302)
 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 22 July 2008 10:12 PM   [ Ignore ]   [ # 1 ]
Regular
RankRank

Messages :

  • total: 77
  • last 7 days: 0
Joined: 2008-06-26

This is actually really useful.

Some requests for the next version: – double check to make sure the credit card number is the right # of digits and starts with the correct 2 numbers. – ask for type of CC – extra security?

 Signature 

Bright Colors Mineral Makeup

 
offline
Posted: 23 July 2008 12:22 AM   [ Ignore ]   [ # 2 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

Ok. I redid the storage method to use a dedicated database table already, v2.0 uses it fully. The CC number is checked with mod10 check digit, but yes, I can make an option to ask for type of card. What do you mean by extra security?

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 23 July 2008 12:27 AM   [ Ignore ]   [ # 3 ]
Regular
RankRank

Messages :

  • total: 77
  • last 7 days: 0
Joined: 2008-06-26

Where can I download v2.0?

 Signature 

Bright Colors Mineral Makeup

 
offline
Posted: 23 July 2008 03:26 AM   [ Ignore ]   [ # 4 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

It will be released on Thursday night/Friday morning. I have to finish up those few things that you requested. Any other requests for v2.0?

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 23 July 2008 03:27 AM   [ Ignore ]   [ # 5 ]
Regular
RankRank

Messages :

  • total: 77
  • last 7 days: 0
Joined: 2008-06-26

Not as of right now =]
Thanks for your effort, its a lovely module.

 Signature 

Bright Colors Mineral Makeup

 
offline
Posted: 23 July 2008 03:29 AM   [ Ignore ]   [ # 6 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

I’ve been trying my best. Also, CVC will be an optional field, and there will be a help-bubble for people who don’t know what a CVC number is. Along with the ability to select a card issuer and a check for the first digits.

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 23 July 2008 03:38 AM   [ Ignore ]   [ # 7 ]
Partner
RankRankRankRankRank
Avatar

Messages :

  • total: 1188
  • last 7 days: 3
Joined: 2008-05-20

Hi Ox40:
In the moment you have the v2.0 I will traslate it to Spanish

 Signature 

jenasexyshop.com
http://www.mcmregalos.com
http://www.israghostshop.com

 
offline
Posted: 25 July 2008 06:35 PM   [ Ignore ]   [ # 8 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

I have just uploaded version 2.0.1 of the Offline Credit Card Module. Improvements include:

#) Dedicated Database Table for Data Storage

#) Improved Code Design / Structure

#) Comments galore

#) Ability to require / not require a CVC number

Version 2.0.2 (due out soon) will include the following:

#) CVC Explanation

#) Card Type Selection (if time allows)

#) Ability to accept specific types of cards (if time allows)

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 25 July 2008 07:02 PM   [ Ignore ]   [ # 9 ]
Partner
RankRankRankRankRank
Avatar

Messages :

  • total: 1188
  • last 7 days: 3
Joined: 2008-05-20

Hi Ox40:
This module can be use with Spanish bank’s?
Please let me know to do the translat.
Thanks

 Signature 

jenasexyshop.com
http://www.mcmregalos.com
http://www.israghostshop.com

 
offline
Posted: 25 July 2008 07:47 PM   [ Ignore ]   [ # 10 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

It is offline, meaning you need some other form of CC processing to complete the transaction. This just stores the information in a database so you can charge it out later.

—Kevin

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 25 July 2008 07:55 PM   [ Ignore ]   [ # 11 ]
Partner
RankRankRankRankRank
Avatar

Messages :

  • total: 1188
  • last 7 days: 3
Joined: 2008-05-20

Thanks Kevin

 Signature 

jenasexyshop.com
http://www.mcmregalos.com
http://www.israghostshop.com

 
offline
Posted: 26 July 2008 10:53 PM   [ Ignore ]   [ # 12 ]
V.I.P.
RankRankRankRank

Messages :

  • total: 507
  • last 7 days: 0
Joined: 2008-02-05

I just uploaded version 2.0.2 of the Offline Credit Card Module.

Notable Improvements:

#) Better server-side validation

#) Client-side validation scripts

#) Easier program flow and design

#) Entry form automatically determines card type based on number

#) CVC Explanation link (popup)

It is available for testing on the first post of this thread.

—Kevin

 Signature 

Pursuant Solutions, programmers dedicated to the pursuit.

 
offline
Posted: 27 July 2008 09:33 AM   [ Ignore ]   [ # 13 ]
Partner
RankRankRankRankRank
Avatar

Messages :

  • total: 1188
  • last 7 days: 3
Joined: 2008-05-20

Hi Kevin:
I just install de credid card 2.0.2 that is real the 1.8 and I have this warring.
Please see the attach image. I want to translate it.
Thanks

Image Attachments
credit_card2.jpg
 Signature 

jenasexyshop.com
http://www.mcmregalos.com
http://www.israghostshop.com

 
offline
Posted: 27 July 2008 10:42 AM   [ Ignore ]   [ # 14 ]
Partner
RankRankRankRankRank
Avatar

Messages :

  • total: 1188
  • last 7 days: 3
Joined: 2008-05-20

Here you’ll find the Kevin credit card module with thw Spanish and French translations.

File Attachments
creditcard_v2.0.2.zip  (File Size: 54KB - Downloads: 776)
 Signature 

jenasexyshop.com
http://www.mcmregalos.com
http://www.israghostshop.com

 
offline
Posted: 30 July 2008 06:54 AM   [ Ignore ]   [ # 15 ]
Newcomer
Rank

Messages :

  • total: 3
  • last 7 days: 0
Joined: 2008-07-30

Great module! Just a couple of bugs I found so far…

1) Javascript error on keyup of entering credit card number in IE7 (see function doSetup in functions.js)
2) I downloaded and installed 2.0.2, but shop admin says version is 1.8 still. (see function __construct in creditcard.php)
3) It appears that the module install assumes that CREDIT_CARD_ID_ORDER_STATE value already exists in the configuration table. I would think that the installer should check to see if it exists and use Configuration->_addConfiguration if necessary.

Let me know if you need any help on future implementations of this module. I wouldn’t mind helping dig in a bit more…

Thanks,
Matthew

 
 
1 of 28
1
Fast Reply
New Topic