Jump to content


Corporate Sponsors


Latest News: (loading..)

nahi_sonu

Member Since 06 Jul 2007
Offline Last Active Nov 20 2011, 17:57
-----

Topics I've Started

custom template tables issue :(

27 October 2011, 19:52

Hi,
i have an oscommerce store with a custom based template.. i tried to add the tables in the footer area.. i was successful in it but now when i check the website on different browsers they are all so messy and out of place.
it works perfectly fine on firefox browser..
but when i check it on internet explorer 9 and chrome the whole website layout is out of order.

site is: http://www.tootingcab.com/shop/

ive attached the footer.. please if some one can help me on it i'll really appreciate it.
thanks.
cheers

upgrading v2.2RC1 to v2.2RC2a

02 September 2011, 23:28

Hi,
im trying to upgrade my store from v2.2RC1 to RC2a (planning to keep updating to 2.3.1)
according to the guide.. the first step was to run sql query given on it.. when i tried it.. this is what came back:

#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2008 osCommerce
#
# Released under the GNU General Public License
#
# osCommerce SQL Upgrade from 2.2 RC1 to 2.2RC2a
alter table banners add index idx_banners_group (banners_group);# MySQL returned an empty result set (i.e. zero rows).
alter table banners_history add index idx_banners_history_banners_id (banners_id);# MySQL returned an empty result set (i.e. zero rows).
alter table currencies add index idx_currencies_code (code);# MySQL returned an empty result set (i.e. zero rows).
alter table customers add index idx_customers_email_address (customers_email_address);# MySQL returned an empty result set (i.e. zero rows).
alter table customers_basket add index idx_customers_basket_customers_id (customers_id);# MySQL returned an empty result set (i.e. zero rows).
alter table customers_basket_attributes add index idx_customers_basket_att_customers_id (customers_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders add index idx_orders_customers_id (customers_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_products add index idx_orders_products_orders_id (orders_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_products add index idx_orders_products_products_id (products_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_status_history add index idx_orders_status_history_orders_id (orders_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_products_attributes add index idx_orders_products_att_orders_id (orders_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_products_download add index idx_orders_products_download_orders_id (orders_id);# MySQL returned an empty result set (i.e. zero rows).
alter table products add index idx_products_model (products_model);# MySQL returned an empty result set (i.e. zero rows).
alter table products_attributes add index idx_products_attributes_products_id (products_id);# MySQL returned an empty result set (i.e. zero rows).
alter table reviews add index idx_reviews_products_id (products_id);# MySQL returned an empty result set (i.e. zero rows).
alter table reviews add index idx_reviews_customers_id (customers_id);# MySQL returned an empty result set (i.e. zero rows).
alter table specials add index idx_specials_products_id (products_id);# MySQL returned an empty result set (i.e. zero rows).
alter table zones add index idx_zones_to_geo_zones_country_id (zone_country_id);# MySQL returned an empty result set (i.e. zero rows).
alter table orders_status add public_flag int DEFAULT '1';# 124 rows affected.
alter table orders_status add downloads_flag int DEFAULT '0';# 124 rows affected.
alter table orders modify payment_method varchar(255) NOT NULL;# 36 rows affected.
alter table whos_online modify last_page_url text NOT NULL;# 2 rows affected.

is it normal? and should i just continue to next step?
or is it some sort of error?
please let me know :$
thanks

adding product page

20 August 2011, 05:22

Hi,
im doing a troubleshooting for a client on their oscommerce store.. one of the problems im facing is that when you try to add a new product or edit a product, it shows description box 31 times.. even the product name field.
they have also installed some addons on the page so i cant really replace the file with the orignal one from the package.
addons installed (what i can see are)
multiple images and additional description page with WYSIWYG editor.

here is the complete code (attached).. if anyone can tell me what part of the code is messing it all up? :$
thanks.