PDA

View Full Version : V3 Edit Shopping Cart


currahee
06-Jul-2006, 08:46 AM
After adding to shopping cart if i change order i.e. edit i am directed back to the page with my ammended order minus my images, title logo and navigation, also clicking back to catalogue or anything in navigation list my scripts on a white page???? (Don't know anything about editing all that stuff):confused:

pinbrook
06-Jul-2006, 09:05 AM
do a forum search on basehref it may also apply to v3

currahee
07-Jul-2006, 07:40 AM
After adding an item in shopping cart. If i want to edit the quantity i am returned to shopping cart minus my images and navigation icons.
If i try to use the blank navigation icons i am returned to a URL not found on server screen on catalog, info and search but checkout sends me to shopping cart without images again.:confused:

cdicken
07-Jul-2006, 08:10 AM
I'm afraid there is hardly anyone still around who can help you with your v3 store. Maybe if you give your URL, someone will recognise what is causing the problem. Have you tried a 'refresh website'?

currahee
07-Jul-2006, 09:32 AM
Done refresh.
I can navigate around it by pressing back button on my browser. So i,m sure it must be something simple.
Yes i know v3 is old (so am i) but i'm just starting out in the shop online stuff and V3 was cheap.

cdicken
07-Jul-2006, 09:33 AM
What's your store URL please?

currahee
07-Jul-2006, 06:17 PM
My catalog is not fully functioning at present with no SSL as yet. So it has a hidden link on our main site just for testing. It's at www.fngsupplies.com Click on contacts page then the image of the Huey (Helicopter)

pinbrook
07-Jul-2006, 07:59 PM
Ok I love a challenge (if just to prove my memory is long....version 3 that will be 1998 then)

The paths are getting confused, going from cgi bin back to acatalog.

I couldn't quite work out why when you add to basket you get the following URL
http://www.fngsupplies.com/cgi-bin/ca000001.pl,%20.cgi?
and not

http://www.fngsupplies.com/cgi-bin/ca000001.pl

I'm not sure why the url has %20.cgi at the end of it

if you remove the %20.cgi you get the following

Execution of (/home/.sites/58/site34/web/cgi-bin/ca000001.pl) is not permitted for the following reason:

Script file not found.

Can you post your network settings please, with out passwords etc.

currahee
08-Jul-2006, 06:54 AM
OK here goes

cgi script id= 1
extension= .pl, .cgi
cgi-bin/url= www.domain name/cgi-bin/
path from cgi to catalog= ../actalog/
path to perl= /usr/bin/perl
path to cgi-bin= web/cgi-bin/
ignore passive transfer= checked

My ftp is uploaded in auto mode

Good Luck:)

pinbrook
08-Jul-2006, 09:41 AM
extension= .pl, .cgi

extenstion is either .pl or .cgi

not both, this could account for the 20%.cgi odditiy in the url I mentioned above

change it to .pl if that doesn't work change it to .cgi do a refresh after each change

currahee
08-Jul-2006, 07:50 PM
:D SUCCESS
Removed .pl and left .cgi checked it and appears to be running ok
Many thanks for your perseverence and help.
Hope you enjoyed the challenge.

pinbrook
08-Jul-2006, 08:28 PM
I'm stunned ;)