Hi,
I'm trying to use gallery2+checkout+checkout email for selling my paints.
They are one-off items, so I would like them to be removed when somebody submit an order.
Is that possible somehow?
Thanks!
Yes, I know some programming is needed. Maybe somebody already had this problem?
I think there are at least 3 ways to do it:
- putting the image in a different album once the purchase is made. This album is not visible to everybody
- deleting the images once the purchase is made
- adding a "flag" into the database's table that change when the purchase is made. The showing the "add to cart" or not depending on the flag.
Posts: 4338
No, unless you are a competent php programmer.
Posts: 2
Yes, I know some programming is needed. Maybe somebody already had this problem?
I think there are at least 3 ways to do it:
- putting the image in a different album once the purchase is made. This album is not visible to everybody
- deleting the images once the purchase is made
- adding a "flag" into the database's table that change when the purchase is made. The showing the "add to cart" or not depending on the flag.
Any ideas?
Thanks
Posts: 4338
Any of those would work, I guess.