Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter
Contributions
The following osCommerce contributions are free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Filter: Search:
Displaying 298 to 306 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>] 
331. Better image upload features Request Installation with Paid service
* Saves new product images by SEO friendly filename (Ex. 451-iPod_nano.jpg) instead of old method for using date for unique name.

Caution: If you implented the previous version, you need to undo the changes from step 2.1 in the previous version's instructions.

Full package
I messed up naming the oldskool variable right,
$HTTP_FILES_VARS should be $HTTP_POST_FILES.

Updated package.

This contribution gives you the following features:

- Larger uploaded product images will be resampled for best fit within 1024 x 1024 pixels (Changeable).

- Uploads new product images to a separate folder. (catalog/images/ becomes catalog/images/products instead.)

- Saves new product images by datetime as filename (20090608-102450.jpg) instead of wacky original filename.

- Easily enable watermarking for all uploaded product images.

- Marks uploaded product images as temp files until changes are confirmed (i.e. _tmp20090608-102450.jpg).
That way orphan images from canceled changes can easily be deleted in catalog/images/products/.

Caution! This may collide with other image management contributions.
   Posted on: 06/29/2009     See contribution details

332. Sage Pay Server Request Installation with Paid service
Changelog

v1.1 01-Sep-2009

* Fixed Live/Production Transaction Server parameter value to "Live".
* Added "SWITCH" to the verification of the "CardType" parameter (this was not noted in the API documentation)

Please read the included documentation if you are upgrading from v1.0.
Sage Pay Server is recommended if you wish to run your own order and transaction reports, but you do not want to collect credit card details on your website. To use this product your website must have a fixed IP address. The hosted Sage Pay payment pages work within an iframe on your website giving you the look and feel of a direct integration but without the PCI Compliance requirements as no card data is ever Stored, Processed or Transmitted from the merchant's website.

Features And Benefits

* Simple integration
* Complete security using the Sage Pay payment pages
* Customisable payment pages
* iFrame solution
* Flexible payment features
* Automate transaction requests
* Run your own order and transaction reports
   Posted on: 08/28/2009     See contribution details

333. Quickly De-Activate Products Request Installation with Paid service
Repacked, Activation of products was not working, Used the same Code I used in the deActivate to make it work. Hope everyone enjoys!

Feel free to send me suggestions or wishes to my PM :)

Remnorz
   Posted on: 09/03/2009     See contribution details

334. Quickbooks Merchant Service v1.0 Request Installation with Paid service
I want to post a warning to those of you who would try to use QBMS with osCommerce: I have spent many hours on this and it looks like I may not be able to make it work. Before you commit to anything, it would be to your benefit to go to the forum for this contribution, http://forums.oscommerce.com/index.php?showtopic=274406 and to read about the challenge before you. The attached file is not a full package, it is just the script intuit.php which I once believed was the web connector that would make this work. It is from page 1 of the discussion.
   Posted on: 09/03/2009     See contribution details

335. BBS Netaxept Payment Module 1.0 Request Installation with Paid service
- Added more backoffice logging to transactions.
- Added a new order status telling if the order is canceled or user aborted.
- Added database fields to support comming recurring functions.

- Changed from REST to now using WebServices in the communication.

(PS: removed temp files in this package that came in the first upload of 1.1.0 WS)
- Minor bugfix when sending data to BBS Netaxept
- Minor bugfix
- Added backoffice information in order, with BBS TransactionID (saved and shown) and BBS ePayTransactionString (just saved) with logging of the payment process.

- Added email confirmation to the customer when a payment is processed OK. Option to turn on/off in osCommerce Backoffice on the payment module.


BBS Netaxept Payment Module is based on the new URL API developed by BBS AS.

More information can be found on http://www.netaxept.no

In order to use this module you need a test account. To get one, contact the sales department at Netaxept.


- Added urlencoding on some parameters.

BBS Netaxept Payment Module is based on the new URL API developed by BBS AS.

More information can be found on http://www.netaxept.no

In order to use this module you need a test account. To get one, contact the sales department at Netaxept.
   Posted on: 03/13/2009     See contribution details

336. Store Feedback Request Installation with Paid service
A injecter dans a base de données à a place de ce qui se trouve dans le fichier instal.txt

--
-- Structure de la table `feedback`
--

CREATE TABLE IF NOT EXISTS `feedback` (
`feedback_id` int(11) NOT NULL AUTO_INCREMENT,
`feedback_name` varchar(30) DEFAULT NULL,
`feedback_company_name` varchar(30) DEFAULT NULL,
`feedback_contact` varchar(50) NOT NULL,
`feedback_text` text NOT NULL,
`feedback_rating` int(11) DEFAULT NULL,
`feedback_status` tinyint(1) NOT NULL DEFAULT '0',
`customer_id` int(11) DEFAULT NULL,
`date_added` datetime NOT NULL,
PRIMARY KEY (`feedback_id`)
);

INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ('', 'Display Feedback ', 'FEEDBACK_DISPLAY', 'true', 'This is used to set on or off the Feedback on front End', '1', '30', NULL , '2009-03-18 12:12:12', NULL , 'tep_cfg_select_option(array('true', 'false'),');
INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ('', 'Maximum No of Feedbacks ', 'MAX_FEEDBACK', '2', 'It sets the max no of feedbacks to show on the home page', '3', '30', NULL , '2009-03-18 12:12:12', NULL , NULL);

Install.txt included
the function call "tep_draw_submit_field" has been corrected to "tep_image_submit" for those who got this fatal error.
Thanks for this nice contribution!

I have done some modifications to the package

- Multilanguage support for all the files
- Updated the Installation-guide
- Added the user name who has send feedback or send by a guest

Included languages

- English


FULL PACKAGE HERE

All credits goes to the original author.



umar
   Posted on: 03/23/2009     See contribution details

337. Product Listing on the Front Page Request Installation with Paid service
Version française

Full package.

Screenshots visibles à : http://www.oscommerce-screenshots.com/products-front-page-p-433.html
This add on adds a product listing to your front page. It is suitable for small stores, where the complete product list can fit on the front page. It shows all the products from all categories and manufacturers.

Support thread: http://forums.oscommerce.com/index.php?showtopic=344027
   Posted on: 09/01/2009     See contribution details

338. Buy on Credit Payment Module v1.0 Request Installation with Paid service
Information
---------------------------------
This payment module will allow you to create a very simple option during checkout, where customers

can choose if they want to buy on credit (if applicable) and pay later (i.e. after 1 month).


It's based upon and similar to "Cash on Delivery" and it doesn't monitor the transaction at all.

The shop owner have to settle the transactions offline.
---------------------------------

Support for English & Greek (UTF-8 Without BOM) Languages.


Installation
------------

To install, simply copy the files to their respective directories. No need to overwrite anything.

To activate, login to admin area, go to Modules, Payment and Install the Buy on Credit Module.




I hope you find this useful.
   Posted on: 09/03/2009     See contribution details

339. TABELA PARA MOSTRAR PARCELAMENTO DE CARTÕES - PAGSEGURO E OUTROS Request Installation with Paid service
ATENÇAO!

O POST ANTERIOR TINHA 1 ERRINHO. CORRIGIDO AGORA.

Aq só encontra a correçao para a exibiçao das parcelas na listagem de produtos.

NAO SE ENCONTRA O PACKAGE COMPLETO. Baixem o pacote abaixo do Marcelo 73 e ignorem o Passo 3 do arquivo dele e façam o deste.
Os créditos são todos do meu mano JPD_BR pela versão 3.5

Adicionais:

1 - agora a taxa do boleto é adicionada pelo admin

2 - Opção de mostrar ou não mostrar o parcelamento com cheque disponivel no admin


Bugs corrigidos

1 - Corrigi a "zebrinha do parcelamento" qwue mostra cada linha com uma cor

2 - Corrigi o mostrar tabela que mesmo desabilitando no admin continuava a aparecer

BY APOPULAR (Marcelo_73)
Correção feita por Dieef5:

Quando se tinha um valor de 30 reias por exemplo em 3x sem juros não estava divindo em 3x de R$10,00, estava ficando 3x de R$30,00

Para acertar basta trocar o código:

if ($i <= ($minSemJuros - 1)) {
$table = ($i+1) . 'x de R$'. number_format($totalValue2, 2 , "," , ".");
}

por

if ($i <= ($minSemJuros - 1)) {
$table = ($i+1) . 'x de R$'. number_format($totalValue2/($i+1), 2 , "," , ".");

}

PS: Pacote completo já arumado para download.

Grato
Kinomoto-san
Uma pequena correção pessoal que acabei esquecendo:

Na instrução e arquivo onde está

$splits = (int) ($new_products['products_price']/$minvalor);
$parcelas_sem_juros = 3;

Altere para a seguinte maneira:

$parcelas_sem_juros = 3;
$minvalor = 10; // VALOR MINIMO DE CADA PARCELA
$splits = (int) ($new_products['products_price']/$minvalor);

Grato
Eduardo
Os arquivos são os mesmos da atualização anterior feita pelo jpdgeo.

Apenas adicionei os passos extras no aquivo instalacao.txt.
Cheio de imagens, frescurites, etc...

Somente para quem usa Pagamento Digital e Pagseguro.

No pacote há screenshots.

Abraços

Jpd_br

PS: DUVIDAS E ETC..
Entre no forum da contribuiçao. Esta no istalaçao.txt o link.
Com esta pequena atualização, agora voce pode definir no código o número de parcelas SEM juros. Atualmente o codigo só permite parcelas sem juros para pagamentos à vista.
   Posted on: 05/04/2009     See contribution details
Displaying 298 to 306 (of 1445 contributions) Result Pages: [<< Prev]  ... 31  32  33  34  35  36  37  38  39  40 ...  [Next >>]