Page 29 of 74 FirstFirst ... 19272829303139 ... LastLast
Results 281 to 290 of 734
  1. #281
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Sad to say, you went about the process of getting your art out for sale backwards. E-commerce is a different animal from personal websites, and the database-driven programming necessary to run a business site just doesn't fit into the image-structured individual page approach. As Kuroi mentioned above (post 269), you would need to know more about the workings of Zen Cart (or any shopping cart) to fit its pieces into your template structure than to modify ZC to look like your template.

  2. #282
    Join Date
    Apr 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by gjh42 View Post
    You would need to know more about the workings of Zen Cart (or any shopping cart) to fit its pieces into your template structure than to modify ZC to look like your template.
    I don't really understand what you mean by this sentence. Are you saying that I cannot put zen cart into my website or that I just have a lot of learning to do about zen cart before I'll understand HOW to put it into my page? Do you also mean (by your last line) that I cannot make ZC look like my template or that I can? I am so sorry... I am very confused! I appreciate your help.

  3. #283
    Join Date
    Apr 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by gjh42 View Post
    E-commerce is a different animal from personal websites, and the database-driven programming necessary to run a business site just doesn't fit into the image-structured individual page approach.
    My current site (not the one with my art for sale, but my personal home page) is database driven and it's all image oriented. www.mirdonamy.com if you want to see. I do all my updates using ems mysql manager. The entire template was created by me in photoshop, then chopped up using image ready and put into includes using PHP... then I hooked up mysql coding to make it log and pull everything from my database (many different tables exist). So, I don't really follow what you are saying... would you mind clarifying for me?

  4. #284
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Things every New Zenner needs to know

    Frames and Zen Cart don't mix well with each other. This would also be a problem if your "art for sale" site will be using frames as your other site does.

  5. #285
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    I'm sorry, I didn't get from your original post that you were experienced in PHP/mysql development. It sounds like you should have the skills to seamlessly connect a ZC shop with your current site (blogs are not a native feature of ZC); but it would be a major job to "inject" bits of ZC into/throughout your current site. It would be a relatively straightforward (though lengthy) job to build a new ZC template to match your current one. The layout of functional parts can be rearranged without going deep into the fundamental coding.

  6. #286
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Actually, on studying your current site, it would not be difficult at all to achieve the same look with ZC. I have reworked my own site to have no top header, with all header/nav functions in the left sidebar and content on the right.
    You would want to replace the blog and calendar frames in the sidebar with cart navigation boxes for the commercial side. There are some css tricks to get background images for dynamic content like boxes that change size based on content, but they won't be hard to get for one who has mastered databases ;)

  7. #287
    Join Date
    Apr 2007
    Location
    Texas
    Posts
    16
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Thank you from a new Zenner. I have been at it for a month and am finally getting the cart fixed up pretty well. I still am not clear on the override system, and I tried to install a language pak... and crashed the cart.

    I figured out how to include a Download via the Attribute system. It was more luck than anything else, and I didn't write it down, so I had to go through the trial-and-error technique again, and finally I wrote down the steps, in great detail, for myself and my business partner.

    Here is what I wrote, in case it helps you. Please feel free to use it if you want to:

    Okay... I'm gonna write down what I'm doing this time... save this...
    we may never figure it out again.

    First: In Option Values, make a name for each file you want to download.

    It will be associated with an Option Name.

    The Option Name is in the first drop down box, Option Value in the
    second.

    If there is not a suitable Option Name, go to the Option Name manager and create one.

    After you type in the Option Value name, on the far right end of the
    row, click Insert.

    Second: Go to Attribute Controller

    Select a Product from the drop down box

    When it gets to the next page...

    Scroll halfway down the page and select the Option Name from the first dropdown box, and the related Option Value from the second drop down box.

    Scroll down to the bottom of the page and insert the name of the File (or web page, or whatever) you want to download, or send them to, when payment is confirmed. The item must be in the ZenCart Download folder, or in a subfolder (use path to subfolder: /subfolder/pagename.php)

    Change the number of days and number of download attempts if you want to, then click the Insert button... and cross your fingers.

    When you get to the next page, scroll down halfway and look around, you should see the Product name and id, the Attribute name and details, and a Green Light that shows that the file has been found and all is well in the world.

    That's it, you are now in business.

    -----

    It seems to me that this proceedure is backwards than what one might think.

    I felt the same when trying to set up the Sales Tax. In other modules, like the Free Shipping Option if I recall correctly, you specify the Zone that the option applies to by first selecting a Country (USA) and then a State.

    But to set up the Tax Zones and define them, you have to start with a city or state and then select a country. Seems illogical Mr. Spock.

    We want to offer several Free Bonus Downloads with each of our products, anywhere from 2 to 8 audio files that range from 15 to 30 minutes or so for each file. At that length, we break them up.

    It seemed very intimidating to come up with a dozen or more download packages using the standard attribute system.

    We use a great program called DownLoad Guard (www.dlguard.com) to protect and deliver our audio and video downloads. We can go through PayPal, or other payment processors, or give them for free by using a Thank You page.

    So what I did was to put the url to the Thank You page for one of the free download packages in a simple .txt page and upload it to the Download folder. Then I set a media type as .txt. I didn't see any instructions that said I could do this... but it worked. It wasn't pretty, and you have to copy and paste the url to get to the Thank You page, but it worked.

    Then I got to thinking, if a .txt page works... why not an html page?

    So I went back to my CuteSite Builder program (formerly Trellix - neither is available for sale anymore, unfortunately) and created an html page with the url and some nice looking type, and exported it as html to my hard drive and began thinking about how to upload it to the Download folder.

    Obviously I don't know what I am doing. I know virtually nothing about html - CuteSite Builder takes care of it for me. To tell you how bad it is, a while back I read the book Web Pages for Dummies, and only understood 2 things in the whole book. I am way short of being up to Dummy level. :-(

    Then I had another idea: Create a sub-folder inside the Download folder and publish my page to it. It worked!

    The only glitch I had after that was in the correct form for the path, in the box where you put the name of the item to download. I had not start with a / - as in: /subfolder/pagename.htm

    Now all I need to do to create more Free Bonus Audio Download packages is to go to DownLoad Guard and create a new item and type in the numbers of the files I want to include, save it, then go crete a Thank You page in CSB and insert the code from DLG that will be used to access the audio downloads.

    Oops... did that make sense? Trust me... it is a lot simpler than setting up all of those items as Attributes.

    Now if I can just figure out how to crete an attribute to give people the choice of CDs or mp3's on disc, at a different price, I will be so happy.

    The biggest problem I have had, by far, is not understanding what the instructions mean. They are usually like a foreign language to me.

    My first post on the forum, just a few days ago, was about an instructin dealing with the override system - and how to set up a different template. The instruciton talked about the "default path."

    I found the - page? - that they referred to - about template_info.php or something like that, and there wasn't any path anywhere on the page. So I posted a question about it.

    The answer acknowledged that it would be difficult to understand this for somebody who is not into it.

    Duh! Forgive me, but if I understood this, I wouldn't need the forum in the first place. I have seen quite a few posts from other people who are just as confused as I am, and the answers often don't seem to even attempt to answer their question.

    In answer to my second post, someone replied and asked if I had turned off my EZ pages.

    I replied, how do I know? How do I turn them off? They finally told me, and sure enough, it solved the problem.

    Again, it is one of those really confusing inconsistencies. When I set up Categories and Products, I just name the one I want to be at the top of the list 0. But if you use 0 for the position of an EZ page... guess what:

    That turns it off.

    It would also be great - and save newbies a lot of time - if there was an explanation - or disclaimer - or apology - or something on that first page in the Help seciton where you can read the most common questions and how to do all kinds of stuff - that nobody is going to answer any question that you submit there.

    I submitted some questions. I saw questions that other people had submitted. No answers in sight.

    Aside from being incredibly rude, imho, in inviting a brand new visitor to ask you questions and then just ignoring them completely, it wasted a lot of my time, when I kept struggling along on my own never realize that this forum was here. I found the forum by accident. And I signed up that same night, which is quite a compliment because this is the first forum I have ever joined or posted to.

    There are some great people associated with the ZenCart, and some great resources, but they are incredibly hard to find.

    I am a writer by trade (in case you haven't guessed by now) so if there is anything I can do to help you with your project of preparing good comprehensive and comprehensible information for new Zenners, just let me know and I'll be happy to help as much as I can. I'm kind of old and (thanks the the polio I had many years ago) I don't have much stamina so I am limited in how much I can do, but I'll sure do what I can.

    Thanks.

    ed

  8. #288
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Things every New Zenner needs to know

    It would also be great - and save newbies a lot of time - if there was an explanation - or disclaimer - or apology - or something on that first page in the Help seciton where you can read the most common questions and how to do all kinds of stuff - that nobody is going to answer any question that you submit there.
    Good place to start is
    https://www.zen-cart.com/tutorials/index.php

  9. #289
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    I went there and actually looked around the glossary/index/ask a q sections for the first time, and didn't see a place where unanswered questions are displayed. Maybe you need to ask a question to see that?

    If questions there really do tend to languish, maybe the "ask" function should be removed...

  10. #290
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,241
    Plugin Contributions
    20

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by clydejones View Post
    Where? I looked and didn't see anything but one or two lines about adding a new category or subcategory and I must admit I didn't find them very useful.
    I've got to admit that I can't find what I was looking at last time, and I'm the first to moan about the search functionality on this forum - I've still not been able to figure out how to successfully search for a phrase - but to be quite frank, this part of Zen Cart is not rocket-science...if someone has the ability to actually login to admin, then it shouldn't be that difficult to work out (even from those few lines) how to add a product.

    Can I just emphasise that the F in FAQ stands for frequently, so I could easily argue that when there is no information on a topic it's because it is not a frequently asked question, and it's not asked because it's so intuitive that hardly anyone else has needed to ask it over the past few years!

    However, there is now a step-by-step at How do I add a category, subcategory or product? which, looking at the date on that, may well have been added as a result of this thread.
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

 

 
Page 29 of 74 FirstFirst ... 19272829303139 ... LastLast

Similar Threads

  1. Newbie Zenner needs help with sideboxes
    By Bgray in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Jun 2011, 01:29 AM
  2. New Zenner - Needs help Center Heading Text Color
    By atl2rva in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Feb 2010, 09:51 PM
  3. Need to know how to do a few things......
    By davida50000 in forum General Questions
    Replies: 3
    Last Post: 16 Jun 2009, 08:37 PM
  4. Things every new zenner shouldn't have to know
    By TechOnADesk in forum Templates, Stylesheets, Page Layout
    Replies: 30
    Last Post: 4 Jan 2008, 05:49 PM
  5. Confused new zenner needs help upgrading from 1.3.5 to 1.3.6
    By MicrophonePro in forum Upgrading from 1.3.x to 1.3.9
    Replies: 8
    Last Post: 3 Nov 2006, 06:41 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR