Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WhiteBlade

Archived
  • Posts

    74
  • Joined

  • Last visited

Everything posted by WhiteBlade

  1. replace any ' by ' it should fix your problem, I don't know why but some product don't take ' and other will take it well. I have 108 products, the first 105 took all the ' and the last 3 never took them I had to put ' to make it work check this link for the special character list http://webdesign.about.com/library/bl_htmlcodes.htm
  2. I found that if you modify an attribute set and you have other sets associated to the same items the other sets dispear from the produt_info page and to make them come back you have to go click save in AS edit page. Anyone know how to fix that ?? 4 sets on the same item. I edit one sets and the 3 other disapear from produt_info page that customer see To make them come back you have to go in A.S. edit page and just click save again cause all the 4 sets are still check. Once you click save everything come back to normal... sorry double post :P
  3. I found that if you update a attribute set and you have multiple sets on one items the other sets dispear and to make them come back you have to go click save in AS. Anyone got that ??
  4. Check your database_tables.php file in includes in admin directory Do you have these line in it ?? // BOF Linkmatics attributes sets plus custom tables define('TABLE_PRODUCTS_ATTRIBUTES_SETS', 'products_attributes_sets'); define('TABLE_PRODUCTS_ATTRIBUTES_SETS_ELEMENTS','products_attributes_sets_elements'); define('TABLE_PRODUCTS_ATTRIBUTES_SETS_TO_PRODUCTS', 'products_attributes_sets_to_products'); // EOF Linkmatics attributes sets plus custom tables
  5. Toasty, you think you can send me your easy populated file ? Must be only the easypopulate.php that you modified to make attributes sets plus work with it right ? I would really like to be able to do this and I tried to make it work but I couldn't so if you can help me :D
  6. Witch is something I don't think I can do cause I only know basic stuff in php...
  7. This only change the order in witch they appear. Shipping is set to 1 and subtotal to 2 right now and it not adding up Right now subtotal only add the products and the shipping is not included in the subtotal wich is what I need.
  8. I'm trying to add my shipping to the subtotal anyone know how to do this ?? Anybody know how to do it I've been searching for hours now.
×
×
  • Create New...