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

  Basic Template Structure v0.9

The following osCommerce contribution is a 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.
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 Request Installation with Paid service