I am a Sun Certified Programmer for Java.
Now working on PHP based web applications.
I like PHP, Love PHP and working on PHP.
I live in Dhaka.
I have interest on writing poems and story for children.
Please visit arafatbd.net to keep in touch.
Thanks for the update. I am testing it right now. I looks fine.
Some issues:
1. Need to add filename and tables not only in /catalog/admin/include, but also in /catalog/include
2. Language are not used consistantly. Like in product_attributes is not visible
3. Would like to have PIN of Serial also published into order_history
@rajeeban: You must add the download file as a product attribute, then check the PIN code checkbox. It does not fill automatically when viewing. Check database if field is filled with 1. Then after order is complete, serial or PIN is displayed besides the download file.
I test ed on V0.6, it work well.
but v0.7 didnot work for me, I got blank screen, PHP editor complain “php $end un-expected”.
I test on Mysql 5 and PHP 5.
2006/12/10 at 5:57 am
I have tested unique virtual products 0.7, but it is not sending pins with email.
2006/12/13 at 4:29 pm
Hi,
Thanks for the update. I am testing it right now. I looks fine.
Some issues:
1. Need to add filename and tables not only in /catalog/admin/include, but also in /catalog/include
2. Language are not used consistantly. Like in product_attributes is not visible
3. Would like to have PIN of Serial also published into order_history
Good work.
2006/12/13 at 4:32 pm
@rajeeban: You must add the download file as a product attribute, then check the PIN code checkbox. It does not fill automatically when viewing. Check database if field is filled with 1. Then after order is complete, serial or PIN is displayed besides the download file.
2006/12/13 at 5:24 pm
After:
tep_db_query(“UPDATE “.TABLE_PRODUCTS_PINS.” SET products_pin_used=’”.$insert_id.”‘ WHERE products_pin_id = ‘”.$pin_res['products_pin_id'].”‘”);
Add:
//Update status history with PIN Number
$sql_data_array = array(‘orders_id’ => $insert_id,
‘orders_status_id’ => $order->info['order_status'],
‘date_added’ => ‘now()’,
‘comments’ => $pin);
tep_db_perform(TABLE_ORDERS_STATUS_HISTORY, $sql_data_array);
This adds the serial into the order history
2006/12/14 at 4:04 pm
Thanx Frank for your contribution.
2006/12/18 at 3:16 pm
Wow, Congrats. Keep it up.
I will start using oscommerce very soon as I have an Order to implement complete ecommerce solution for one of my client.
2007/02/11 at 8:42 pm
I test ed on V0.6, it work well.
but v0.7 didnot work for me, I got blank screen, PHP editor complain “php $end un-expected”.
I test on Mysql 5 and PHP 5.
Please help