Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SadokCh

Archived
  • Posts

    6
  • Joined

  • Last visited

Everything posted by SadokCh

  1. I verified my phpMyadmin it's ok I verified my databse_table.php and it's ok just one annother question why it add "event" (database name) to the table : example : 1146 - Table 'event.specifications' doesn't exist... ? is this normal?
  2. Hello evrybody! I have a strange problem with this great contrib! i tried to installed PS on a new installe of osc and i have this error message in admin/categories : 1146 - Table 'event.specifications' doesn't exist select sd.specifications_id, sd.specification_name, sd.specification_description, s.enter_values from specifications s, specification_description sd, specification_groups_to_categories sg2c where sd.specifications_id = s.specifications_id and sg2c.specification_group_id = s.specification_group_id and sg2c.categories_id = '4' and language_id = '4' and s.products_column_name = '' order by sd.specification_name and this on catalog/index.php 1146 - Table 'event.specification_groups' doesn't exist select distinct p2c.products_id from products_to_categories p2c, specification_groups sg, specification_groups_to_categories sg2c where sg.show_comparison = 'True' and sg.specification_group_id = sg2c.specification_group_id and p2c.categories_id = sg2c.categories_id and sg2c.categories_id = '16' PS: i have already installed a patch for oscommerce to upgrad it for mysql 5.0 Please help!!! (and sorry for my poor english!)
  3. Hello! I have a problem with this contib.. I installed it but i have always a blank my main url is www.sitename/catalog and my configure.php is : <?php define('DIR_MAIN_HTTP_CATALOG', '/'); define('DIR_WS_HTTP_CATALOG', '/catalog/mobile/'); /*define('DIR_WS_HTTPS_CATALOG', '/catalog/mobile/');*/ define('DIR_WS_IMAGES', '../images/'); define('DIR_WS_INCLUDES', '../includes/'); define('DIR_MOBILE_IMAGES', 'images/'); define('DIR_MOBILE_INCLUDES', 'includes/'); define('DIR_MOBILE_MODULES', DIR_MOBILE_INCLUDES . 'modules/'); define('DIR_MOBILE_CLASSES', DIR_MOBILE_INCLUDES . 'classes/'); define('DIR_MOBILE_HEADERS', DIR_MOBILE_INCLUDES . 'headers/'); define('DIR_MOBILE_LANGUAGES', 'includes/languages/'); define ('MOBILE_IMAGE_WIDTH', '80px'); define ('MOBILE_IMAGE_HEIGHT', '80px'); define ('FILENAME_MOBILE', 'mobile.php'); define ('FILENAME_PRODUCTS', 'products.php'); define ('FILENAME_ABOUT', 'about.php'); define ('FILENAME_SEARCH', 'search.php'); define ('FILENAME_LANGUAGES', 'languages.php'); define ('SEO_ENABLED', 'false'); ?> anyone can help me please!! (soory for my poor english! :-) )
  4. hello i installed too this contrib but dosn't work!!! anyone try it before? please help! thanks!
  5. Thnak's for your answer but this contribution allow me discount quantity... PER PRODUCT et what i looking for is a discount price break per model product example categories : CA, CB, CC... Discounts : for qty > 34 => discount is 10% for qty > 60 => discount is 20% ..... So if i buy : 20 Product1_From _CA_ MODEL_X + 20 Product1_From _CB_ MODEL_X => 10% discount ( because 40 MODEL_X ) 15 Product1_From _CA_ MODEL_X + 30 Product1_From _CA_ MODEL_Y => 0 % discount ( because 15 MODEL_X and 30 MODEL_Y so no Discount) 32 Product1_From _CA_ MODEL_Y + 35 Product1_From _CA_ MODEL_Y => 20% discount ( because 67 MODEL_Y ) PS : MODEL_X and MODEL_Y are model attribut So that's why i can't use qpbpp or category discount or family discount.... If anyone can help me or just give me an idea or a plan to resolve this problem Thank you !
  6. Hello First , sorry for my poor English : I'im looking for a contrib or source code doing a Quantity price break per Model (a model attribut), i explain : i would like to do a quantity price break discount on a lot of the same product model but not necessarily in the same category! thanks foe your help!
×
×
  • Create New...