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 172 to 180 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>] 
191. Produktbezogene Versandkosten mit Aufschlag für jeden weiteren Artikel Version 1.0 Request Installation with Paid service
Fehler in der admin/categories.php

Dies:

<td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . '' . tep_draw_checkbox_field('PSid_noship', '1', $ship[1]) ?>&nbsp;<?php echo TEXT_KATANDMARKON_NOSHIP; ?></td>

in folgendes ändern:

<td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . '' . tep_draw_checkbox_field('PSid_noship', '1', $ship[2]) ?>&nbsp;<?php echo TEXT_KATANDMARKON_NOSHIP; ?></td>

Sonst werden beim Artikel anlegen/bearbeiten die Haken nicht richtig gesetzt!
Produktbezogene Versandkosten mit Aufschlag für jeden weiteren Artikel Version 1.0


Copyright (c) 2009 SimonBremen
Released under the GNU General Public License


Grundfunktion:

A ist 7,50 jeder weitere aus Gruppe A ist 2,-
B ist 9,50 jeder weitere aus Gruppe B ist 3,-
C ist 11,50 jeder weitere aus Gruppe C ist 5,-
D ist 14,50 jeder weitere aus Gruppe D ist 8,-
E ist 29,00 jeder weitere aus Gruppe E ist 10,-
F ist 45,00 jeder weitere aus Gruppe F ist 15,-
G ist 65,00 jeder weitere aus Gruppe G ist 25,-
H ist 95,00 jeder weitere aus Gruppe H ist 40,-
I ist 200,00 jeder weitere aus Gruppe I ist 100,-

Hier ein Beispiel wie sich der Versand berechnen kann:
Jemand kauft einen Produkt das mit der Versandgruppe C ausgewiesen ist und kauft dazu noch eine Produkt, das in der Versandgruppe B eingestuft ist.
Dann hat der Kunde Versandkosten in Höhe von 14,50 Euro.

Zusätzliche Funktionen:

- für jede Zone individuelle maximale Versandkosten (ausschaltbar)
- für jede Zone individueller versandkostenfreier Versand ab x.xx EUR (ausschaltbar)
- für jede Zone individuelle Bearbeitungsgebühr
- Artikel mit Produktmerkmalen eine Versandkategorie zuordnen (ausschaltbar)
- PullDownMenue zur Auswahl der Versandkostenkategorie beim Anlegen/Bearbeiten eines Produktes inkl. Anzeige der zugeordneten Versandpreise für Deutschland.
- Einzelauflistung der Versandkosten in der checkout_shipping.php (ausschaltbar)
   Posted on: 09/21/2009     See contribution details

192. Your Recent History V2.0 Request Installation with Paid service
Ce n'est pas le paquet complet juste le fichier de langue français.
   Posted on: 10/02/2009     See contribution details

193. Basic Template Structure v0.9 Request Installation with Paid service
Hi All,

If you find the advanced search doesn't work on products name and search in product description,

in templates/falllback/content/advanced_search_results.tpl.php

find
if (isset($HTTP_GET_VARS['manufacturers_id']) && tep_not_null($HTTP_GET_VARS['manufacturers_id'])) {

replace with
if (isset($HTTP_GET_VARS['manufacturers_id']) && tep_not_null($HTTP_GET_VARS['manufacturers_id']) && $HTTP_GET_VARS['manufacturers_id']>0) {

uploaded file says same thing
Infants and children's clothing
This is a full package.

This version is updated to osCommerce 2.2 RC2a standards. There are no functional improvements in this release, so no need to upgrade an existing installation. This release is purely to ease installation on new RC2a stores.

Forum support thread at http://forums.oscommerce.com/index.php?showtopic=341501
This is a full version supporting mysql 5 databases

Sorry wrong version was uploaded that version will still give the error i accidentally over wrote the files with the old ones.

This version also contains a manual installation guide (just for the hands on type)

There is a new support topic started for version 1.6 onwards. the old topic will still deal with issues relating to pre 1.6 release

For BTSv1.6 support: http://forums.oscommerce.com/index.php?showtopic=315612

For Pre BTSv1.6 http://forums.oscommerce.com/index.php?showtopic=71930
Hope this helps you guys with probs on mysql 5
no file


catalog/includes/languages/english.php

line 39 change usd to your default currency code EG: GBP
This post contains no update.

Today i reinstalled my osC and installed this contrib.

I used
BTSv1.5d
BTSv1.5fupdate

ok this isnt so good, it looks very nice etc congratulations on all your work. i seem to have an issue with catagories however. Sorry for posting here but i dotn know which forum you post for support on this.

here is the error message:

1054 - Unknown column 'p.products_id' in 'on clause'

select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '1'

[TEP STOP]


This never happened before i had a fully functional if somewhat awful looking store.

I followed the instructions to the letter, and true to the message it it returning the colum does not exist, i changed the products_id to match what the error was looking for only to find that the error changed to look for the column i had just edited. what have i done wrong?
   Posted on: 09/13/2008     See contribution details

194. Sales Report Between Two Dates Request Installation with Paid service
Added order subtotals, order count, and grand total of all orders, including shipping. Changed wording of product totals line to clarify that these totals do not include shipping.
Added the option to exclude a status in addition to showing only a single status. For example, the admin can now show all sales except cancelled sales, in a given date range.
   Posted on: 09/21/2009     See contribution details

195. AP Preselection Request Installation with Paid service
UPDATES:
- Added the order cutoff (preset to 1 year) so only products purchased in the last year will be shown credit Chemo
- Updated includes/modules/also_purchased.php query to randomly display the also purchased products
- Added list of indexes to add to database (greatly speeds up cron query) credit Chemo
   Posted on: 10/01/2009     See contribution details

196. osC-CenterShop v2.1 for MS2 Request Installation with Paid service
An update to address bits many seem to miss!!


I thought I`d add this to this contrib as people keep asking.

This gives a much simpler technique than before so if you prefer the table way use an older edition.

To center & size Shop

At the very start of header.php add:

<div id="content">

then at the very bottom of footer.php add:

</div>

then add to your css:

#content {
width: 900; margin: auto;
border: 1px solid #999999;
text-align:center;
}

That part deals with centering in firfox etc and setting site width & borders.

Obviously set width above to whatever you need.



Add to the BODY tag

text-align:center; so you get like:

BODY {
background: #ffffff;
color: #000000;
margin: 0px;
text-align:center;
}


That part ensures the site is centered in internet explorer.

Thats It!!


The attached has same plus technique for different width header/footer to content:

Works with all osC versions
   Posted on: 10/01/2009     See contribution details

197. NAB Transact (Hosted Payment Page) Payment Module Request Installation with Paid service
Fixed the way the module handles the Credit/Deduction Order Totals
Change logs
-------------
*Included Zone Control (select the zone this module will be applicable to)
*Included more error handling code to trap configuration issues
*Included warning when operating in test mode
*Included warning when the cart won't be available for payment callback (via reply_link_url)
*Language file updated
*Recording of Payment Information to the order history
*NAB Transact logo added
Minor bug fix to the call back function
   Posted on: 01/29/2009     See contribution details

198. local search reports mod Request Installation with Paid service
Cleaned up and fixed stylesheets.
Added some more files/updates.
Log and view all of the terms used to search your e-commerce site. This valuable information can be used to figure out the needs of your customers.
   Posted on: 09/23/2009     See contribution details

199. Dynamic SiteMap V 1.0 Request Installation with Paid service
Bug fix for version 4.2 after I discovered that MySQL version 4 processes the IN operator with a different precidence than version 5 does. Queries that worked fine on my version 5 test server didn't work right at all on our version 4 production server. Version 4.21 simply adds needed parenthesis to the SQL queries so that the results will be the same in any version of MySQL.

Complete contribution attached, only catalog/dynamic_sitemap.php and admin/create_xml_sitemaps have changed.
After installing version 4.1 on our public web site after having tested it on our test site I discovered that the dynamic site map was taking nearly 30 seconds to load, and we are directly connected to our web server using gigabit ethernet! Since our public site currently has over 10,000 different products spread among 319 different categories that are nested up to five levels deep I suspected that counting the products in each category to determine which ones to hide was a part of the problem. Sure enough if I commented out the product counts for the categories the time to display the page was cut at least in half.

A quick look at the product counting function revealed that it performs one count query for the category plus one for every subcategory it contains. A category with ten subcategories would therefore perform eleven counting queries just to get the number of products for that one category. I have therefore rewritten the category product count methods in both dynamic_sitemap.php and create_xml_sitemaps.php so that it first builds a list of the needed categories and then performs ONE count query on products found in that list of categories. This keeps the time to display the dynamic site map on our web site down to a much more acceptible level. I also discovered that another five seconds could be saved simply by adding an index to the manufacturers_id in the products table.

The complete install is attached but only two files have changed since version 4.1. Complete upgrade and install instructions are included.
Upload in admin/includes/langages/french/


This is not a full version.
Small fix to avoid displaying all files 2 times in the client side dynamic sitemap.
fixed files to play nice with windows.
+ implemented the fix for extra bullets in sitemap
+ updated information pages unlimited compatibility docs


Full Package + update guides
+ added compatibility documents for all products contribution and Information Pages Unlimited contribution
+ moved other contribution documents to a separate directory

both of the docs mentioned above are very useable but not perfect, I encourage you to improve if you have the skills.

Full Package + update guide
+ fixed install docs. Half were missing.
+ deleted an extra piece of code. See update guide for details.

Full Package+ update guides
   Posted on: 09/15/2008     See contribution details
Displaying 172 to 180 (of 1445 contributions) Result Pages: [<< Prev]  ... 11  12  13  14  15  16  17  18  19  20 ...  [Next >>]