Re: Square Payment Module for Zen Cart [Support Thread]
Ya, it's the same issue. Notice how there's no "break" between fields in the AIM module, just like in the Square module?
It's a typical Template-Monster deficiency to be missing correct styling for features they didn't implement/test in their demo (payment modules are often left out).
You'll need to do a bit of CSS styling to tweak things for your template.
Re: Square Payment Module for Zen Cart [Support Thread]
Where would i start to fix this? And what would i do?
Thanks
Re: Square Payment Module for Zen Cart [Support Thread]
I am using Zen 1.5.4
I can not get rid of the Square (Access Token needed)
I followed all the suggestions. Can anyone take a look?
Got these errors
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/ZenCartChargeRequest.php
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/square_admin_notification.php
Those 2 files aren't in the download
Re: Square Payment Module for Zen Cart [Support Thread]
Quote:
Originally Posted by
JoeH
Got these errors
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/ZenCartChargeRequest.php
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/square_admin_notification.php
Those 2 files aren't in the download
These two files should actually be located in \includes\modules\payment\square_support and they are not language files, I'm not sure why you're getting missing language file errors for them.
You don't say which version of ZC you are using but if you installed this mod yourself (before it was included in the stock ZC) or upgraded recently you might want to check you have files in the correct locations.
edit: saw your earlier post re ZC version, so you probably did install it yourself. Checking you have the correct file locations might also help with that post.
Re: Square Payment Module for Zen Cart [Support Thread]
Quote:
Originally Posted by
simon1066
These two files should actually be located in \includes\modules\payment\square_support and they are not language files.
Correct.
Quote:
Originally Posted by
simon1066
I'm not sure why you're getting missing language file errors for them.
The error is because ZC attempts to automatically load a language file for all files in the modules directory. So putting files in the modules directory will cause this problem if the files don't belong there.
Re: Square Payment Module for Zen Cart [Support Thread]
Quote:
Originally Posted by
DrByte
Correct.
The error is because ZC attempts to automatically load a language file for all files in the modules directory
I did not know that, thank you for the explanation.
Re: Square Payment Module for Zen Cart [Support Thread]
Thanks
So what do I need to do to fix it? All files are in the right place
Re: Square Payment Module for Zen Cart [Support Thread]
Quote:
Originally Posted by
JoeH
Thanks
So what do I need to do to fix it? All files are in the right place
Um, if you're still getting the error messages you quoted, then no the files are not in the right place. Or else they're also in places where they don't belong.
Re: Square Payment Module for Zen Cart [Support Thread]
I went through each file one at a time. Please how do I find it?
Re: Square Payment Module for Zen Cart [Support Thread]
If your errors are the following:
Quote:
Originally Posted by
JoeH
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/ZenCartChargeRequest.php
ERROR: module not loaded due to missing language file: /home/cps/public_html/catalog/includes/languages/english/modules/payment/square_admin_notification.php
... then you need to delete the following files, because they should have been placed in another subdirectory:
/home/cps/public_html/catalog/includes/modules/payment/ZenCartChargeRequest.php
/home/cps/public_html/catalog/includes/modules/payment/square_admin_notification.php