Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    2
    Plugin Contributions
    0

    Per item information

    Greetings,

    This is a "can Zen do this?" type of question.

    I run the Website for a Boy Scout Council. We run events like training classes, dinners, and such that have limited slots and have a cost attached to them. The use of a shopping cart will allow particpants to order multiple events and pay with a single credit card transaction (which will save the Council money).

    So far, so smooth; the cart will capture the user information we need (name, address, email, etc...). When the particpant gets to the event, we check them off of a list. The eliminates the need for physical tickets and also gives us a way to contact the participant if things change.

    Here is the problem. In about 20% of the orders, one person will want to register for several people. For example, a Scout unit training chairperson would want to sign up 5 people for a safety course using the unit's credit card or check. We would want the person registering to be able to assign a different name/address/email to each event purchased. In the case where there is a last-minute substitution of attendees (Bob can't make it that Saturday so Linda will go) we would like the user to be able to change the identification information up to a certain date before the event.

    Looking at the demo, I was unable to see if this is possible with the base system. If not, is there an add-on that will allow me to do this? Failing that, I am a reasonable PHP hacker, so pointing me in the right direction to begin to modify the code would be a huge help.

    Thank you all in advance...

    Andy Otto - Webmaster, Three Fires Council BSA
    -*Andy*-

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Per item information

    This would require custom coding and a way to allow the customer to edit aspects of the Order where the Attributes were setup as TEXT attributes for the name ... then they can come back and edit this name in the orders_products_attributes table ...

    The fun part is identifying what it is they are editing ... the values are there, but you need to know the meaning of them ...

    the products_options_id and products_options_values_id can identify for you what attribute is what ... and you could break this down that when they match for a name then those attributes can be edited and the names changed ...

    It would be some trickie coding, but it can be done ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,514
    Plugin Contributions
    126

    Default Re: Per item information

    Decouple the user name from the ticket information. Create a product called "Ticket" with name, email, phone, etc. as attributes. People wanting to buy just one would enter their own info; people wanting to buy many would enter the info of each participant.

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v139h Calculating Shipping - First Item a Set Cost, Each Additional Item $1.00 Per Item
    By Beachcovers in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 31 Mar 2012, 04:00 AM
  2. Shipping charged per item and free shipping per item
    By ae_support in forum Addon Shipping Modules
    Replies: 2
    Last Post: 27 Jul 2011, 05:04 PM
  3. Individual Shipping Per Item, and reduced cost per extra item
    By canad1an in forum Addon Shipping Modules
    Replies: 7
    Last Post: 6 Feb 2009, 11:41 PM
  4. How do you setup per customer per item pricing??
    By mhebert in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 21 Sep 2007, 05:00 AM
  5. Customer enter additional information PER item
    By Shara in forum General Questions
    Replies: 2
    Last Post: 12 May 2006, 05:54 AM

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