order forms / Templates

Heli Design

Avatar: Heli Design

2011-06-07 12:14

Hi .
I have managed to install and make some changes to the open source settings with in the administrations pannel.
When i test drive the webbshop and go to the basket and click NEXT i get this message:


Error 403: Forbidden
You don't have permissions to access this page. This usually means one of the following:

this file and directory permissions make them unavailable from the Internet.
.htaccess contains instructions that prevent public access to this file or directory.
Please check file and directory permissions and .htaccess configuration if you are able to do this. Otherwise, request your webmaster to grant you access.


Now to the issue.. I dont know what i have to do to make this work and i would love for someone to tell me. Is there anyone who actually know ?? please help as i would be most gratefull.

The webshop can be found at: http://helidesign.se/Webbshop/

Thank you in advance
/Heli Design & Helena Karlsson ( swedish)

» Quick.Cart v4.x

Helena Karlsson

cgan

Avatar: cgan

2011-06-07 15:13

First of all - have you checked this:
http://opensolution.org/Quick.Cart/docs/?id=requirements

cgan

Heli Design

Avatar: Heli Design

2011-06-07 15:32

yepp and i have spent a whole day reading threads in the forum and still this aint working ..

Helena Karlsson

cgan

Avatar: cgan

2011-06-07 15:52

I can see you have placed "Order form" under the menu Products in your webbshop. The normal is to place the page "Order form" under menu "Hidden Pages". I don't know if this could cause your problem.
And have you choosen "Order form" as "Page with order form" in your admin/settings/pages ?

cgan

Heli Design

Avatar: Heli Design

2011-06-07 17:48

hi again .. i have tried various placements for it and cant find anything that really works..

Guess i will continue looking

Helena Karlsson

beholder

Avatar: beholder

2011-06-10 01:57

hide order form in menu "hidden pages" and that's it.
Your problem could be something else, with redirects or htaccess.

http://cicmanec.sk/easyplugins/

beholder

Avatar: beholder

2011-06-10 02:00

or maybe there is some error that php throws but the server is set up in such a way that it explicitely forbids displaying errors and instead throws page like that.
You perhaps should check db/orders.php chmod and also other files in that dir chmod.

http://cicmanec.sk/easyplugins/

beholder

Avatar: beholder

2011-06-12 14:48

hi, I just figured it out.

Seems like that server of your really HATES when there is a greater than character > in the form submit field value. Basically I had to fix this line in templates/orders_basket.tpl:


<input type="submit" name="sNext" value="$lang[Basket_next]&nbsp;&nbsp;>>" class="submit" />



To following:


<input type="submit" name="sNext" value="$lang[Basket_next]&nbsp;&nbsp;&raquo;" class="submit" />


(I have put &raquo; instead of it which every browser translates to these close quote arrows: &#187; )

AND IT WORKS!!

http://cicmanec.sk/easyplugins/

Heli Design

Avatar: Heli Design

2011-06-14 12:14

THANK YOU so very much .. I now have a webshop that works and i cant really express my gratitude for all the help. Im so happy that there is ppl who know what they are doing and that they actually share their knowledge and puts the time and effort in to helping us, noobs who dont know... :O)

If i can do anything in return i would .. AGAIN THANK YOU

Helena Karlsson

Back to top
about us | contact