Problems with "Add to Basket"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I have a problem on my website that I cannot seem to solve.
When I click on "Add to Basket" on 3 items on a certain page it doesnt add
the correct things?? It adds another item??
When I check the code it has all the right descriptions, pricind and product
code...Its really baffling me...
The items are the pillowcase, bedsheet and full latex suit (ladies) with
cups. the webaddress is www.fetish-supplies/rubber

Many thanks

Alan
 
Hi Alan
You seem to have two buy now buttons one for the pillowcase and one for the
bedsheet within the same form. this could be the problem
Paul M
 
It does it for a single item further down. Its the ladies one piece suit with
bust cups...I have tried deleting one of the buttons and it still does it???
Its a wierd one...

Brads
 
Hi Allan
I couldn't see what the problem was but I solved it by trial and error this
is what I did
I cut and pasted the hidden stuff from the catsuit product and saved it on
another page for safe keeping. I then deleted the catsuit form in code veiw.
I then copied and pasted a form from further down into the space left and
changed the hidden form stuff to the oone saved saved earlier. and it
worked??
I didn't do the top products just the catsuit and the all over mans siut
problem

when you do the cut and paste make sure on0 and os0 are not incremented to
os2 by frontpage it does this sometimes

You do however have a missing closing tag from an option on line 123
<input type="hidden" name="bn" value="PP-ShopCartBF"
ther is a > missing from the end

Paul M
 
Seems a bit complicated but I sort of get the idea.....First time I have done
a website...

Cheers
Brads
 
Back
Top