Misschien helpt dit:
(vraag het even aan een developer/iemand die handig is met computers mocht je er niet uit komen
)
"Ok guys. I've already done so I won't be able to go back to those pages and take screen shots. So this might not be 100% clear.
On the page with the red button not working press F12 (do it on I.E. just in case... and I hope your I.E. is updated to the same degree as mine, because things could be different).
When you rpess f12 a tab will open on the bottom of the page. If your's is the same as mine, than on the left of that tab there is a black ribbon with several icons.
The first one is "F12" than <arrow> than a box wth > inside and next is a little spider. That is the DEBUGGER button. You could also press CTRL+3 on this version.
When you open it, right below the "debugger" text there is a little folder icon with a arrow pointing down. That is the "open new fle" icon. Click it or, in this version, just hit CTRL O.
type the following in the window
56130e2070f23ccb496fd4fd6ef1469c_1416581504.js
This file will either have 11k+ lines or only 1k+ lines. If its not 11 or something near that, press CTRL SHITF P so that it will reorganize the text.
Go on the search box on the right and type
this.options.onFormValidate
it should highlight that text on line 4409. Now you put your mouse over the line bellow that (it reads "return result") and press f9.
A little red ball should appear and on the right there should have appeared something ends with (4410, 9) on the breakpoint part.
Now you enter your information and click on "save". You will see that the screen will pause (a pause signal will apear). Now go to the right, above the place that apeared the (4410, 9) in a place thats called WATCHES. Double click the "false" thats written in front of "result" and change it to "true".
Click anywhere in the screen and press F5. it should save and you are done.
Try going to the cart again and repeat as necessary."
(vraag het even aan een developer/iemand die handig is met computers mocht je er niet uit komen
"Ok guys. I've already done so I won't be able to go back to those pages and take screen shots. So this might not be 100% clear.
On the page with the red button not working press F12 (do it on I.E. just in case... and I hope your I.E. is updated to the same degree as mine, because things could be different).
When you rpess f12 a tab will open on the bottom of the page. If your's is the same as mine, than on the left of that tab there is a black ribbon with several icons.
The first one is "F12" than <arrow> than a box wth > inside and next is a little spider. That is the DEBUGGER button. You could also press CTRL+3 on this version.
When you open it, right below the "debugger" text there is a little folder icon with a arrow pointing down. That is the "open new fle" icon. Click it or, in this version, just hit CTRL O.
type the following in the window
56130e2070f23ccb496fd4fd6ef1469c_1416581504.js
This file will either have 11k+ lines or only 1k+ lines. If its not 11 or something near that, press CTRL SHITF P so that it will reorganize the text.
Go on the search box on the right and type
this.options.onFormValidate
it should highlight that text on line 4409. Now you put your mouse over the line bellow that (it reads "return result") and press f9.
A little red ball should appear and on the right there should have appeared something ends with (4410, 9) on the breakpoint part.
Now you enter your information and click on "save". You will see that the screen will pause (a pause signal will apear). Now go to the right, above the place that apeared the (4410, 9) in a place thats called WATCHES. Double click the "false" thats written in front of "result" and change it to "true".
Click anywhere in the screen and press F5. it should save and you are done.
Try going to the cart again and repeat as necessary."