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 586 to 594 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>] 
651. Auto Send Birthday Email (cron) Request Installation with Paid service
Actualizacion para poner automatizado cuando entramos en el administrador.
Envia un email a todos los que cumplen años una vez al dia, mientras una vez al dia entremos en el administrador basta.
Tambien le he cambiado el nombre para que si se instala el archivo original no de ningun error.
Saludos.

Errores quitados que hacian que el archivo no funcionara bien.
Se ha introducido tambien el idioma español a parte del ingles que envia al cliente.
Saludos.
   Posted on: 06/20/2009     See contribution details

652. AJAX Search Suggest Request Installation with Paid service
nicola_fumagalli posted this fix on the forum, thought i'd add it.

IE8 dont work on table and getelements..

i have reconvert all with div and now work on all IE and firefox...

so the search_suggest.xml must be:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
/**
* osCommerce: XSLT Example for OSCFieldSuggest JS class
*
* File: includes/search_suggest.xsl
* Version: 1.0
* Date: 2007-03-28 17:49
* Author: Timo Kiefer - timo.kiefer_(at)_kmcs.de
* Organisation: KMCS - www.kmcs.de
* Licence: General Public Licence 2.0
*/
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="UTF-8" indent="no" method="html" doctype-public="-//W3C//DTD Xhtml 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:template match="/">
<xsl:for-each select="response/suggestlist/item"><div style="cursor: pointer; width:300px; opacity: 0.9; filter: alpha(opacity=90); background-color: #FFFFFF; border-collapse: collapse; border-top: 1px solid #C6C6C6; padding: 1px; color:#000000; font-size: 8pt; font-family: Verdana;" onclick="window.location.href = '{url}';" onmouseover="this.style.backgroundColor = '#005388'; this.style.color = '#FFFFFF';" onmouseout="this.style.backgroundColor = '#FFFFFF'; this.style.color = '#000000';"><xsl:value-of select="name"/></div></xsl:for-each>
</xsl:template>
</xsl:stylesheet>

File includes these IE 6, 7, & 8 fix comments only (not full package). Hope this helps!

See it in action at http://www.horticulturesource.com/
Update file includes/class.OSCFieldSuggest.js around lines 31 to 55:

base.createXmlHttpRequest = function() {
var requestInstance = false;
if (window.XMLHttpRequest) { // New IE, Firefox, Mozilla, etc.
requestInstance = new XMLHttpRequest();
if (requestInstance.overrideMimeType) {
requestInstance.overrideMimeType('text/xml');
}
} else if (window.ActiveXObject) { // Old IE
try{ // first try v 6
requestInstance = new ActiveXObject("MSXML2.XMLHTTP.6.0");
} catch (e) {
try { // then try the others...
requestInstance = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try { // last chance...
requestInstance = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {}
}
}
}
if(!requestInstance) {
alert("Sorry, your browser does not support AJAX. Please consider upgrading or switching browsers.");
}
return(requestInstance);
};


The order in which your OSCFieldSuggest function call is inserted needs to be the order Robert972 said:

"you dont need all of my table code... you can put the fields where you like by using:
********

<?php
echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get');
?>

<?php
echo tep_draw_input_field('keywords', '', 'id="txtSearch" size="40" autocomplete="off" maxlength="40" style="width:266px:font-size:13px;height:22px"')." ";
echo tep_hide_session_id();
?>

<script language="JavaScript" type="text/javascript" src="includes/class.OSCFieldSuggest.js"></script>
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
//Attention!!! put always this code above the HTML code of your field!!!
var oscSearchSuggest = new OSCFieldSuggest('txtSearch', 'includes/search_suggest.xsl', 'searchsuggest.php');
/*]]>*/
</script>

<?php
echo tep_image_submit('button_go.gif', 'Search');
?>

<?php
echo '<a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>Advanced Search</b></a>';
?>

*********
they must be in that order, wherever you put them."

File includes just these comments (not full package). Hope this helps!
See it in action at <a href="http://www.horticulturesource.com/">http://www.horticulturesource.com/</a> - http://www.horticulturesource.com/
Didn't see a support forum so thought I'd post an open question.

Does anyone know why this contrib doesnt work with Internet Explorere (IE 6 or IE 7 tested, both result in page errors).

! Error on Page
Line : 67
Char: 9
Error: The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document.
Code: 0
URL: http://mydomain.com/catalog/advanced_search_result.php?keywords=test

(attachement contains this text)
   Posted on: 02/03/2009     See contribution details

653. Display MSRP & Savings Request Installation with Paid service
A minor tweak to the labels in the product info page to show that the "Usual" price - which is less than the MSRP - has been disounted further as a Secial price.

The label for the savings amont has also been changed to show the disount % is off the MRSP not the Usual price.
Because of a question I have added a clarification to the instructions for step 18c. If you have already sucessfully installed the contribution with the recent add on for the new products information area then you do not need this file.
By request I have extended the instructions to include the new products area that appears underneath the main part of index.php (not the new products info box). Instructions with multiple steps have now been marked with sub-step numbers to make them easier to follow. Full instructions are enclosed.

If you have already installed this contribution and want this add-on simply move the contribution language definitions (step 6) from catalog/includes/languages/english/product_info.php to catalog/includes/languages/english.php and then follow the instructions in step 18.
   Posted on: 03/13/2009     See contribution details

654. Sales Force Request Installation with Paid service
This contribution provides a way to add and track sales people that are attached to your shop in some way. Some of the options are:

- Sales people are assigned to groups for better control.
- A sales commission is assigned each group.
- Various reports can be generated for each sales person or group.

The support thread is located at:
http://forums.oscommerce.com/index.php?showtopic=339072
   Posted on: 06/21/2009     See contribution details

655. osCommerce Google Analytics module Request Installation with Paid service
osCommerce Google Analytics module V2.2 for E-commerce

Full package

Update by Nick Weisser and portafixe included!

Works with RC2a + MS2
The code was putting a coma instead of a dot for values over 1000$. Analytic was not tracking those sales. analytics.php file with fix :

if ($totals['class'] == 'ot_total') {
$analytics_total = number_format($totals['value'], 2, '.', '');
$total_flag = 'true';
} else if ($totals['class'] == 'ot_tax') {
$analytics_tax = number_format($totals['value'], 2, '.', '');
$tax_flag = 'true';
} else if ($totals['class'] == 'ot_shipping') {
$analytics_shipping = number_format($totals['value'], 2, '.', '');
$shipping_flag = 'true';
}
What does it does. More statistics than you could every want about your site and sales. You have to create an adword account (no need to spend money) with google and from there create your analitycs account. You won’t regret it..

Also you might want to add the vat plugin below if you use that.

Decapper
http://www.pricelessweddings.com.au
If your store uses VAT, you will have to change the $items_query and $item_string like so (based on tomashesseling's version from 15 Jan 2008):

$items_query = tep_db_query("select products_id, products_model, products_name, final_price, products_tax, products_quantity from " . TABLE_ORDERS_PRODUCTS . " where orders_id = '" . $order_id . "' order by products_name");
while ($items = tep_db_fetch_array($items_query)) {
$category_query = tep_db_query("select p2c.categories_id, cd.categories_name from " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where p2c.products_id = '" . $items['products_id'] . "' AND cd.categories_id = p2c.categories_id AND cd.language_id = '" . (int)$languages_id . "'");
$category = tep_db_fetch_array($category_query);

$item_string .= "pageTracker._addItem(n"" . $order_id . "","" . $items['products_id'] . "","" . $items['products_name'] . "","" . $category['categories_name'] . "","" . number_format(tep_add_tax($items['final_price'], $items['products_tax']), 2) . "","" . $items['products_quantity'] . "");n";
}
Google Analytics + E-commerce module.

   Posted on: 09/05/2008     See contribution details

656. Poll Booth Request Installation with Paid service
This fix is for people who suffer the below error when trying to add a new poll

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

Warning: mysql_insert_id(): supplied argument is not a valid MySQL-Link resource in /home/xxxxx/public_html/catalog/admin/includes/functions/database.php on line 117
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' ';test', 0, 0, '1')' at line 1

insert into phesis_poll_data (pollid,optiontext,optioncount,voteid, language_id) values (, ';ohoi', 0, 0, '1')

[TEP STOP]

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


To use simply replce your existing admin / polls.php file with the enclosed version.



/// Another contribution made good !!! ///
This fixes the missing customer_id and screenForm function I encountered, when trying to add a comment after voting. I'm very new to codeing, so
please excuse me if my addition is a bit sloppy!
For package 2.3.1, I have fixed the issue of not being able to disable comments,
In poll_results.php if disabled, comment link is not shown and for extra measure I added if/else statements to poll_comment.php, just replace your old 2 files in catalog/ with these 2.

Theres still another bug I have noticed which needs fixing, is that if you set number of comments to 10 you can still post how many you want, so this also needs fixing asap.

Not a full package, just a fix.
   Posted on: 10/31/2008     See contribution details

657. Fabricantes en scroll Request Installation with Paid service
Scroll en la Cabecera.
Categorias o Fabricantes.

He añadido a los archivos a incluir las etiquetas <table> y </table> para mantener el ancho de la tienda.
He añadido un archivo nuevo para ver las categorias en lugar de los fabricantes.
Contribucion para poner los logos de los fabricantes en scroll arriba, debajo del logo de la tienda.
Para que se repita varias veces se ha puesto un codigo repetitivo 50 veces, asi durante 50 veces se repetira lo mismo.
Tambien los logos de los fabricantes salen en randomize, asi cada vez que cambias de pagina te salen en primera posicion unos u otros.
Espero que os guste.
Saludos.
   Posted on: 05/22/2009     See contribution details

658. Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0 Request Installation with Paid service
FIX FOR THE LOGIG PROBLEM WITH CANADAPOST OST.

1. Replace the file in admin with this one.
2. Do not forget to SET YOUR COOKIE FILE PATH.
3. In this file, the field to store Canada Post tracking number is named "CP_track_num".
Some of you may have this field named "cp_tracking" instead. So go in the file and replace
"CP_track_num" by "cp_tracking" or anything in your order table that corresponds
to canada post tracking number field.

There is also an include file that I commented out. oe_functions.php. Remove the comment
if you need this. (I do not).
   Posted on: 06/17/2009     See contribution details

659. Admin Products Paging Request Installation with Paid service
This is an extensive update to categories.php.
Just extract the file and replace /admin/categories.php with this file or use a file comparison program to integrate the changes manually OR use the included Report.html file to integrate the changes. Remember to backup any previous file.
This version fixes several bugs found in version 4 and added several usability enhancements for the search option. I am sure the code writing can be improved because my PHP skills are quite moderate, so if anyone wants to improve/clean up the code - you are more than welcome. In any case - the file does the job. It is based on categories.php from MS2.2 RC2a.

Pagination works here properly in all tested cases.

This IS a full package.

If you get this error (Fatal error: Call to undefined function: tep_hide_session_id() in...) it's probably because you didn't upgrade to the latest OSC RC1.
This function comes with RC1, please add it to your admin/includes/functions/html_output.php file
Make sure you paste the code right ABOVE the final ?> at the bottom of the file:


// Hide form elements
function tep_hide_session_id() {
$string = '';
if (defined('SID') && tep_not_null(SID)) {
$string = tep_draw_hidden_field(tep_session_name(), tep_session_id());
}
return $string;
}
   Posted on: 06/17/2009     See contribution details
Displaying 586 to 594 (of 1445 contributions) Result Pages: [<< Prev]  ... 61  62  63  64  65  66  67  68  69  70 ...  [Next >>]