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 451 to 459 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>] 
501. Hide No product Category In Category Menu Request Installation with Paid service
Normally,Left Category Menu Box,will show all categories whatever it contain product or not.
I want hide category which do have any product in it. Look code below and it is easy.

file:includes/boxes/categories.php
replace tep_show_category function with:

function tep_show_category($counter) {
global $tree, $categories_string, $cPath_array;

// DISABLE CATEGORY WITH NO PRODUCT
$bShowCategory = false;
$products_in_category = tep_count_products_in_category($counter);
if ($products_in_category > 0){

for ($i=0; $i<$tree[$counter]['level']; $i++) {
$categories_string .= "&nbsp;&nbsp;";
}

$categories_string .= '<a href="';

if ($tree[$counter]['parent'] == 0) {
$cPath_new = 'cPath=' . $counter;
} else {
$cPath_new = 'cPath=' . $tree[$counter]['path'];
}

$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">';

if (isset($cPath_array) && in_array($counter, $cPath_array)) {
$categories_string .= '<b>';
}

// display category name
$categories_string .= $tree[$counter]['name'];

if (isset($cPath_array) && in_array($counter, $cPath_array)) {
$categories_string .= '</b>';
}

if (tep_has_category_subcategories($counter)) {
$categories_string .= '-&gt;';
}

$categories_string .= '</a>';

if (SHOW_COUNTS == 'true') {
$products_in_category = tep_count_products_in_category($counter);
if ($products_in_category > 0) {
$categories_string .= '&nbsp;(' . $products_in_category . ')';
}
}

$categories_string .= '<br>';
}

if ($tree[$counter]['next_id'] != false) {
tep_show_category($tree[$counter]['next_id']);
}
}

**********
Attach is dummy ,no any content.
**********
enjoy.
   Posted on: 07/31/2009     See contribution details

502. Show Sold Out Items Request Installation with Paid service
FIX to jsi's contribution.

Sold Out button on Product Reviews, Product Reviews Write and Product Reviews Info Pages should be working fine.

Credit to all previous contributors.
This includes instructions to modify the code to show the Sold Out button on the Product Reviews, Product Reviews Write and the Product Reviews Info Pages.

You need to install the previous package first, this is only the additional instructions for the Product Reviews, Product Reviews Write and the Product Reviews Info Pages.

With credit to Sabaina who authored the original contribution and to Sparklies, aka Kate Burgess because I used her latest update as a template to create this one.
   Posted on: 09/09/2008     See contribution details

503. Linkpoint Connect 1.0 Request Installation with Paid service
This package adds a new module for off site processing. The way that the original module works is that it collects the credit card information and then posts to Linkpoint for processing. Linkpoint then posts back to the cart on success or failure. The new module does not collect any credit card information, only address information. It posts the information that it has to Linkpoint, which then collects the credit card information, runs the authorization process, and posts back to the store with the result.

This is a full package, with both modules. Note that the off site module has separate instructions in the installation readme.txt.

Support thread in the forums at http://forums.oscommerce.com/index.php?showtopic=341933
Download is same as original ver. 1.2. This is an error report on the installation instructions.

The code in checkout_payment.php should be:

<!-- body_text //-->

<td width="100%" valign="top"><?php echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL', false), 'post', 'onsubmit="return check_form();"');
echo tep_hide_session_id();?> <table border="0" width="100%" cellspacing="0" cellpadding="0">

<!--Added false to tep_href_link(checkout_payment) link so Linkpoint wont see sid-->
   Posted on: 12/03/2008     See contribution details

504. Security Fix for logoff.php Request Installation with Paid service
Unfortunately this contribution offers nothing more than an illusion of security. All major browsers have a mechanism to allow the user to move back through the history several pages at a time, thus bypassing any redirect. Furthermore, in browsers with a DOM cache these pages will not be requested afresh from the server but served from the DOM cache, regardless of any anti-caching or expiry headers originally sent by the server.

Please note: no file attached
   Posted on: 07/30/2009     See contribution details

505. Country-State Selector Request Installation with Paid service
I want display waiting animation over window center,If you want do it ,follow me.

1.[file:includes/ajax.js.php]
change[about:line 44]:
getObject("indicator").style.visibility = 'visible';

with:
getObject("indicator").style.display = 'block';

change[about 63]:
getObject('indicator').style.visibility = 'hidden';

with:
getObject("indicator").style.display = 'none';


2.[file:stylesheet.css]
append:
#indicator{position:absolute;left:50%;top:50%;z-index:100;display:none;}

enjoy.

*** include file is dummy ,it contain nothing ****
He modificado el archivo catalog/admin/countries.php para activar y desactivar facilmente los paises.
catalog/functions/ajax.php omitted the closing </span>.

line 16

Corrected ajax.php file attached.
-adding european sql file to activeted all european countries

-adding visualization state of countries (a column in html) in admin countries page
   Posted on: 10/07/2008     See contribution details

506. Checkout by Amazon for osCommerce Request Installation with Paid service
We have added the following enhancements to the add-on in this release:

* Checkout By Amazon Instant Order Payment Notification (IOPN) Integration.
* Inventory updates immediately after the order is placed.
* Separate page specifically for managing Checkout by Amazon orders.
* Ability to search Orders by Amazon Order Id in the "Amazon orders" on osCommerce admin UI.
* New Status codes for Checkout By Amazon orders to ensure that these do not clash with the custom status codes you might have already defined.
* Support for merchants to send Cart level Custom information that is stored with the order and passed on at different levels including callback and IOPN.

IMPORTANT NOTE
--------------------
Please note that order management for amazon orders on osCommerce admin UI works only if you have a HTTPS endpoint for IOPN.

THINGS TO REMEMBER
-------------------------
1. Please set the IOPN endpoint in Seller central 2 hours prior to upgrading the 2.2 Plugin.
2. DO NOT use the upgrade script (upgrade_to_2.2.php) if you modified any of the original checkout by amazon add-on files and/or tables.
* Support for UPS Choice 1.8.3
* Compatible with Basic Template Structure v0.9 by PHPwebNOOB
* Compatible with GoDaddy Hosting
* Refactored Callback Processor, Shipping processor for better calculations using native oscommerce APIs
* Fixed Order processors to handle large pending orders from Seller central
* Fixed failed Refund when trying to refund two items with the same product id but different variations
This module adds Checkout by Amazon as a checkout option on your store, providing your customers with the same checkout experience available on Amazon.com. Please use this module if you are using OSCommerce v2.2 RC2.

Features of the module:
1. Customers can place orders using the same information available in their Amazon account. Amazon 1-Click® support is included
2. You can manage orders placed through Checkout by Amazon in the osCommerce admin UI
3. Shipping calculations can be done using flat rate, per item, table rate, zone rates and dynamic shipping carrier rates from UPS, USPS and FedEx
4. Tax calculations can be done using osCommerce tax settings
   Posted on: 03/05/2009     See contribution details

507. Autoinstaller for - One Page Checkout Request Installation with Paid service
for One Page Checkout Version 1.06

This script is for testing purposes only!

As I see 1.04 works better than previous 1.03 version.
But if you try to edit billing and shipping addresses together you will get the same address for both in email.

I have changed again only one line in the:
includes/classes/onepage_checkout.php

to fix the checking if the Gift Voucher Contribution is installed


The Autoinstaller script requires PHP5

Original contribution is located here:
http://addons.oscommerce.com/info/6646

I don't suggest to use it on production sites because I see that 1.03 version is not final:

I had an autoinstaller for 1.02 and a new account was created when the password field was entered on the checkout.php page.
I have upgraded to 1.03 and see that the password filed is present but a new account is not created if you fill it.


I have changed only one line in the:
includes/classes/onepage_checkout.php

to fix the checking if the Gift Voucher Contribution is installed
   Posted on: 05/12/2009     See contribution details

508. Store Locator AJAX V1.0 Request Installation with Paid service
"Email" query was missing from the SQL file, but was explained in the instructions.

I have added the update to the SQL file too.
Apologies for any inconvenience!

++++++++++++++++++++++++

Complete package attached.

Sorry, the previous package had an error that prevented phone numbers being displayed. I've corrected that now and also added some styling to getstores.php to enable you to modify the output page styling
-------


Full package revised
   Posted on: 07/05/2009     See contribution details

509. Exclude products from free shipping total v 1.0 Request Installation with Paid service
Fixed issue where if a product would have an attribute the product_id would not be 'seen'.

Products with attributes for example could look like: 71{1}4, in our formula we would only need the '71' for this to work.

Included, complete package with adjusted installation .txt and .doc
Some store owners set free shipping for orders above a certain amount. For stores with some cheap products this can be a problem.
Someone buys a $98 product and uses a $3 cheap product to get free shipping for an order above $100. If your shipping costs are $7 you actually lose all of you margin
on that $3 product. Either you make them more expensive or you exclude them from the order total for free shipping.

- After using this contribution it is wise to add some customer information to those products which no longer add to the free shipping amount ;-)

- Additional attributes prices are (not yet) taken into account!!!!
   Posted on: 07/26/2009     See contribution details
Displaying 451 to 459 (of 1445 contributions) Result Pages: [<< Prev]  ... 51  52  53  54  55  56  57  58  59  60 ...  [Next >>]