Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Wiik

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Wiik

  1. My site arnt online yet. still cant add products to the cart from product_info.php but the buy now button works on the product listing if the product dont have any attributes linked to it. thats wierd.
  2. Ive looked through a s*it load of pages, didnt find anything useful :( Is this what "add product" should look lite in applications_top? case 'add_product' : if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) { $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']); }
  3. First of all, Great contrib! Its easy to edit, and easy to use. however, i have a problem... I cant add products to the shopping cart! been searching the web for the past 2 hours for a solution with no luck.. read something about the php.ini file to look for arg_separator.output and input, and both are set to "&". im all out of ideas, i tried everything i came up with. if "use SEO urls" is set to off everything works just fine.. someone please help me! :) cheers
×
×
  • Create New...