Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Expert Web advice needed

Thread Tools
 
Search this Thread
 
Old 15 July 2003, 07:07 PM
  #1  
rik1471
Scooby Regular
Thread Starter
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Please take a look at my first attempt at an e-commerce site www.bluevinyluk.com, any advice to functionality etc. would be much appreciated
Old 15 July 2003, 08:34 PM
  #2  
AdrianFRST
Scooby Regular
 
AdrianFRST's Avatar
 
Join Date: Oct 2000
Posts: 368
Likes: 0
Received 0 Likes on 0 Posts
Post

1st thought - loose the intro. Most of your visitors will be repeat customers and it'll get annoying for them having to skip it each time.

You should pre-populate the qty field with "1". Saves the customer entering it (90% of the time only 1 copy will be required).

When you recalculate an order the summary section "jumps" out of the page (you loose the header and contents).

On the customer information page "New Customers:" and "Returning Customers:" look like links, but aren't - could be confusing.

I disabled JavaScript and got it to do this:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cDbl'

/bluevinyluk/ssl/process_order_SF.asp, line 88

(clicked on "new customer" twice)

You're missing the hash before some of your hex color values - color:818181 should be color:#818181 etc.

Need the doctype declaration for HTML W3C compliance.

Big bonus points for hosting RealPlayer though! Saves the customer the nightmare task of navigating real.com!
Old 15 July 2003, 08:39 PM
  #3  
jameswrx
Scooby Regular
iTrader: (4)
 
jameswrx's Avatar
 
Join Date: Sep 2002
Location: Kent
Posts: 6,535
Received 40 Likes on 27 Posts
Wink

Yeah thats what I was gonna suggest too

BTW, from a 'non expert' point of view looks great

[Edited by jameswrx - 7/15/2003 8:41:35 PM]
Old 15 July 2003, 11:07 PM
  #4  
Dream Weaver
Scooby Regular
 
Dream Weaver's Avatar
 
Join Date: Feb 2000
Location: Lancashire
Posts: 9,844
Received 0 Likes on 0 Posts
Post

Designwise looks fantastic, very impressed.

Just noticed that changing quantites in the order_summary page, then clicking recalc doesnt change the order - just sends you off to the plain order_sf page.
Old 16 July 2003, 08:36 AM
  #5  
rik1471
Scooby Regular
Thread Starter
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Thanks, hadn't noticed the recalculate bug.
Old 16 July 2003, 08:50 AM
  #6  
rik1471
Scooby Regular
Thread Starter
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Having trouble with the recalculate javascript (i have very little javascript experience).

Basically the Order.asp page is the template with order_sf.asp included (<!--#include file="order_SF.asp" --&gt, the recalculate button is coded as:

<input type="image" value="" src="<%= C_BTN14 %>" border="0" id="Recalculate" name="Recalculate" onclick="javascript:recalc.value='';" >

The script which recalculates is located in the head section of order.asp:

<SCRIPT LANGUAGE=javascript id="recalc">
<!--
function reCalc()
{
//#400
//#531
var doCalc = document.frmQty.recalc.value;
if(doCalc != "no")
{
document.frmQty.recalc.value ="1";
}
}
//-->
</SCRIPT>

This was taken from some javascript site, so I can't figure out why when it recalculates it takes me to order_sf.asp?

ny ideas?
Old 16 July 2003, 10:47 AM
  #7  
AdrianFRST
Scooby Regular
 
AdrianFRST's Avatar
 
Join Date: Oct 2000
Posts: 368
Likes: 0
Received 0 Likes on 0 Posts
Post

<input type="image"> will submit the form when clicked on, this is probably what's making it load the page.

Try changing it to a normal <img src="">. You have the JS function assigned to the onclick event so it shouldn't affect that.
Old 16 July 2003, 10:50 AM
  #8  
AdrianFRST
Scooby Regular
 
AdrianFRST's Avatar
 
Join Date: Oct 2000
Posts: 368
Likes: 0
Received 0 Likes on 0 Posts
Post

<input type="image" value="" src="<%= C_BTN14 %>" border="0" id="Recalculate" name="Recalculate" onclick="javascript:recalc.value='';" >

becomes:

<img src="<%= C_BTN14 %>" border="0" id="Recalculate" name="Recalculate" height="35" width="35" alt="Recalculate" onclick="javascript:recalc.value='';" >
Old 16 July 2003, 12:33 PM
  #9  
rik1471
Scooby Regular
Thread Starter
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Working now thanx.
Old 16 July 2003, 08:12 PM
  #10  
rik1471
Scooby Regular
Thread Starter
 
rik1471's Avatar
 
Join Date: Nov 2001
Posts: 4,788
Likes: 0
Received 0 Likes on 0 Posts
Post

Thanks for the advice, some real helpful tips which have inproved the site now (IMO)
Old 16 July 2003, 11:58 PM
  #11  
Project ST
Scooby Regular
 
Project ST's Avatar
 
Join Date: May 2003
Posts: 88
Likes: 0
Received 0 Likes on 0 Posts
Post

Ade, you need to get out more, even if it means me dragging my fat Southern *** up to your Northern abode and kidnapping you for the night :P

Rik, I like the site a lot btw fella!
Old 17 July 2003, 09:01 AM
  #12  
ChristianR
Scooby Regular
iTrader: (1)
 
ChristianR's Avatar
 
Join Date: May 2001
Location: Europe
Posts: 6,329
Likes: 0
Received 1 Like on 1 Post
Post

site doesn't work for me?
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
oilman
Trader Announcements
15
01 October 2015 11:55 AM
taylor85
Wanted
2
13 September 2015 04:57 PM
AzzDSM
Engine Management and ECU Remapping
4
13 September 2015 03:59 PM
robbie1988
Wanted
2
13 September 2015 09:25 AM
Scooby-Doo 2
Wheels And Tyres For Sale
1
09 September 2015 06:51 PM



Quick Reply: Expert Web advice needed



All times are GMT +1. The time now is 08:41 PM.