Hello everyone,
I have an issue with the checkout process. I read some posts but it could not help me.
I have a test webstore which is the same as the 'live' one and they are on the same server but different subfolders.
Here is my error I got when I click on the "go to checkout" button:
BUT there is no error when I try to buy a gift certificate.... it is weird?!!?Fatal error: Cannot redeclare class order in /home/viamccom/public_html/test/includes/classes/order.php on line 1037
Like the other posts I could read for me this error exists because the class order is called twice but I have used the "Developper tool kit" with the key words "class order" and I got this :
On my main webstore everything is working fine and I have the same answer.../home/viamccom/public_html/test/admin/includes/classes/order.php
Line #22 : class order {
/home/viamccom/public_html/test/includes/classes/order.php
Line #19 : class order extends base {
/home/viamccom/public_html/test/includes/classes/order_total.php
Line #19 : class order_total extends base {
Do you know where I should look or what I have to do??
Thank you so much for your help,
F.





