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
???