

Wiik
-
Content count
3 -
Joined
-
Last visited
Posts posted by Wiik
-
-
There are a few problems with the oscommerce code that caaues problems like this. They aren't caused by the contribution but are shown by it. You can read back through this thread to find such posts and the fixes for them to see if that helps. You could also try setting the w3c setting to false.
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']); }
-
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
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
in General Add-Ons Support
Posted
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.