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 109 to 117 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>] 
121. Date of Birth PullDown Request Installation with Paid service
Multilanguage and now, date entry order is automatically set acording to country.(US UK - EU mode)
Now fixed & simplfied, using STORE_COUNTRY, you may need to add extra country ID`s for USA dates.

Added default year on creat account.
Added more countries to the format list

I`ve created a standard function for the date, so it can be used elswhere & provide a cleaner install.

Files altered:
catalog/includes/functions/html_output.php
catalog/create_account.php
catalog/account_edit.php
catalog/includes/languages/english.php

catalog/admin/includes/functions/html_output.php
catalog/admin/includes/customers.php

Included all fixes, I hate having to go through multiple bug fixes after a package install.

original post by Spooks on the forum

FULL PACKAGE
   Posted on: 10/16/2009     See contribution details

122. Product Listing Enhancements, Thumbnails & Manufacturer Headings Request Installation with Paid service
Added a separator between products in list modes, simply use the new class TD.separator to enable/use.
Fixed a minor image bug in one of the list modes.
Modified the list block mode, the image is still on the left (if enabled) the center column will contain all remaining fields bar the last that will appear in the right column, the field order is that set in admin. IE if you want the price in the right column give it the highest value in admin/product listing.
Added class for listing price, (.productListing-list-price)

Changed files: product_listing.php, CSS

UPGRADING
Upload the changed file.
Add new entries to your style sheet

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible.

FULL PACKAGE
Added the option of a quantity box within the listing (controled in admin)
Added the option of a attribute drop downs within the listing (controled in admin)
Added a Product Listing Image Height setting in admin (Recommend this is left empty)
Modified the setup routine to allow for other languages (Though all added items are in english still, sorry)

Changed files: product_listing.php, application_top.php, product_listing_setup.php

UPGRADING
There are some edits to application_top.php required.
Upload the changed files.
Run the new product_listing_setup.php

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible.

FULL PACKAGE
Corrected some syntax errors in products_new.php
Made a couple of additions to product_listing.php & new_products.php, if the products price or products stock are zero the buy now button is removed, a details button will be shown if thats set in admin (ie set for buy now & details).

Changed files: product_listing.php, products_new.php, new_products.php

UPGRADING
Just replace all the changed files

tested on PHP 4 & 5, SQL 4 & 5, osC 2.2 ms2, rc1 & rc2a and is register_globals compatible.

FULL PACKAGE

   Posted on: 08/18/2009     See contribution details

123. CarryTheOne Data Link for Accountancy Integration Request Installation with Paid service
This contribution provides the link for CTO's accountancy integration service that allows you to import your osC orders and customers into accounting software (e.g. KashFlow and FreshBooks). Installation is just the uploading of one file to your catalog root.
This contribution provides connectivity with CarryTheOne's accounts integration service.
   Posted on: 09/13/2009     See contribution details

124. DELETE ACCOUNT (Borrar cuenta de usuario) Request Installation with Paid service
Ready for Vanilla fresh install 2ra. Plus English files.

Easy to install.. no affect core.

A lot of people does not like give his information to every site that they landed, for obvious reasons, currently they have to give that information in order to leave a comment, to buy something etc. but, they prefer not to do it or at least they want to have the opportunity to delete his account whenever and don’t left their information floating around.

In order to get more and more orders (worked for me) I’m using this add-on in conjunction to costumers details, allowing only gather name and email of the customer, as a minimum data.

So the creation of the account is easy only the client have to fill 3 mandatory fields, and also you can blame the peace of mind that he can reach knowing the fact that he can delete his account whenever….

Note;
If you want to keep his comments, on account_delete_success.php
find:
tep_session_unregister('comments');
change by;
//tep_session_unregister('comments');

   Posted on: 10/16/2009     See contribution details

125. Quantum Gateway Inline Frame API Request Installation with Paid service
Inline Frame API

Use an inline frame to process transactions or update SecureVault customers without the need to ever touch, transmit or store any cardholder (credit card) data on the merchant's Web site or have any such data pass through the merchant's servers or network.

The primary benefit is a substantially streamlined process for PCI compliance.
   Posted on: 10/16/2009     See contribution details

126. Options as Images Request Installation with Paid service
Sometimes is better to keep everything as simple as possible, and avoid lots of bells and wishles. This is the working version for v2.2 Release Candidate 2a vanilla install, and is supposed to work on earlier versions due to de catalog/product-info.php is almost the same from oscommerce-2.2ms2-060817.

The operational module and framework was made by andes1 and the compilation of working fixes used here were made by rusNN, some of this working fixes were made for a lot o people among them lildog.

Here you can find the instructions (I did not correct those), but always, and for your good sake, is better use Wincompare or another software in order to compare and modify files.

Note:
I did not make any change in order to get the first option selected or something like that, this let us some space to maneuver in order to install sort attributes or a similar module.
Options as images v1.7.2

Fixed: only ONE group of attibutes was checked, the rest (if exists) had not any option checked, and one (and only one of them) must be checked. See screenshot "error.jpg" for a better understanding.

Several spanish language files fixed or included in package, there were not included or were incomplete in v1.7.1.

* Suggestion: options_images.php should be in catalog/includes/modules like product_listing.php and the rest of the typical modules.

FULL PACKAGE.

-----------------------------------------------------------------------------------------
Soon I will upload a new version: Options as HYPERLINKED images v2.0 - Now image has link when clicking
-----------------------------------------------------------------------------------------
I've noticed that when you go to product page from the shopping cart clicking on the product, options as images doesn't selects properly. To fix this find code in catalogoptions_images.php

if ($iec=='1') { $checkedd=''; } else { $checkedd='checked'; }

and replace it with the code

if ($selected_attribute != $opti_array['id']) {
if ($iec=='1') { $checkedd=''; } else { $checkedd='checked'; }
} else {
$checkedd='checked';
}

Seems to me that's correct.

FULL PACKAGE, including fix for 1.7 by me + Update Guides
+ replace some code with more osc friendly/familiar code
- deleted useless code


Full Package + Update Guides
There was a bug when trying to edit options images. If you had only one option with images you could not edit the option as the form was submitted when you selected a different option than the default. I added a button instead.


FULL PACKAGE + update guides
Included RusNN's fix into a complete package to try to keep it neat.

Full Package + update guide
Great contrib! That's all I need for my shop. Thanks!

But I've discovered, that text "Available Options:" is appered for every products even if a product has no options. It happens only when setting OPTIONS_AS_IMAGES_ENABLED is enabled.
To correct this goto options_images.php, find around line 15

echo '<b><span class="optionsAvailable">' . TEXT_PRODUCT_OPTIONS. '</span></b>';

and move it a bit lower under the line

if ($products_attributes['total'] > 0) {

So you should have
if ($products_attributes['total'] > 0) {
echo '<b><span class="optionsAvailable">' . TEXT_PRODUCT_OPTIONS. '</span></b>';

That's all. No files attached.

Sorry my bad english :)
+ added spacing between options to keep them separate and unjumbled, this is most noticable with options with names longer than the width of the picture.
- I accidentally left some custom debug code in admin/options_images.php


Full Package + update guide
+ deleted extra files in directory structure
+ there was a line commented in catalog/options_images.php that is necessary to make the correct table structure.
+ works with osc RC2a

EASY update.


Complete Package + update instructions in install doc
   Posted on: 09/24/2008     See contribution details

127. Product Extra Fields Request Installation with Paid service
This zip only contains a new product_extra-fields.php to replace the current one in admin/includes/languages/dutch. The current version is incomplete and aborted.
Full Package

Forgot English Language File

Added another field "google only" - this is for future use with an froogle export. So you can then insert in a froogle csv only google relevant fields with the right format.
Bugfix for Product Extra Fields in Product Listing:

ATTENTION: File is old!

Change the Select_Part in:

SELECT pef.languages_id, pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value
FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef
LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf
ON ptf.products_extra_fields_id=pef.products_extra_fields_id
WHERE ptf.products_id=". (int) $listing[$x]['products_id'] ." and pef.languages_id=" . (int)$languages_id . " and ptf.products_extra_fields_value<>''
ORDER BY products_extra_fields_order");

OLD Version: both languages will be shown
NEW Version: only the selceted language will be shown
After discovering that the way Product Extra Fields was written prevents searching multiple fields for multiple search terms I wrote my own contribution which will do everything that Product Extra Fields does and more. You may find this new contribution at:

http://addons.oscommerce.com/info/6856

Included in the package is a file that converts all of your old Product Extra Fields into the new format used by my contribution so you can convert without losing the data you have already entered.

The attachment here is just a copy of the user guide for my contribution and is here only because a file is required to post this note.
this worked for me after few modifications.


AS PER ANY MOD TO OSC PLEASE BACK UP

includes/modules/product_listings.php

FIND

$lc_text = '&nbsp;<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing['products_id']) . '">' . $listing['products_name'] . '</a>&nbsp;';
}
break;




REPLACE WITH

//PRODUCT EXTRA FIELDS IN PRODUCT LISTING - BEGINING

// $lc_text = '&nbsp;<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing[$x]['products_id']) . '">' . $listing[$x]['products_name'] . '</a>&nbsp;';
// }
// break;

$extra_fields_text = '';
$extra_fields_query = tep_db_query("
SELECT pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value
FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef
LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf
ON ptf.products_extra_fields_id=pef.products_extra_fields_id
WHERE ptf.products_id=". (int) $listing[$x]['products_id'] ." and ptf.products_extra_fields_value<>''
ORDER BY products_extra_fields_order");

while ($extra_fields = tep_db_fetch_array($extra_fields_query)) {
if (! $extra_fields['status'])
continue;
$extra_fields_text = $extra_fields_text.
'<font color="#000000">'.$extra_fields['name'].': </font>' .
'<font color="#006600">' .$extra_fields['value'].'<BR></font>';

}

$lc_text = '&nbsp;<b><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing[$x]['products_id']) . '">' . $listing[$x]['products_name'] . '</a></b><br>&nbsp;&nbsp;' . $extra_fields_text . '<br>';

}
break;

// PRODUCT EXTRA FIELDS IN PRODUCT LISTING - END
it refers to files that do not exist. The last author had additional contributions not std install.
Beware of this contribution - INSTRUCTIONS DO NOT MATCH@!!!!!


the files on oscommerce plain install.

It refers to code that does not exist in oscommerce.

Support on this is non existent.
Attached is the advanced_search_result.php file that solves the "Unknown column 'p2pef.manufacturers_id' in 'on clause' " error on line 252
Relevant Fields in Categories


This contribution is the work of my ex-colleague, errata. All credits go to him, I just made this little guide
and uploaded it to contribs. It's pretty simple and very handy if you work with lots of fields, like I do in my
shop at www.portware.eu. It allows you to specify which fields belong to which products or categories, by using
the product and category ids. These will be shown before each item in the products page in admin for simplicity.

I hope you'll find these useful!


NOT FULL PACKAGE, ONLY FIX!
Relevant Fields in Categories


This contribution is the work of my ex-colleague, errata. All credits go to him, I just made this little guide
and uploaded it to contribs. It's pretty simple and very handy if you work with lots of fields, like I do in my
shop at www.portware.eu. It allows you to specify which fields belong to which products or categories, by using
the product and category ids. These will be shown before each item in the products page in admin for simplicity.

I hope you'll find these useful!


NOT FULL PACKAGE, ONLY FIX!
MYSQL QUERY ERROR REPORT
---------------------------------------
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 'and ptf.products_extra_fields_value<>'' and (pef.languages_id='0' or pef.languag' at line 1

product_info.php

$extra_fields_query = tep_db_query("
SELECT pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value
FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef
LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf
ON ptf.products_extra_fields_id=pef.products_extra_fields_id
WHERE ptf.products_id=". (int)$HTTP_GET_VARS['products_id'] ." and ptf.products_extra_fields_value<>'' and (pef.languages_id='0' or pef.languages_id='".(int)$languages_id."')
ORDER BY products_extra_fields_order");

Replace the following

$extra_fields_query = tep_db_query("
SELECT pef.products_extra_fields_order, pef.products_extra_fields_status as status, pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value
FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef
LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf
ON ptf.products_extra_fields_id=pef.products_extra_fields_id
WHERE ptf.products_id=". (int)$HTTP_GET_VARS['products_id'] ." and ptf.products_extra_fields_value<>'' and (pef.languages_id='0' or pef.languages_id='".(int)$languages_id."')
ORDER BY pef.products_extra_fields_order");
dutch translation of the admin pages
   Posted on: 09/30/2008     See contribution details

128. Expired Products Request Installation with Paid service
Events Calendar (http://addons.oscommerce.com/info/7071)

I've decided to re-work Expired Products to create a better method for selling tickets to events, and displaying that information to customers.

Events Calendar is a fork of Expired Products 1.3c

It is highly recomended that you switch over to Events Calendar as Expired Products will no longer be actively maintained.

File is a dummy file
This contains a number of bug fixes and feaure upgrades.

- Added printable page option to "products_expiring_calendar.php"
- Added calendar code to set class for todays events.
- Cleaned up code to beter integrate with oscommerce.
- Fixed error in calendar code that causes previous and future months events to display as active events.
- Fixed error in tep_count_products_in_category function where it would count expired products.
- Fixed admin/categories.php to display correct product preview.
- Modified the instructions to be a bit more clear.

This is a FULL package
Just a quick modification that adds the experation date to products that expire in index.php

This is a FULL package
Version 1.3 adds products_expiring_calendar.php this page displays all expired products within a monthly calendar. This assumes that the events take place on the day the product expires.

This is a FULL package
This fixes a few issues I found in the 1.0 version

1.1
- Fixed misc errors in the instructions.
Mostly due to previously installed contributions.
- Fixed confusing add in catalog/admin/categories.php.
May lead some to add code in wrong section.
- Added comments bounding changes.

This is a FULL package
Expired Products adds the ability to flag products with an expiration flag and date. This is very useful when selling things like tickets to events.

This contribution is loosely based on "Products Date Expiry" created by Axel Erpenbach (http://www.oscommerce.com/community/contributions,2064/category,all/search,events). Axel's contribution uses sql queries to filter out expired products. This is a fine method of handling product expiry, but has the downside of requiring that all products be marked with an expiration date.

Rather than filtering out expired products using an expiration date when fetching the data, Expired Products sets a field (products_does_expire) to indicate that the product does or does not expire. This allows you to pull all the products and then filter the results within the code.
   Posted on: 08/28/2009     See contribution details

129. Events Calendar Request Installation with Paid service
Events Calendar allows you to add items to your catalog that will expire on or after a given date.

This is a fork of Expired Products 1.3c(http://addons.oscommerce.com/info/6980). Events Calendar is geared
more towards setting up events and is much more flexable for that purpose. If you are using Expired Products
to add events to your catalog, it is highly recomended that you switch over to Events Calendar as Expired
Products will no longer be actively maintained.
   Posted on: 10/14/2009     See contribution details
Displaying 109 to 117 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>]