Hi and thanks for your time.
I'm investigating a new purchase of Miva Express to address an existing problem that Yahoo's ecommerce solution can not provide.
I have a web site requirement that collects a yearly membership fee. Step#1 the user is given a membership info. collection page that is stored into a mysql database (via php) and then directed to select one of three levels of membership.
Step#2 Each of the individual membership level is actually a product that once selected is placed in the shop cart.
Step#3 the user checks out and receives an order.
The problem: How to confirm that the membership has been paid for the member added to the membership database??? We currently must manually go to the order database and then manually enter the order info. into the membership database. Very time consuming.
My thought is that I could write a PHP script to daily check the Miva orders database for a matching member name (perhaps login ID) for the payment.
Not sure how much of a learning curve is required with this solution. I already know how to write PHP calls to a mysql database. Is reading from the Miva database as elegant. Prefer using the Miva database versus Miva mysql solution for simplicity sake.
Or do you have another recommended solution for this problem?:o
Thanks!!!
I'm investigating a new purchase of Miva Express to address an existing problem that Yahoo's ecommerce solution can not provide.
I have a web site requirement that collects a yearly membership fee. Step#1 the user is given a membership info. collection page that is stored into a mysql database (via php) and then directed to select one of three levels of membership.
Step#2 Each of the individual membership level is actually a product that once selected is placed in the shop cart.
Step#3 the user checks out and receives an order.
The problem: How to confirm that the membership has been paid for the member added to the membership database??? We currently must manually go to the order database and then manually enter the order info. into the membership database. Very time consuming.
My thought is that I could write a PHP script to daily check the Miva orders database for a matching member name (perhaps login ID) for the payment.

Or do you have another recommended solution for this problem?:o
Thanks!!!
Comment