I am trying to sort out the error but i was not, my checkout page is disabled, how i don't know. I have not made any changes in the coding, so no chance of coding issue. is there any setting to be changed, i search also refereed some tutorials but there is only an option to disable and enable the guest checkout. Here is the link where I get the issue OpenCart website link
Asked
Active
Viewed 1,783 times
-1
-
i can get to the checkout page fine?http://imgur.com/I7Wnmbs – smushi Nov 06 '14 at 07:02
-
you need to go to products and select any product category and the add any product to cart and there you are – Kundan SIngh Nov 06 '14 at 07:33
1 Answers
1
Well. You have a problem in the file, checkout section works heavily with javascript. Just checking through browser console I understood there is a syntax error in one of the files which prevents the page to work (terminates Javascript Engine).
The error is:
textColor = textColor.slice(4);
In line 26
of file:
script.js
Debug the above variable to see why it errors. The file is stored in jQuery/sidemenu
of the Javascript directory of your catalog theme.

Mostafa Talebi
- 8,825
- 16
- 61
- 105