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 1090 to 1098 (of 1445 contributions) Result Pages: [<< Prev]  ... 121  122  123  124  125  126  127  128  129  130 ...  [Next >>] 
1211. Belgiƫ - TNT Post - oscommerce-2.2rc2a Request Installation with Paid service
TNTPost Nationaal
(pakje MAX. 10 kg) (incl.verpakking)
   Posted on: 12/29/2008     See contribution details

1212. Belgiƫ - taxipost - oscommerce-2.2rc2a Request Installation with Paid service
taxipost
   Posted on: 12/29/2008     See contribution details

1213. Image tooltip Request Installation with Paid service
Same as below; however, there are TWO additional steps (I forgot one).

For additional functionality, download "Image Tooltip Everywhere" by MichaelPortugal below.

Scott
Replaces the default osC image popup with a tooltip popup...

Scott
This is only an update for Tooltip on product_listing.php

I just put the javascript code in the product_listing.php instead of index.php file.

compatible with Firefox and IE
I work only with firefox, its working very well.
I've had to do updates for IE. It is now OK!
Easier has set up (the installation files are separated).

Sorry for any inconvenience ..

Tooltip is a rollover image box, without htlmpopup page.
Very nice and easy to install

Apliccations:
Star Product
Featured products
New products
Listing products (also manufacturers products)

Work with:
3images contrib(contributions,1346)
Additional_Images contrib(tested with v2.0.0)

Example of this code
http://www.expodreams.com/gallery/index.php

Full package
Tooltip is a rollover image box, without htlmpopup page.
Very nice and easy to install

Apliccations:
Featured products
New products
Listing products (also manufacturers products)

Work with:
3images contrib(contributions,1346)
Additional_Images contrib(tested with v2.0.0)

Example of this code
http://www.retranet.com/catalog/index.php
the first featured tooltip file had not price...
   Posted on: 09/05/2008     See contribution details

1214. SEO images v.0.99 Request Installation with Paid service
English_________

Added install.txt in english

Español________

Añadido install.txt en inglés


FULL PACKAGE
English______
When uploading a new product, the name of the image is as follows: manufacturer-nameProduct.(jpg,png,gif)

To help to position our site, and sales.

Español_____
Al subir un nuevo producto, el nombre de la imagen queda de la siguiente manera: fabricante-nombreProducto..(jpg,png,gif)

Para ayudar a posicionar nuestro site, y las ventas.
   Posted on: 10/20/2008     See contribution details

1215. Admin Summary Info Request Installation with Paid service
There was a problem with the order total summary, the field value in the table orders_total is shown the shop default value, not the foreign currency value.

That means the output, Total USD 1000.-, Total EUR 500.- was not true, in fact it is 1500.- USD.

So this new code is much smaller, and the annoying long output is now shorten to the default shop currency.

Change the whole order total summary section in admin/icludes/header.php to this:

// order total summary
if(!is_object($currencies)){include_once(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies();}
$sum_query = tep_db_query("select sum(ot.value) as sum from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id) where ot.class = 'ot_total'");
$sum = tep_db_fetch_array($sum_query);

$today_sum_query = tep_db_query("select sum(ot.value) as sum from " . TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id = ot.orders_id) where to_days(o.date_purchased) = to_days(now()) and ot.class = 'ot_total'");
$today_sum = tep_db_fetch_array($today_sum_query);

echo '<tr><td align="right" class="smallText">' . sprintf(TEXT_SUMMARY_INFO_ORDERS_TOTAL, $currencies->format($sum['sum']), $currencies->format($today_sum['sum'])) . '</td><td align="center" width="40"><a href="' . tep_href_link(FILENAME_STATS_SALES_REPORT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'icons/summary_totals.gif', HEADER_TITLE_SUPPORT_SITE) . '</a></td></tr>';
echo '</table></td>';

Thats it, have fun!

File contains only this bugfix.

Good idea in this contrib, but anybody may see the summary info in login page. I desided to show this info only after admin logon.

This is not a full package. Only modified header.php for version 1.1 by sugiartha is included.
   Posted on: 10/31/2008     See contribution details

1216. Manueller Mahnungs Manager v1.0 Request Installation with Paid service
Neues Update, der Status muss nur noch einmal (Zeile 17 + 18) eingetragen werden.
Statt wie zuvor nur die Bestellung welche älter als 30 Tage alt sind Rot zu markieren, werden jetzt alle Bestellungen die länger als 30, bzw. 60 Tage auf dem Status versendet stehen, Hellrot bzw. Dunkelrot markiert.

Komplettes Paket, einige bugfixes behoben.
   Posted on: 12/06/2008     See contribution details

1217. Stok level 0 - not view Request Installation with Paid service
This contribution make this function:

if the stock = 0 the products is set to OFF and the clients not look it before you set an value 1 or high of stock

----------

Questa contribution serve per far si che se un prodotto è uguale a 0 esso non viene visualizzato al cliente ma viene segnato su OFF dentro l'admin.
   Posted on: 12/25/2008     See contribution details

1218. ajax login Request Installation with Paid service
HI!!! first... this is a great contrib... it need a little more of design.... if i can ill help you...

i found and error... here.. in the last step

"--|Still in header.php

Search for the link on the Account:

echo HEADER_TITLE_MY_ACCOUNT;

<a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" rel="ibox&height=300&width=400" target="login.php" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>

Then Add: rel & target:

rel="ibox&height=300&width=400" target="login.php"
|--"

the target its wrong it should be like this:
"--|rel="ibox&height=300&width=400" target="loginbox.php"|--"

*** The other subject its that u didnt say were to add that... somo people dont know.... it must be add like this...

"--|<?php echo tep_href_link('account.php') . '" title="' . HEADER_TITLE_MY_ACCOUNT . '" rel="ibox&height=300&width=400" target="loginbox.php">Account </a> '; ?>|--"

if i can ill do the translation to spanish.....


   Posted on: 12/26/2008     See contribution details

1219. Inner-Rounded-OSC Request Installation with Paid service
a template with more rounded rectangles, which are so in vogue nowadays

I changed the layout a bit, I found that my last templates seemed a bit wide so I moved the column right to be under the body text

I think it works better that way

I had to change a lot of files, unfortunately , if and when I do another template I might change includes around because there is a lot of duplicate code on various pages

one issue is the column_left file blowing out the products info page wider then I would like it, you can change that by removing some boxes or removing the whole column right

thank you for your continued support

demo: http://free-wordpress-themes.info/oscommerce13/
   Posted on: 12/26/2008     See contribution details
Displaying 1090 to 1098 (of 1445 contributions) Result Pages: [<< Prev]  ... 121  122  123  124  125  126  127  128  129  130 ...  [Next >>]