Shopping Cart won't add Items to Basket (http://hwos.shop.wosbee.com)

hwos's picture

Today (Thursday GMT), My Website around 11am GMT stopped adding items to the basket and reporting it could not find the item.

i have reviewed my script and found there to be no errors and the ( $add$ ) in place for items to be placed in to the basket....

Are other people experiencing problems like this, Is there a fix or a modification that needs to be put in place?

Can anyone help

Regards
and thanks in advance

HWOS


Hello

lowate's picture

I checked your webshop (http://hwos.shop.wosbee.com) and found no problems with adding product to cart... Maybe some temporary problem?

-svetlana

Hey. I looked again and

lowate's picture

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('<img src="http://heatingworldofspares.com/filemanager/productpics/2506picture1Upload.jpg" border="0" />

So to fix, you need to terminate the string:
generator.document.write('<img src="http://heatingworldofspares.com/filemanager/productpics/2506picture1Upload.jpg" border="0" />');
-svetlana

Hello and thankyou for looking in to this issue

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

Hello and Thankyou for looking in to this Issue

hwos's picture

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

JS problems

neuro's picture

JS console in browser.
2nd. Please read this http://workspace.smilehouse.com/manual/Manual
3d.Read some programming(js) book

With best regards, Daniel

I need help in fixing this problem asap

hwos's picture

I have tried to resolve this issue but i do not know how to resolve the problems that i am having,

How will going to the js console resolve the issue on a shop scale..

what references in the manual do i need to read.

'''''''''''''''''''''''
Problem
Adding and removing items from the basket work and then stop working and is faulty.

Can someone help,

HWOS