[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Multiple carts (Mall) - One checkout
Hello,
I'm trying to create a Mall which will contain a few hundred merchants, and i use
SubCatalog to handle this. How can i set the checkout page so that it mails customer's
order to appropriate merchants? For example, a customer orders an apple from apple
subcatalog, and an orange from orange subcatalog, and i need the '../etc/report' to
send the apple order to apple company, and the other to orange company.
Do i need to set 'MailOrderto' in each subcatalog.cfg ? i did that, but checkout
only sent one order to the main catalog. Or do i need to set 'Route' directive, and put
an extra field of merchant name in product.asc ? (i wonder if i have lots of merchants
and do i have to type those manually?) Or shoud I use globalsub form_mail in FAQ, and
modify that so i can send mails to merchant?
Thanks in advance for your suggestion.
Regards,
Pumin