Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.131.185 Times

cvv2 for entire order 1.0

  Date Added: May 10, 2013  |  Visits: 922

cvv2 for entire order

Report Broken Link
Printer Friendly Version


Product Homepage
Download (68 downloads)



This mod adds cvv2 credit card fields to osc that follows the entire order pocess. It is for use with the the credit card payment module.Inspiration for this mod comes from the cvv2 cc.php mod which I used parts if in the cc.php file.The included files should only be used on an unmodified OSC 2.2.Just back up the corresponding files and copy these over them.Otherwise you can follow these manual instructions. If you have modified OSC in some way modify these directions as you need.If you like this mod and would like to show appreciation feel free to drop something into my paypal account.Manual directions:In checkout_process.phpAFTER: 'cc_number' => $order->info['cc_number'],ADD:'cc_cvv2' => $order->info['cc_cvv2'],In includes/modules/payment/cc.phpAFTER:array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER,'field' => tep_draw_input_field('cc_number')),ADD:array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_CVV2,'field' => tep_draw_input_field('cc_cvv2')),AFTER:array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER,'field' => substr($this->cc_card_number, 0, 4) . str_repeat('X', (strlen($this->cc_card_number) - 8)) . substr($this->cc_card_number, -4)),ADD:array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_CVV2,'field' => $_POST['cc_cvv2']),AFTER:tep_draw_hidden_field('cc_type', $this->cc_type) .ADD:tep_draw_hidden_field('cc_cvv2', $_POST['cc_cvv2']);In includes/languages/english/modules/payment/cc.phpAFTER:define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER', 'Credit Card Number:');ADD: define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_CVV2', 'CVV2:');In includes/classes/order.phpIn the line: $order_query = tep_db_query("select customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'");BETWEEN:cc_number, cc_expires,ADD: cc_cvv2, AFTER:'cc_number' => $order['cc_number'],ADD:'cc_cvv2' => $order['cc_cvv2'],AFTER:'cc_number' => (isset($GLOBALS['cc_number']) ? $GLOBALS['cc_number'] : ''),ADD:'cc_cvv2' => (isset($GLOBALS['cc_cvv2']) ? $GLOBALS['cc_cvv2'] : ''),In admin/orders.phpAFTER:  info['cc_number']; ?>ADD:  info['cc_cvv2']; ?>In admin/includes/language/english/orders.phpAFTER:define('ENTRY_CREDIT_CARD_NUMBER', 'Credit Card Number:');ADD:define('ENTRY_CREDIT_CARD_CVV2', 'CVV2:');In admin/includes/classes/order.phpIn line:$order_query = tep_db_query("select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'");BETWEEN:cc_number, cc_expires,ADD: cc_cvv2,AFTER:'cc_number' => $order['cc_number'],ADD:'cc_cvv2' => $order['cc_cvv2'],In phpMyAdmin or from commandline mysql run:ALTER TABLE `orders` ADD `cc_cvv2

Requirements: No special requirements
Platforms: Windows, *nix, Linux, PHP , BSD
Keyword: Entire Entire Order Order Oscommerce Oscommerce Addon Oscommerce Order
Users rating: 0/10

License: Freeware
USER REVIEWS
More Reviews or Write Review


CVV2 FOR ENTIRE ORDER RELATED
Utilities  -  links2world Firewall 0.3
links2world Firewall is a very simple tool writen in C, that helps you generate iptables rules for Linux 2.4.x and newer kernels. Released under GNU General Public License, it is very easy to configure and designed to run on hosts with one or more...
40.96 KB  
Modules  -  Ubercart Webform Checkout Panes 7.x-3.6
This module allows you to define Webform nodes as checkout/order panes in Ubercart.This is useful if you want to collect additional information during the checkout process. For example, you may want a quick survey or require additional fields that...
10 KB  
Development Editors  -  osCommerce Attributes Order Update 3.0.0
Free osCommerce Module - osCommerce Attributes Order Update. osCommerce version MS 2.2 has known bug, when in front end and in admin panel product attributes could be sorted in unexpected order. This could cause some disarrangement. This...
30 KB  
E-Commerce  -  Free osCommerce Module - osCommerce Attributes order update 3.0
osCommerce version MS 2.2 has known bug, when in front end and in admin panel product attributes could be sorted in unexpected order. This could cause some disarrangement. This contribution fixes this problem.After applying this fix, product...
30 KB  
Modules  -  Shipping, Order Processing module 0.4
All new info entered during the processing of an order is saved in new tables. This allow to keep a perfect audit trail. This module allows the following Admin side A. Manage processing of orders placed directly through oscommerce B. Allows to...
 
Modules  -  Search Engine Optimization for osCommerce 1.0
As more and more Web sites have become dynamically generated (with dynamic URL's), search engines have improved in order to crawl and index more of these dynamic sites. Search engines such as Google and Yahoo have been actively crawling and...
 
Modules  -  Email HTML Order Link R3 1.0
When an order is emailed to the Admin it's not a link they can easily click on. This simple modification makes it an HTML link.When your customers receives emails from your shop, the URLs are not directly clickable even if you properly configured...
 
Modules  -  Random Order Number addon 1.0
Random order number contribution - including the feature to start your order number at whatever number you want.
 
Modules  -  UK-Based osCommerce 2.2
This package is intended to be a UK-Based osCommerce DEFAULT installation and NOT a "loaded" installation.This allows users to have the freedom of choosing their own contributions without additional compatibility problems.Features: - Added UK...
 
Network & Internet  -  osCommerce 2.0.5
osCommerce is an online shop e-commerce solution under on going development by the open source community. osCommerce is feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum...
1.4 MB  
NEW DOWNLOADS IN SCRIPTS, MODULES
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Modules  -  TinyMCE Node Picker 6.x-2.1
This module will de discontinued and replaced with Node Picker as soon as a stable release is available.TinyMCE Node Picker provides a button in TinyMCE that displays a list of links to content. Choosing a link inserts it into the editor.The...
20.48 KB  
Modules  -  Fapilicious 5.x-1.x-de
Fapilicious is a collection of FormAPI goodies.I hope to make it a repository of reusable FormAPI trickery and short cuts. Currently it has small collection of powerful FormAPI element validators.Please submit your favorite tricks as patches so we...
10 KB  
Modules  -  Donation Goals 6.x-1.x-de
The Donation Goals module lets you create nodes of the type "Donation Goal." These goals allow you to set an amount of money you'll need for whatever you're saving up for. Visitors of the site can then donate money through PayPal. Once the target...
20.48 KB  
Modules  -  Plica Twitter 1.0.1
Plica TwitterInstallation : * Download, unzip, and install plugin dir in /wp-content/plugins * Activate * All right now
10 KB  
Modules  -  Page Array 5.x-1.x-de
The pagearray module is a small (single function) helper module that can be used whenever there is a need to load the output of any Drupal path in data form. Based on the code in index.php, Page Array bypasses the theme('page') call, instead...
10 KB