PDA

View Full Version : Add to basket on category product display page


Rahul
10-07-06, 08:08 AM
Hi,
I want to add some quantity on category product page as like on product page. I have added same code as on product page on category prodcut page for each product. Once it worked but now it is giving error each time.
----
You don't have permission to access /mm5/ on this server.

You may need to create an index.html page or enable the directory browsing by creating an .htaccess file containing "Options +Indexes".
----

anybody can help me?
Earlier also i got same problem but it worked somehow. Now i've checked for all the hidden fields...but could not found error.

Leanne
10-07-06, 08:31 AM
Do you have a link to the site?

Rahul
10-07-06, 01:13 PM
This is my link to store.
http://www.cottonfabrics.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=C&Category_Code=CKF

Do u see the quntity textbox and combo after it .. I want to add quantity as a fraction means 1.5 yards or something like that..
Thanks

Leanne
10-07-06, 05:38 PM
Your javascript is messing with your form submit. It's changing the action to http://www.cottonfabrics.com/mm5/#. Try removing it and see what happens.

Rahul
10-12-06, 08:04 AM
THANKS leane,
but i solved it just before i read this.