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 55 to 63 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>] 
61. Advanced Search Infobox v1.00 Request Installation with Paid service
I modified the php file and wrote instructions to add this contribution to your STS v4.5.x store. Full package.
   Posted on: 11/03/2009     See contribution details

62. Increase and decrease the size of the text in the description of the products Request Installation with Paid service
No arquivo readme.txt esta o seguinte codigo:


<td class="pageHeading" valign="top"><?php echo $products_name; ?> <br><span class="ft1"><a href="#" onclick="TamFonte(1, 'noticia')"><img src="images/diminui_fonte.jpg" border="0"></a></span>
<span class="ft3"><a href="#" onclick="TamFonte(3, 'noticia')"><img src="images/aumenta_fonte.jpg" border="0"></a></span>
</td>

Eu estava tendo o problema de ao clicar no botao de aumentar ou diminuir a fonte, ele ir para a pagina inicial do meu site, com o endereço www.dominio.com/#

Modifiquei o codigo para resolver o problema:

NOVO CÓDIGO

<td class="pageHeading" valign="top"><?php echo $products_name; ?> <br><span class="ft1"><a href="javascript:TamFonte(1, 'noticia')"><img src="images/diminui_fonte.jpg" border="0"></a></span>
<span class="ft3"><a href="javascript:TamFonte(3, 'noticia')"><img src="images/aumenta_fonte.jpg" border="0"></a></span>
</td>

Arquivo txt incluso.
Aumentar e diminuir o tamanho do texto na descrição dos produtos

criamos um botão para aumentar e outro para diminuir o tamanho da fonte usada na descrição dos produtos

instruções em portugues e inglês

menos de 5 minutos para instalar,somente 2 arquivos a editar


===================================

Increase and decrease the size of the text in the description of the products

create a button to increase and another to decrease the size of the font used in the product description

instructions in portugues and english

only 2 files to edir, instlation in less than 5 minutes

made in Brazil
   Posted on: 11/03/2009     See contribution details

63. VirementBancaire Request Installation with Paid service
03/11/2009 v 1.5

VirementBancaire v1.5 mis à jour par SySwatis :
- Correction du bug du statut de paiement du module non pris en compte :

fichier concerné >> catalog/includes/modules/payment/virementbancaire.php

rechercher vers ligne 20 :
-------------

if ((int)MODULE_PAYMENT_VIREMENT_BANCAIRE_STATUS_ID > 0) {

remplacer par
-------------

if ((int)MODULE_PAYMENT_VIREMENT_BANCAIRE_ORDER_STATUS_ID > 0) {
   Posted on: 11/03/2009     See contribution details

64. Google Base / Froogle Data Feeder v1.00 Request Installation with Paid service
- Added code to include for tep_not_null, which is a failure for some installations
- Changed deprecated label column heading to product_type
- Changed installation instructions to include setting up a feed creation link in admin


This is the full package.

Support Thread:
http://forums.oscommerce.com/index.php?showtopic=71088
- Fixed mysql code for specials

This is the full package.

Support Thread:
http://forums.oscommerce.com/index.php?showtopic=71088
Fixed a mistake I introduced in the last version. Use this one instead.

This is the full package.

Support Thread:
http://forums.oscommerce.com/index.php?showtopic=71088
- Rearranged code to make setting up the options easier.
- Enabled the options, condition in particular, so google doesn't complain.
- Works with Ultimate SEO.

This is the full package.

Support Thread:
http://forums.oscommerce.com/index.php?showtopic=71088&st=386
Special Prices were not showing up in the earlier version. They show up correctly in this version.
This feeder has been revised to work with Ultimate SEO URLs contribution with all the current requirements of Google Base with proper tab settings. Many changes have been done to the earlier version. This contribution will auto generate Google Base Data Feed and you can let Google Base auto upload this file.
Updated Admin layout alot, made it all work together nice and neat.

Scott
Added the weight attribute into a complete package


Full Package
Use this version for use with SEO-G located at:
http://addons.oscommerce.com/info/5080

This package only contains the googlefeeder.php file.
To install, please overwrite in your admin directory.

nerd Design Group, inc.
nerdDesignGroup.com
The product weight doesn't get put on the feed page, or google unless this fix is done...

Updated googlefeeder.php is attached for fix.
How do I create an FTP account for uploading?.....
Thanks for this great contribution. And just tested it, and got some bugs, to make it work with Ultimate SEO url, there are two bug fixes in googlefeeder.php:

1. change :

$SEO_FLAG = 0; //default = 0

to

$SEO_FLAG = true;

2. change:

$_cleaner_array = array(">" => "> ", "®" => "", "? => "", "™" => "", "?=> "", "t" => "", " " => "");

to

$_cleaner_array = array(">" => "> ", "®" => "", "?" => "", "™" => "", "?" => "", "t" => "", " " => "");

thanks.

Shobi
   Posted on: 09/16/2008     See contribution details

65. PDF Invoice Request Installation with Paid service
this is the updated version of the install file for pdf invoice and packing slip for admin 161

use 7zip from www.7zip.com to unzip this file
The Pdf Invoice and Packingslip Contribution generates the PDF format
for the invoice and packingslip with full control over the color, font etc

sample invoice and packingslip in pdf format

update version :
- fixed sql files with some descriptions and numbers
- changed invoice and packingslip to also display all the attributes

use 7ZIP FROM WWW.7ZIP.COM to Unzip

for some reason the zip does not open so here is a new one
forgot to remove a constant number for the text size of the sold to box

please replace pdf_invoice.php in your admin folder

use 7ZIP FROM WWW.7ZIP.COM to Unzip
The Pdf Invoice and Packingslip Contribution generates the PDF format
for the invoice and packingslip with full control over the color, font etc

sample invoice and packingslip in pdf format

use 7ZIP FROM WWW.7ZIP.COM to Unzip
   Posted on: 08/02/2009     See contribution details

66. PRODUTO ESGOTADO - NOT AVAILABLE PRODUCT Request Installation with Paid service
Hello everybody, I used this content from our friend Valmy Gomes and realized that there was nothing about putting unavailable on the first screen of our oscommerce, so I added it in the txt.

made no modification to the data it already has, only added at the end of the file.

I have helped.

all credit to our friend Valmy Gomes by changes in other files.

Grateful to all.

#######################################

Olá pessoal, utilizei este conteudo do nosso amigo Valmy Gomes e percebi que não havia nada sobre colocar indisponivel na primeira tela de nosso oscommerce, então acrescentei isto no txt.

não fiz nenhuma modificação aos dados que nele já contia, somente acrescentei no fim do arquivo.

espero ter ajudado.

todos os créditos ao nosso amigo Valmy Gomes pelas alterações dos demais arquivos.

Grato a todos.
Olá pessoal, utilizei este conteudo do nosso amigo Valmy Gomes e persebi que não havia nada sobre colocar indisponivel na primeira tela de nosso oscommerce, então acrescentei isto no txt.

não fiz nenhuma modificação aos dados que nele já contia, somente acrescentei no fim do arquivo.

espero ter ajudado.

todos os créditos ao nosso amigo Valmy Gomes pelas alterações dos demais arquivos.

Grato a todos.
   Posted on: 10/30/2009     See contribution details

67. Default Images Simplified Request Installation with Paid service
if you use easy populate and upload with the image from there, and you haven't upload the actual image to the server, this simple modification will show no image if file does not exist...


if (!file_exists($src)){
$src = "images/noimg.jpg";
}


please get the full package to know where you put it....
   Posted on: 10/31/2009     See contribution details

68. Fix debug-menu Request Installation with Paid service
This fix corrects an error in Admin Tools-Modules-Services-Debug (empty box)

This box has no functions and consequently he is disconnected.
   Posted on: 10/30/2009     See contribution details

69. NOVO MÓDULO PAGSEGURO Request Installation with Paid service
Como o próprio PagSeguro indicou dois arquivos e o que deu o menor problema foi esse que peguei e alterei junto com um colega de trabalho, pois o outro arquivo não faz o retorno no sistema, estou aqui para contribuir e retribuir.

Já testei e na minha loja funcionou, com retorno e etc.
pagamento pelo pagseguro, atualizado com informações do fórum e do cristiano...


PACOTE COMPLETO..

FORUM: http://forums.oscommerce.com/index.php?showtopic=299437
   Posted on: 11/25/2008     See contribution details
Displaying 55 to 63 (of 1445 contributions) Result Pages: [<< Prev]   1  2  3  4  5  6  7  8  9  10 ...  [Next >>]