Re: Better Together add-on
Did you do an install under admin->modules->order totals?
Re: Better Together add-on
Duh!!!!!
I knew it ws a quick answer. Thanks!
Re: Better Together add-on
Ok i am running into another little.... problem. When i get to the Module > Order Total, i do not see the right side with the Install button. The whole right side is absent. Any idea how to get it back?
Re: Better Together add-on
This sounds like you have duplicate copies of files or bad code/language files ...
Check that the files on the server are such that only the code files are in:
/includes/modules/order_total
and only the language files are in:
/includes/languages/english/modules/order_total
Re: Better Together add-on
I am not sure exactly what you mean.
Do you mean that the file has to be ONLY there and not anywhere else?
Quote:
and only the language files are in:
/includes/languages/english/modules/order_total
Now, what if i have a bilingual site? can i put the files in the
/includes/languages/french/modules/order_total ?
Re: Better Together add-on
I removed all the files from that add-on, and i still do not see the right side. Now, i am not sure if i ever saw it before though.
What should i look at in case it has nothing to do with that add-on but something that was there BEFORE i installed it?
Re: Better Together add-on
What I mean is that the directory:
/includes/modules/order_total
is a automatically loading directory ... if you have extra files in there such as:
/includes/modules/order_total/ot_shipping.php
and then had a backup copy called something like:
/includes/modules/order_total/old_ot_shipping.php
what actually would happen is both files would try load and run into errors as the code is the same ...
If you have a file such as:
/includes/modules/order_total/ot_shipping.php
but then do not have a matching language file:
/includes/languages/english/modules/order_total/ot_shipping.php
you will then get errors ...
If you have the code file such as:
/includes/modules/order_total/ot_shipping.php
and accidentally load the code file into the language file:
/includes/languages/english/modules/order_total/ot_shipping.php
you will get errors ...
Re: Better Together add-on
Should i have the matching file in my Language /French section too?
Re: Better Together add-on
OK maybe (probably) i am not understanding the explanation (sorry for being dense), but the files i am given to copy are:
/includes/modules/order_total/ot_better_together.php
and
/includes/languages/english/modules/order_total/ot_better_together.php
???
Re: Better Together add-on
Check that all the files in the directory:
/includes/modules/order_total
have only php code in them ...
Check that all the files in:
/includes/languages/english/modules/order_total
/includes/languages/french/modules/order_total
have proper language define definitions in them ...
You should not see in the directory:
/includes/modules/order_total
any files that are not actual files ... meaning no backup files or copies of a good file with a different name added to it ...
Re: Better Together add-on
Thanks for spelling this all out for me.
I checked all you said, and i still cannot access the right side of the admin panel for the Module > Order Total (but i can see it for the Module > Shipping and Module > Payment). :(
Re: Better Together add-on
Double check the three directories
/includes/modules/order_total
/includes/languages/english/modules/order_total
/includes/languages/french/modules/order_total
do not have renamed files that still have a .php extension. See explanation here:
http://www.zen-cart.com/forum/showpo...46&postcount=3
Re: Better Together add-on
No luck so far. Checked all the files. None are "resaved/renamed" in those folders. And the content is the same as for my test store in all those folder. Same files, same names. Wonder if it is not in a totally different folder/directory that the problem is. As i said, i do NOT remember if i ever had that right side since i installed my zencart, a couple of years ago as i probably never used it.
Trying to do more comparisons.
Re: Better Together add-on
Coming home, i tried to replace the REAL store files by the TEST store files (since those do work) and no luck. I thought it might be the French language pack that might have had a corrupt file (since i had noticed odd behaviors with the French order confirmation and invoices), so i replaced all the French files by fresh ones.
I still do not see the right side of the Module > Order_total either in French or in English. So maybe it has to do with something totally different?? I am lost now.
Re: Better Together add-on
Here is my Module > Order Total when i try to access it:
http://img.photobucket.com/albums/v6...le-order01.jpg
And from there, if i switch to French, this is what appears:
http://img.photobucket.com/albums/v6...le-order02.jpg
That made me think it was the French part that was corrupt but it turns out that from there, if i switch to English, i get this:
http://img.photobucket.com/albums/v6...le-order03.jpg
Whenever i click on Module > Order Total i am back to the first image (be it in French or in English).
Any idea where my problem is?
Re: Better Together add-on
Found the culprit file, deleted it and it works fine now. Thanks!