UPS install doesn't show in the Shipping Module screen.
I downloaded the "UPS Shipping module" by "Ajeh." I uploaded all the folders to the corresponding folders of my Zencart site. I uploaded the "USPS" module the same way with no problem. I went back to the shipping module on the control panel, expecting to see the UPS module and a button to install it. Since there are no instructions on how to install, I just uploaded all files, including the UPS.PHP file to the subfolders in the includes folder. This is the same thing I did for the USPS module.
No luck. I don't know where to go from here, since I don't see any other way to install the plugin.
Any suggestions? :shocking:
Re: UPS install doesn't show in the Shipping Module screen.
Quote:
I uploaded all the folders to the corresponding folders of my Zencart
Check that you have indeed files at
/includes/modules/shipping/ups.php
and
includes/languages/english/modules/shipping/ups.php
Re: UPS install doesn't show in the Shipping Module screen.
Yes, the UPS.PHP module is in both places you indicated. I see that the permissions are "644." Is this correct? I can see no other problem.
Quote:
Originally Posted by
kobra
Check that you have indeed files at
/includes/modules/shipping/ups.php
and
includes/languages/english/modules/shipping/ups.php
Re: UPS install doesn't show in the Shipping Module screen.
What version of ZenCart are you using??
Re: UPS install doesn't show in the Shipping Module screen.
You said that you uploaded the files to their corresponding folders. But since it's not working as it normally does, it makes me wonder if you mixed the files up.
The two files have the same "name" but their contents are very different. The language file must go under that languages area, and the other file goes to the other spot.
Re: UPS install doesn't show in the Shipping Module screen.
Kobra and DrByte,
Thanks, and I think DrByte is correct. I deleted the files and re-installed them, and it's working fine. Not sure of the actual problem, because I deleted the PHP files before seeing if I mixed them up or not, but it's more than likely.
I also use Moodle, and I love OSS. Help like this is why! Thanka Again.
Re: UPS install doesn't show in the Shipping Module screen.
I'm having a similar issue with the current version of this module and zen cart. After transferring the files, the module isn't showing up under shipping. Some advice/help would be greatly appreciated.
I am moving the entire includes folder directly into the zen cart admin folder. I am not moving single files over, but the whole folder. It's what the How to Install a Plugin said to do. Am I doing something wrong?
Re: UPS install doesn't show in the Shipping Module screen.
The UPS module doesn't have admin components. All the files go under the storefront /includes folder.
includes/languages/english/modules/shipping/ups.php
includes/modules/shipping/ups.php
Re: UPS install doesn't show in the Shipping Module screen.
It's still not showing up. I moved it to the storefront and I checked that everything transferred over properly.
Re: UPS install doesn't show in the Shipping Module screen.
Quote:
Originally Posted by
Dijenga
It's still not showing up. I moved it to the storefront and I checked that everything transferred over properly.
Check your /logs sub-directory to see if there are any PHP issues indicated.
Re: UPS install doesn't show in the Shipping Module screen.
Where do I find that? My father was the one who used to handle ZenCart, but he passed away and I've never touched any of this before.
Re: UPS install doesn't show in the Shipping Module screen.
Quote:
Originally Posted by
Dijenga
Where do I find that? My father was the one who used to handle ZenCart, but he passed away and I've never touched any of this before.
Using either your webhost's File Manager or an FTP (File-Transfer Protocol) program (for Windows, WinSCP or FileZilla are two that come to mind), start at the website's root directory.
You'll see a structure like that identified in this (https://payfast.kayako.com/article/2...en-cart-folder) link. The /logs sub-directory is at the same 'level' as that /includes and /media one.
Re: UPS install doesn't show in the Shipping Module screen.
Found it, thank you.
There is a syntax error in a file that I wouldn't think had any connection to what I'm adding. It's in /includes/classes/TableViewControllers/BaseController.php