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 982 to 990 (of 1445 contributions) Result Pages: [<< Prev]  ... 101  102  103  104  105  106  107  108  109  110 ...  [Next >>] 
1091. Quantity for Product Attributes Mod Request Installation with Paid service
With the last bugfix of taajny, mysql might give the error:
"1052 - Column 'products_options_id' in field list is ambiguous".

A simple modification to fix that error:

File to change:
~/catalog/admin/includes/functions/general.php

Around line 928, find:

$options_query = tep_db_query("SELECT products_options_id, products_options_values_id FROM " . TABLE_ORDERS_PRODUCTS_ATTRIBUTES . " LEFT JOIN " . TABLE_PRODUCTS_OPTIONS . " ON products_options_name = products_options LEFT JOIN " . TABLE_PRODUCTS_OPTIONS_VALUES . " ON products_options_values_name = products_options_values WHERE orders_products_id = '" . (int)$order['orders_products_id'] . "'");

CHANGE TO:

$options_query = tep_db_query("SELECT opa.products_options_id, opa.products_options_values_id FROM " . TABLE_ORDERS_PRODUCTS_ATTRIBUTES . " opa LEFT JOIN " . TABLE_PRODUCTS_OPTIONS . " ON products_options_name = products_options LEFT JOIN " . TABLE_PRODUCTS_OPTIONS_VALUES . " ON products_options_values_name = products_options_values WHERE orders_products_id = '" . (int)$order['orders_products_id'] . "'");

That's it.

Only one file, contains the same text at this description above.
   Posted on: 02/03/2009     See contribution details

1092. xwayz - Free WEB 2.0 Lightbox osCommerce Template Request Installation with Paid service
The updated version of the xwayz template.
   Posted on: 02/03/2009     See contribution details

1093. Product not found...BUT Request Installation with Paid service
A very minor modification to avoid the list of products showing any duplicates - i found duplicates would show if any product was in more then one category.

This is full install file with modifcation to the previous version and upgrade instructions from v1.5.
   Posted on: 02/03/2009     See contribution details

1094. Easy Call for Price v1.0 by Bigredman74 Request Installation with Paid service
In catalog/product_info.php section I changed the comment line to use /* and */ so the closing ?> tag in the commented out line does not affect the code, this removed the need for the redundant <?php opening tag.

In catalog/includes/modules/product_listing.php and product_listing_col.php section I changed:

if ($listing[$x]['products_price']== '0'){ //fix for call for price

to

if ($listing['products_price']== '0'){ //fix for call for price

This allowed the item to show in the product listing without the "buy now" button. My installation is very vanilla and the original code did not work properly for me.
Minor Updates:

added link to contact us page when value = $0, updated code in to reflect osCommerce ver2.2 rc2, created html install file with clickable status list
Hi,

In products_new.php there is still the "add to cart" button, that allowed customers to add a product to their Cart even when the product price = 0 !!

I updated the file products_new.php so now you will not see the "add to cart" button.

only update, Not the full contribution.

All the best,
Nath
   Posted on: 01/13/2009     See contribution details

1095. Nolap - Free osCommerce template Request Installation with Paid service
Nolap (updated, December 8 version removed) is a free nice looking oscommerce template.

Nolap is a FREE, under the terms of GNU GPL , template for osCommerce.

Screenshots available here:
http://www.badeziner.com/2008/12/06/nolap-free-oscommerce-template/
Nolap is a free nice looking oscommerce template.

Nolap is a FREE, under the terms of GNU GPL , template for osCommerce.

Screenshots available here:
http://www.badeziner.com/2008/12/06/nolap-free-oscommerce-template/
   Posted on: 12/06/2008     See contribution details

1096. Virtual Merchant - Elavon, ViaKlix, Nova Payment Module Request Installation with Paid service
Release Updates

v 1.2 (No database changes in this version)
+ Updated readme.txt with fix for javascript_validation method when multiple payment options are given
This Version has the following Updates

v 1.1 (No database changes in this version)
+ install instructions updated. v 1.0 was missing a couple of steps
+ maxFieldLenAry holds the max lengths of submission data according to VM Developer's guide
+ several substr calls in before_process() method trimming field data according lengths in maxFieldLenAry.
+ updated validEmail() method to check for max length of email in maxFieldLenAry
+ updated testing credit card expiration date in chargeit.php language file
+ updated error message display. Stands out more and now has error icon.
+ cc_chargeit_error.gif that displays on new error message display
   Posted on: 01/21/2009     See contribution details

1097. LB SEO Postcodes Request Installation with Paid service
Improves your search engine ranking by adding UK geographical data (country, county, town/suburb. postcode) to product listings.

A hierarchy of links is created, each linking through (via a search engine friendly URL) to a product info page containing keywords for the location. This allows you to customise the product info page with phrases like 'buy dvds in London, NW1', or 'books for sale in Kent'. The end result is thousands of dynamically generated product info pages, each containing location keywords ... perfect food for good search engine placement.

An example of the module in work can be seen at http://www.thespeedycompany.co.uk/durstons-ericaceous-compost-40ltr-p-4.html
   Posted on: 01/31/2009     See contribution details

1098. Camtech secure pay Request Installation with Paid service
This module is design and develop for camtech payment gateway. It’s based on secure pay xml api model. Currently the version is supporting for both oscommerce and creloaded.

We had a previous mod for camtech which does not support osc v 2.2 and which was based on tcpdemon. This new mod is very compatible with the new version of oscommerce and creloaded

In order to install this mod in your oscommerce or creloaded website please follow the directory structure.

For oscommerce users who do not find any cc_validation1.php in their class folder, we have included that file in our package.

it support both creloaded and oscommerce

for any support contact http://www.wontonetech.com

   Posted on: 01/31/2009     See contribution details

1099. Change Title in Admin Area Request Installation with Paid service
V2 is working. Please forget V1.

It's a small change and simple solution to help you to find exactly page do you want to back in the Web Browser History.

---

É alteração rápida e simples mas é uma solução que irá ajudá-lo a encontrar exatamente página quando você quiser voltar pelo botão "Página anterior" no histórico do seu navegador.
   Posted on: 01/30/2009     See contribution details
Displaying 982 to 990 (of 1445 contributions) Result Pages: [<< Prev]  ... 101  102  103  104  105  106  107  108  109  110 ...  [Next >>]