22, August 2008

shopping cart multiple instance - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  DB_cart Class (Moderator: Olaf)
Topic: shopping cart multiple instance
« previous next »
Pages: [1] Print

Author Topic: shopping cart multiple instance  (Read 1512 times)
Atari ST fan
*
Posts: 8
56 credits
Members referred : 0


« on: Feb 20, 2007, 05:00:04 PM »

hi !

good class ! Wink

my need: i build a shopping website whith a multiple caddie . explain - now, shopping card is for an shippment or one person - i need a shopping card for a family for example, for 4 persons which are not the same products on shopping card - Numero of ordre is the same for family, but rows are differents ... and in fine, total is for the family



(my english is no good)
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #1 on: Feb 20, 2007, 05:03:02 PM »

hi !

good class ! Wink

my need: i build a shopping website whith a multiple caddie . explain - now, shopping card is for an shippment or one person - i need a shopping card for a family for example, for 4 persons which are not the same products on shopping card - Numero of ordre is the same for family, but rows are differents ... and in fine, total is for the family



(my english is no good)

look as you told us your english is not the best (same like mine), maybe you can create a document/flow chart to explain this a little more.


Last blog : Create custom backups from your website using cURL
Atari ST fan
*
Posts: 8
56 credits
Members referred : 0


« Reply #2 on: Feb 20, 2007, 06:02:33 PM »

new order_id -> person1 adds rows          -> view the shopping card with n persons baskets (shopping)
                   -> person2 adds rows
                   -> person3 adds rows
                    -> ... person n adds row


in a web site marchand, each members of a family can buy differents products but have a same payment
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #3 on: Feb 20, 2007, 07:16:23 PM »

new order_id -> person1 adds rows          -> view the shopping card with n persons baskets (shopping)
                   -> person2 adds rows
                   -> person3 adds rows
                    -> ... person n adds row


in a web site marchand, each members of a family can buy differents products but have a same payment

and this happens via different browsers?


Last blog : Create custom backups from your website using cURL
Atari ST fan
*
Posts: 8
56 credits
Members referred : 0


« Reply #4 on: Feb 21, 2007, 12:25:45 AM »

i don't understand ?
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #5 on: Feb 21, 2007, 12:42:36 AM »

i don't understand ?

you say that multiple users are filling one shopping cart, does this happen on one or multiple PC's?


Last blog : Create custom backups from your website using cURL
Atari ST fan
*
Posts: 8
56 credits
Members referred : 0


« Reply #6 on: Feb 21, 2007, 09:46:46 AM »

humm one PC

i explain with another example:

you connect to an holidays website - this web site propose to you to compose your stay for each members of your family. father, mother, boy and girl.

Your stay is 4 days - each members have a pseudo and choice (buy) an  activity leasure different from the others (product)
For each days, father put his activities on his basket , mother, boy and girl too - then you have 4 under-basket (each members) and one principal basket (family) - With each under-basket, you can controle if the member choice is correct - Finaly, principal basket show each under-basket, and total -
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #7 on: Feb 21, 2007, 12:56:21 PM »

maybe I'm wrong but this "sub-baskets" are looking more like products, otherwise it is something special what I have never seen before.

is this concept from yourself or is there a website with a similar feature?


Last blog : Create custom backups from your website using cURL
Atari ST fan
*
Posts: 8
56 credits
Members referred : 0


« Reply #8 on: Feb 21, 2007, 02:04:07 PM »

it's a concept from myself for a specific web site
in fact, i'm working to develop a holidays website where you can build your stay, from each members of a family

now, an order of db_cart is linking to a shippment
in my concept, i link rows to order, order to members and an meta-order to shipment

shipment is my family

i need to manage as much session than there are members in the family and one sesssion for meta-order_id which is my final  shopping cart
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #9 on: Feb 21, 2007, 05:02:26 PM »

it's a concept from myself for a specific web site
in fact, i'm working to develop a holidays website where you can build your stay, from each members of a family

now, an order of db_cart is linking to a shippment
in my concept, i link rows to order, order to members and an meta-order to shipment

shipment is my family

i need to manage as much session than there are members in the family and one sesssion for meta-order_id which is my final  shopping cart

I don't think that there is a script on the internet which can handle this kind of application, looks like that you have to write your own Wink


Last blog : Create custom backups from your website using cURL
Global Moderator
Internet Junkie
*****
Gender: Male
Posts: 1807
9006 credits
Members referred : 6



« Reply #10 on: Feb 22, 2007, 09:26:54 AM »

Your idea sounds a bit strange, why don't you just have all family members put their 'items' in one basket? You don't see a family of 5 doing some shopping in the supermarket, each having their own shopping cart but checking out together as one at the cash register...

I have booked vacations on the internet with different companies and they all work like a normal shopping cart: you get your flight and hotel stay and then ad any extras like for instance a diving course, which you simply add twice if you are going diving with two people.

I don't think your idea will add anything to the holiday shopping (except for a lot of trouble getting it working and possibly confusion for the visitors...)


Last blog : Are You Stumbling Yet?
Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6300
38626 credits
Members referred : 374


It's time to use PHP5!


« Reply #11 on: Feb 22, 2007, 09:32:01 AM »

Quote
I don't think your idea will add anything to the holiday shopping (except for a lot of trouble getting it working and possibly confusion for the visitors...)

and don't forget the extra development costs...


Last blog : Create custom backups from your website using cURL
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6058
Tags : multiple rows multiple shopping card Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP  >  PHP classes @finalwebsites.com  >  DB_cart Class (Moderator: Olaf)
Topic: shopping cart multiple instance
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Aug 22, 2008, 03:35:10 AM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 36.084
Total Topics: 7.439
Total Members: 3.807
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: marthawelch

36 Guests, 3 Users online :

16 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.