Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

diro5

Pioneers
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dirk Rose

diro5's Achievements

  1. Hi Gergely, thank you for your answer. I didn´t understand the solution given above, for me it seemed there is some information missing. But i found the point in my shop. This change in my application_top helped: case 'add_product' : if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) { $attributes = isset($HTTP_POST_VARS['id']) ? $HTTP_POST_VARS['id'] : ''; $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $attributes)), $attributes); // original: $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $attributes))+1, $attributes); Thank You
  2. Hi, i get stuck. If a customer puts a slave into the shopping cart, the master is added too. I can´t find out how to stop this. If a slave is selected, only the slave should be put into the shopping cart. Has anyone a tip for me? Thanks a lot
×
×
  • Create New...