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 721 to 729 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>] 
801. oscommerce-2.2rc2a Bundle, Gift Voucher,News Request Installation with Paid service
FIX:
Fixed a problem on Administration -> Customers
Fixed a lang problem with news on frontpage

Added:
If u want - incl. Tax -not incl Shipping on product info
(a must have in germany)
Have to accept conditions on checkout process

Readme included

This is a full package
- oscommerce-2.2rc2a
- Credit Class & Gift Voucher
- Article Blog

Special: Newest 3 Articles on Frontpage

It's a FULL package with os commerce 2.3.rc2a with
Credit Class & Gift Voucher (Fixed Files for New RC2a (drop-in) Install from dtwins 14.04.09) an Article Blog from lunaox (15.04.2009) and a litte addon from me too have the newest 3 Articles on the Content part of the frontpage.

It's only meant for a fresh installation (normal installation over install directory) to safe time and not to have to edit a lot of files.

Languages: I made i compatible to German and English. (Spanish works too but some texts in the spanish version are in english because I couldn't translate it)

I hope it helps some people.

Thanks to osCommerce for the great shop, to dtwins for the great Credit Class - Gift Voucher Addon and to lunaox for the great Article Addon.

Keep going

greetings,

blacksh33p
   Posted on: 05/01/2009     See contribution details

802. Quickly Update Product Stock Request Installation with Paid service
Quick Product update - V3.8.1

ChangeLog:

v3.8.1 05/06/09 Version by: Azrin Aris
Summary :
1. Add "Title" tag to Category/Manufacture selector to show its category/manufacture id - requested by Jim Hande ;)

BugFix:
1. MySQL not updating if manufactures_id is not set when MySQL is configures as 'STRICT' - Fixed by Steve (Jimbob_pooley)
These instructions adds the option to update the item's cost, and are based on QuickStockupdate 3.5

I assume you already installed http://addons.oscommerce.com/info/3161 "Stocktaking Cost" - If you did not, then this is not for you.
v3.7 01/25/09 Version by: Azrin Aris
Summary :
1. Add Language Filter

Support Forum :
http://forums.oscommerce.com/index.php?showtopic=142177

Status : Beta
Package : Update

Installation :
Please replace the quick_stockupdate.php in /catalog/admin/
v3.6 01/23/09 Version by: Azrin Aris
Summary :
1. Remove the need to use /tmp directory
2. Add Search by Category or By Manufacture


Support Forum :
http://forums.oscommerce.com/index.php?showtopic=142177

Status : Beta
Package : Update

Installation :
Please replace the quick_stockupdate.php in /catalog/admin
RECENT UPDATE:

v3.5 12/16/08 Version by: Azrin Aris

Summary :
1. Add Quick Stock Updater Configuration page (Configuration->Quick Stock Updater)
- Enable/Disable Add to stock option (value entered in 'New Stock' will be added to existing stock - Default = Enable)
- Enable/Disable Update Process time (Default = Enable)
- Set Max input character for 'Model' field (Default = 8)
- Set Max input character for 'Weight' field (Default = 4)
- Set Max input character for 'New Stock' field (Default = 4)
- Set Max input character for 'Price' field (Default = 6)
- Set decimal point for 'Price' field (Default = 2)
2. SQL installation script for configuration page QuickStock_sql_install.sql is included
3. SQL uninstallation script for configuration page QuickStock_sql_uninstall.sql is included


Full Package
VERY-VERY MUCH Faster the the previous version - new update method

RECENT UPDATE:
v3.2 12/12/08 Version by: Azrin Aris
Summary :
1. Remove Server loading checking
2. Remove Row-By-Row SQL Update method
3. Change update method to SQL import method
4. Add update time display

Use at your own risk :)

This is a Full Package
RECENT UPDATE:
v3.1 12/1/08

Summary :
1. Added serverload checking to avoid server bogging if items are too many
2. Added Data changed event to update only changed record(s) to minimize server load
3. Added Message notification
4. Added Screen shot ;)
5. Added mosoft's German Translation - but additional variables still need translation
Took the file from shaggy2dope added the lines to solve the line 90 problem (the solution was in the forum http://forums.oscommerce.com/index.php?showtopic=142177) deleted some links. hope it works
changed things around a little. it now displays the current stock level and then allows you to go and add to it. so instead of having to go and count the number of that item you have each time you get a "truck" all you need to do is input that you got 3 of that item in today. so if you had 5 and got three, you'll end up having to only input 3 instead of 8 like it was on the old system. screen shot is included.
   Posted on: 10/09/2008     See contribution details

803. Export für kostenlosen Preisvergleich preisrobo.eu Request Installation with Paid service
Export Modul für den kostenlosen Preisvergleich www.preisrobo.eu.

Installation laut readme im Paket enthalten
   Posted on: 05/06/2009     See contribution details

804. Monthly Sales & Tax Report Request Installation with Paid service
The "Taxes Collected" column is a list of popup links and for some reason this was broken. I have only changed a few lines to repair this.

Around line 518 you will see
// make this a link to the detail popup if nonzero
I changed the lines
echo "<a href="#" onClick="window.open('" . $_SERVER['PHP_SELF'] . "?&show=ot_tax&year=" . $sales['row_year'] . "&month=" . $sales['i_month'];
if ($sel_month<>0) echo "&day=" . $sales['row_day'];
if ($status<>'') echo "&status=" . $status;
echo "','detail',config='height=200,width=400,scrollbars=1, resizable=1')" title="Show detail">";

to

if ($sel_month<>0) $taxpopup = "&day=" . $sales['row_day'];
if ($status<>'') $taxpopup .= "&status=" . $status;
echo "<a href="#" onClick="window.open('" . tep_href_link(basename($PHP_SELF), "&show=ot_tax&year=" . $sales['row_year'] . "&month=" . $sales['i_month'] . $taxpopup);
echo "','detail',config='height=200,width=400,scrollbars=1, resizable=1')" title="Show detail">";

Not much of a change but it makes it work.

This file is also the latest one listed here with my change.
/admin/stats_monthly_sales.php
   Posted on: 05/05/2009     See contribution details

805. Products Tabs Request Installation with Paid service
**************************************************************************************************************
|What does it work for?|
|______________________|

Ans:It makes the checkbox ("Product in Description") in advanced_search.php site to work correctly.


-Open the catalog/advanced_search_results.php file.
=============================================================================================================

#####Find:
if (isset($HTTP_GET_VARS['search_in_description']) && ($HTTP_GET_VARS['search_in_description'] == '1')) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%'";

#####Replace with:

//BOF: Search in Products Tabs (by faaliyet)
if (isset($HTTP_GET_VARS['search_in_description']) && ($HTTP_GET_VARS['search_in_description'] == '1')) $where_str .= " or pd.products_description like '%" . tep_db_input($keyword) . "%' or pd.products_spec like '%" . tep_db_input($keyword) . "%' or pd.products_musthave like '%" . tep_db_input($keyword) . "%' or pd.products_extraimage like '%" . tep_db_input($keyword) . "%' or pd.products_manual like '%" . tep_db_input($keyword) . "%' or pd.products_extra1 like '%" . tep_db_input($keyword) . "%' or pd.products_moreinfo like '%" . tep_db_input($keyword) . "%'";
//EOF: Search in Products Tabs (by faaliyet)

================================================ That's All. =================================================

**************************************************************************************************************
Seyhun Cavus (faaliyet)
Product Tabs 2.1 ( Fixed and Full Version Modified by Waleed Hagag )

Fixed many problems and enhanced many things , mainly solve the problem

Parse error: syntax error, unexpected $end in /hsphere/local/home

/includes/boxes/categories.php on line

This is my post :
http://forums.oscommerce.com/index.php?showtopic=318979&st=0&p=1326509&#entry1326509


ENGLISH Full package uploaded
rename the extension to (rar) instead of (zip)
it's winrar file and use winrar to decompress it

to use the wysiwyg with product tabs and header tags use this.

<?php
//Added WYSIWYG HTML Area Box + Admin Function v1.7 - 2.2 MS2 Products Description HTML
if (HTML_AREA_WYSIWYG_DISABLE == 'Disable') {} else { ?>
<script language="JavaScript1.2" defer>
var config = new Object(); // create new config object
config.width = "<?php echo HTML_AREA_WYSIWYG_WIDTH; ?>px";
config.height = "<?php echo HTML_AREA_WYSIWYG_HEIGHT; ?>px";
config.bodyStyle = 'background-color: <?php echo HTML_AREA_WYSIWYG_BG_COLOUR; ?>; font-family: "<?php echo HTML_AREA_WYSIWYG_FONT_TYPE; ?>"; color: <?php echo HTML_AREA_WYSIWYG_FONT_COLOUR; ?>; font-size: <?php echo HTML_AREA_WYSIWYG_FONT_SIZE; ?>pt;';
config.debug = <?php echo HTML_AREA_WYSIWYG_DEBUG; ?>;
<?php for ($i = 0, $n = sizeof($languages); $i < $n; $i++) { ?>
editor_generate('products_description[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_spec[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_musthave[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_manual[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_moreinfo[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_extra1[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_extraimage[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_title_tag[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_desc_tag[<?php echo $languages[$i]['id']; ?>]',config);
editor_generate('products_head_keywords_tag[<?php echo $languages[$i]['id']; ?>]',config);
<?php } } ?>
</script>
   Posted on: 09/13/2008     See contribution details

806. Previous - Next - With detailed info Request Installation with Paid service
Minor code clean up

Moved the position of the previous/next buttons to below the product name and price

Added the ability to display the previous/next buttons under the products date added.

Both of the above are contoled in admin section. Go to Admin-->Configuration-->Product Listing. Select Location of Prev/Next Bar Location. (1-top, 2-bottom, 3-both)

Removed the back to category link. This link is now in the category name if it is displayed. The manufacturer name is not linked

Removed the links to the first/last product. Instructions on how to add them is in the install

Removed the if/else statements from inside the table cell tags and put them outside of the tags. A bit cleaner and easier to follow.

Added stock RC2A version product_info.php and the 2 language product_info.php files

This install/documentation

This is a full package
Update 09-01-2009 (v3.4.0):
CHANGED: added the link of the file 'Alt.Link Category Name'.
added buttons for 'first product of the category' and 'last product of the category'.
added a possibility, that the category name is not shown (simple way).
added other buttons without text.
Modifications: Simon Ankele osCommerceDE Name: SimonBremen
FIX: some html minor problems like html tag order
FIX: use <?php instead of <?
CHANGED: the way everything is computed $previous, $next, $counter, $position. This should be a bit cleaner and even a bit faster but not noticeable (1 loop instead of 2)
I did not experienced the problem mentionned previously so I cannot say if it fix it or not.
   Posted on: 09/14/2008     See contribution details

807. Bank Transfer Payment Option Request Installation with Paid service
Fixed a 3 minor errors, missing "'" and data_added to date_added

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('IBAN Number', 'MODULE_PAYMENT_BANKTRANSFER_IBAN', '00000000', 'IBAN number', '6', '1', now())");
tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('SWIFT Number', 'MODULE_PAYMENT_BANKTRANSFER_SWIFT', '00000001', 'SWIFT number', '6', '1', now())");
Updated the package with:
- A IBAN field
- A SWIFT field

This might be usefull for company's that sell to other EU country's
   Posted on: 03/06/2009     See contribution details

808. German Banktransfer Request Installation with Paid service
Eine Beschreibung, wie man die Bankleitzahlen CSV selbst erstellen kann. Das Problem bei der Nachbearbeitung sind auch die doppelten Einträge,
diese werden hier gefiltert.

http://www.snyware.com/download/xtcommerce/create_blz_csv/index.php

anbei eine aktuelle CSV, so erstellt
Da ich keine gefunden habe, habe ich mir selbst eine aktuelle blz.csv erstellt. Die offiziellen Bankleitzahlendaten, Kreditinstitutsnamen und Prüfziffernverfahren habe ich von der Bundesbank (Stand 09.03.2009) übernommen:
http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php
Einziges Problem: Beim Import via phpMyAdmin wird - bei mir zumindest - die erste BLZ der Bundesbank (100 000 00) mit dem Wert 0 übernommen. Aber das kann man ja schnell korrigieren.

Viele Grüße, setarkos
   Posted on: 03/12/2009     See contribution details

809. [TiM's osC Solutions] Display tax info Request Installation with Paid service
In /catalog/includes/languages/english/product_info.php on line ~22

*** Find ***

?>


*** Before that, add ***

// BOF: Display tax info
define('TEXT_INCLUDING_TAXES', 'W/ tax');
define('TEXT_EXCLUDING_TAXES', 'W/o tax');
// EOF: Display tax info


you must add
define('TEXT_INCLUDING_TAX', 'W/ tax');
define('TEXT_EXCLUDING_TAX', 'W/o tax');
Display the text "W/ tax" or "W/o tax" below the product's price in product_info.php.

By www.tim-international.net
   Posted on: 05/02/2009     See contribution details
Displaying 721 to 729 (of 1445 contributions) Result Pages: [<< Prev]  ... 81  82  83  84  85  86  87  88  89  90 ...  [Next >>]