One item, several formats...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hickorie
Forum Newbie
Posts: 2
Joined: Sun Apr 11, 2010 10:53 pm

One item, several formats...

Post by hickorie »

Hello

I was wondering how to propose an item for users, but with a lot of choices of formats? I would like to do this operation before we can add the item to the cart ...

Like on this page (bottom):

http://www.horticulture-indigo.com/deta ... at=7&idx=0

Do we have to enter the item several times on the MySQL database and change the format?

If you could well describe me the steps, it would be very appreciated ...

Thank you!
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: One item, several formats...

Post by Christopher »

hickorie wrote:Do we have to enter the item several times on the MySQL database and change the format?
Yes, usually you have a SKU for each purchasable item.
(#10850)
hickorie
Forum Newbie
Posts: 2
Joined: Sun Apr 11, 2010 10:53 pm

Re: One item, several formats...

Post by hickorie »

Excuse me, what do you mean by SKU? I searched on the Internet and I find this "stock-keeping unit", but, I'm not sure about what this mean...
Post Reply