Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jun 2008
    Posts
    1
    Plugin Contributions
    0

    Default How do I install zen-cart module?

    I have searched on this site, but still can't find the instruction.
    My zen-cart only have shipping, payment and order default module
    if I want to install module,
    what should I do?

    Should I just upload the whole folder to
    includes/modules/
    or
    /includes/languages/english/modules/

    ??

    What is the correct procedures?

    Thank you for your help.

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: How do I install zen-cart module?

    if I want to install module, what should I do?
    Follow the installation and read me file directions with the modude you want to install.

    Tina

  3. #3
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: How do I install zen-cart module?

    I have the same query and the readme is written for people who know what they're doing. I need an absolute idiots guide.

    I'm trying to install Events Calendar module. I have followed the instructions in the readme.txt but the module is not appearing in my modules dropdown in admin.

    I know this is really simple stuff when you know what you're doing, but when you haven't got a clue, it's really frustrating.

    PLEASE PLEASE PLEASE don't reply to this post and tell me to search the forum for an answer! I have. This forum does not seem to cater for complete idiots like me!

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: How do I install zen-cart module?

    This is a forum for people of all abilities, however, it's often difficult for people answering questions to gauge how much the person answering the questions knows. So to avoid every answer becoming patronising for the recipient and tedious for us to write, we tend to assume that people have some basic knowledge of FTP (file transfer protocol), the Zen Cart file structure and know how to edit a file with a text browser and install a SQL patch.

    Only one of these actually has anything to do with Zen Cart specifically, the other three are general and easily acquired web skills. However, if one or all of them are new to you, that's fine too. I can still remember when they were a black art for me too, and you'll quickly pick them up.

    Do you have an FTP tool (if so which one)? Do you have a text editor (different from a word processor), and if so, which one?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: How do I install zen-cart module?

    Hi Kuroi,

    I use cyberduck for my FTP and dreamweaver. I'm alright at basic html stuff, but when it comes to this I am completely dumbfounded. I've got this far but my client wants to add an events calendar. I have tried to install the module, but can't seem to get it to show in my admin.

    I also need a complete bafoons guide to adding EZ Pages. As you can see, i have added the links to the header bar, but I've no idea how or where I go to physically make the pages???

    Any help would be greatly appreciated. In lamens terms if you don't mind. I'm a designer, not a developer.

    Thanks,
    Rick

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: How do I install zen-cart module?

    It's worth noting that the events calendar's installation instructions are a bit more terse than most. So I can understand why you'd find them challenging as first attempt. Though it's also worth pointing out that htis was released as a use at your own risk beta. So you may still encounter some problems with it in operation. If you do, the best place to get help will be in the main thread about it, as that's where the people who use it (I'm not one of them) hang out.

    But let's get back to installing it. The first place to go is your site's Admin area. Under the tools menu, you'll find an option to "Install SQL Patches". Selecting this will bring up a page which includes an "Upload File" field. Click on the "browse" button next to this field and browse to the oddly-named "tabelenupdate.sql" file where you unpacked the addon's zip archive. Click "Upload" and that's the first step completed.

    For the 2nd step, fire up Cyberduck and drag and drop the admin, images and includes folders into the root folder of your site. The root folder is the one at the top level of your site (though not usually the hosting account) which already has these three folders. You may be asked if you want to over-write these folders.The answer should be yes, it won't actually over-write, just add additional files to them.

    For step 3, you can probably use Cyberduck. Certainly it claims to be able to change the permissions on file (aka chmoding). However, as I don't use Cyberduck, I can't advise on how (try right clicking on the filename in the server window, or control clicking if you don't have a right click). Sometimes web hosts prevent these remote changes, in which case they should give you an alternative tool in the account's control panel. Some servers don't like 777 or 0777 in whoch case try 755, or ask the advise of the web host.

    Step 4 is a little more complex. Use Cyberduck to go to your includes/templates/customtemplate/common folder. If there's a tpl_main_page.php file there, download it to your Mac. Otherwise get a copy from the includes/templates/template_default/common folder. Edit this to make the changes suggested in step 4 of the readme. You can do this with Dreamweaver's code view. Then upload it to the site (drag and drop again), making sure that wherever you got it from, you return your version to the includes/templates/customtemplate/common folder.

    You can probably ignore step 5 for the moment. You will only need to do that if you want to change the text that is displayed on the screen by this addon.

    You may come across some wrinkles since you are using a custom template that may not have the same structure as a normal Zen Cart, but let's hope not.

    If everything goes smoothly, you should find that a new page has appeared under the Admin > Extras menu and a sidebox is ready for enablement under Admin > Tools > Layout Boxes Controller.

    Questions about EZ-Pages would need to go in a new thread. Though I would point you first to Admin > Tools > EZ-Pages as I suspect that you may be heading of at a tangent, and then to the FAQ section on EZ-Pages.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: How do I install zen-cart module?

    Kuroi,

    That's the most succinct and brilliant reply to any post on this forum! I will go through these steps now.

    Thank you so much for explaining in such a clear way.

    Rick

  8. #8
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: How do I install zen-cart module?

    It was all going too well! I did what you said and it did appear as a sidebox to enable, which I then did, right sidebox- order number 1. and despite furious and frantic refreshing of the site, it has not appeared. BUM!!!

    Any suggestions of what I'm doing wrong?

  9. #9
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: How do I install zen-cart module?

    It's probably not something that you did. What's actually happening is that your site is crashing, but not before most of the output has already been sent to the browser. Look carefully and you'll see that it's not just that sidebox, but also the footer that's missing, i.e. everything that should also be displayed after the sidebox.

    These sorts of problems are usually due to poor programming or problems with the language files. If you didn't change the language file (step 5 of the installation), then I'd recommend skooting over to the thread that I quoted in my earlier post to see if anybody else has had this problem.

    There is an alternative approach using a debug utility, that can track these problems down, but using that is a bit techie, and I'd check whether anybody already has a pithy answer posted in the other thread first.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #10
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: How do I install zen-cart module?

    it's a template monster template. i understand that they are the bane of proper zen developers' lives. I wish I'd known before spending 100 quid on it.

    basically, I'm stuffed aren't I?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I install Zen Cart on XAMPP?
    By xcergy in forum Installing on a Windows Server
    Replies: 19
    Last Post: 22 Dec 2010, 04:19 PM
  2. how to install Nochex in Zen Cart 1.3.8a?
    By omerhanif in forum Addon Payment Modules
    Replies: 12
    Last Post: 16 Feb 2010, 10:33 PM
  3. How do I install a Payment Module after Zen Cart is installed?
    By djpaley in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 24 May 2008, 07:33 PM
  4. How easy is it to install a zen-cart template?
    By ssbeats in forum Addon Templates
    Replies: 1
    Last Post: 22 Nov 2007, 09:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg