Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default minimum elements required to use zencart

    Hello,

    I have a site designed and a design for the store section in mind. I'm also using the Google Checkout addon. So, I have two questions: (1) what HTML/PHP elements do I need for the cart to function properly? (and where are they?) (2) How do I set up zencart so that it doesn't ask for a user login? (google checkout doesn't require a login) I realize this is all answered already and there's a specific google checkout questions site, but if anyone knows the answers to these, I would like to know them also. Thanks.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    Zen Cart is not designed to use pieces and parts of for a shop. Those features that are optional have switches in the Admin for you to configure.

    Google Checkout is not officially supported by Zen Cart, though there is a mod available. I believe it works around the login requirement.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    >Zen Cart is not designed to use pieces and parts of for a shop. Those features that are optional have switches in the Admin for you to configure.

    :\ I don't want to mix it with anything else, but I just want to use the basic elements like the "buy" button, checkout button, a list of current items, and quantity boxes. Shurely that is doable?


    >Google Checkout is not officially supported by Zen Cart, though there is a mod available. I believe it works around the login requirement.
    I'll look at the google mod again.. it still seems to try to log you in whenever you try to buy something.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: minimum elements required to use zencart

    I have a site designed and a design for the store section in mind.

    :\ I don't want to mix it with anything else, but I just want to use the basic elements like the "buy" button, checkout button, a list of current items, and quantity boxes. Shurely that is doable?
    Well what is it exactly, that you want to do??

    Zen Cart is designed to become your web site and not the other way around...

    Post what your vision is and what you are trying to do

  5. #5
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    Quote Originally Posted by kobra View Post
    Well what is it exactly, that you want to do??

    Zen Cart is designed to become your web site and not the other way around...

    Post what your vision is and what you are trying to do
    Do you have any suggestions for a shopping cart system that is "the other way around"?

    Here is a step-through of customer ordering that I want to achieve:

    1) customer clicks a button to order a certain product. Internally, the button creates a cart session and the website redirects to a php file that has info for the session id and the id of the product that the customer ordered. The website generates a form for adding the product to the customer's cart consisting of an "add to cart" button and a quantity text box.


    2) The customer inputs an item and clicks "add to cart", and is then brought to the screen s/he had before clicking the "order product" button. A google checkout button now appears on this screen to allow the customer to check out at any time. Internally, the item and quantity is added to the session's shopping cart and the session is preserved with a php global session id. The checkout button should send the shopping cart data to google and initiate the google checkout procedure.

    4) The customer then clicks through to another product and orders something else in the same way as (1). This time, however, the customer sees a list of previous items ordered. Internally this is the same as (1), except that the current session is useed instead of a new one being created.

    I want to use Zencart because of the relative ease that purchases and customers can be tracked and products can be added/modified.
    Last edited by agamemnus; 24 Apr 2008 at 07:11 PM.

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

    Default Re: minimum elements required to use zencart

    These are all things that Zen Cart already does, although not in exactly the same way as you describe. (The Google checkout is separate code as mentioned by Kim.) To get the precise internal/functional steps you describe, you can write your own shopping cart program; or you can find out how Zen Cart functions and apply your design to it.

  7. #7
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    Quote Originally Posted by gjh42 View Post
    These are all things that Zen Cart already does, although not in exactly the same way as you describe. (The Google checkout is separate code as mentioned by Kim.) To get the precise internal/functional steps you describe, you can write your own shopping cart program; or you can find out how Zen Cart functions and apply your design to it.
    Exactly what I want to know....

  8. #8
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    What Glenn means by
    apply your design to it
    is that you take your current design (the look) and skin zen cart with it. What you want to do, only using ZC functions where you want is not going to work.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: minimum elements required to use zencart

    Do you have any suggestions for another php cart program?

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

    Default Re: minimum elements required to use zencart

    I doubt you'll find one that has robust database support and also lets you use bits and pieces in an outside site, but good luck!

    Why do you feel you need to use separate functions on the site you have instead of molding your design onto an already working engine?
    Last edited by gjh42; 25 Apr 2008 at 02:08 AM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v153 Can I Use Elements of Zen Cart in An Existing Site?
    By chome4 in forum General Questions
    Replies: 3
    Last Post: 15 Jul 2015, 01:48 PM
  2. Anyone use Minimum Order Mod? Questions here...
    By mrssocolov in forum Addon Payment Modules
    Replies: 2
    Last Post: 15 Jun 2011, 07:37 PM
  3. Minimum Order Required
    By aoren in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 25 Apr 2010, 08:04 PM
  4. Price by attributes - quantity discount and minimum quantity required
    By josefine in forum Setting Up Categories, Products, Attributes
    Replies: 14
    Last Post: 24 Sep 2009, 07:28 PM
  5. Zencart elements outside the zencartpages
    By Minas in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Dec 2007, 04:11 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