Basket Java Error Help

hwos's picture

Hello and thankyou for looking in to this issue
On June 2nd, 2008 Anonymous said:

This may sound like a silly question but where is it i need to go to make this change as i am little confused with this.

Where is this javascript console?
Where in smilehouse do i go to make this change?
How do i termiate the string?

Thankyou in advance for your time a patience

Kind Regards
Chris
HWOS
www.heatingworldofspares.com

ref:

Hey. I looked again and
lowate's picture
On May 30th, 2008 lowate said:

Hey. I looked again and found the problem: when trying to add to cart from product page, it's not working. I found in Javascript console this message:
Error: unterminated string literal
Source File: http://heatingworldofspares.com/PublishedService?file=page&pageID=9&item...
Line: 662, Column: 27
Source Code:
generator.document.write('

So to fix, you need to terminate the string:
generator.document.write('');
-svetlana


Errr.....

ignition's picture

Sorry - can you please repeat the question? :)
I kind of lost what do you want.

Problems Adding and Removing Items from basket

hwos's picture

Hi I'm having problems with adding and removing items from my basket at www.heatingworldofspares.com

i have been advised to look at the js console in my browser but how is that to rectify the problem that i am having.

The shopping cart is very temperamental and i am in great need of help.

thankyou in advance.

hwos

hello again

lowate's picture

* Javascript console is in firefox browser: Tools -> Errors console
I fixed you problem with shopping cart, now it will work now.