I want to add a new product field (part number). This way on order details page i get the part number of each product (becomes more easy to find in database).
I've searched the forum.. but not found what i'm looking for.
<!-- BEGIN LIST_LIST --> <tr class="l_$aList[iStyle]"> <td> $aList[sProduct] </td> <td class="label"> $aList[sRef] </td> <td class="label"> $aList[fPrice] </td> <td class="label"> $aList[iQuantity] </td> <td class="label"> $aList[fSummary] </td> </tr> <!-- END LIST_LIST --> <!-- BEGIN LIST_FOOT --> <tr class="l_0"> <td colspan="3" class="label"> $lang[Summary_basket] </td> <td class="label"> $aList[fSummary] </td> </tr> <!-- END LIST_FOOT -->
I don't get any error... but it doesn't work! :(
Does anyone can help me?
Thanks :)
» Quick.Cart v2.x
merci
2007-06-12 10:11
shadowness - well, you have to edit also files: core/products-ff.php function dbSaveProduct and core/products.php function throwProduct. It will save and throw your data in admin panel. You can read also http://opensolution.org/forum/?p=readTopic&nr=1019 To add this field also to order, you have to edit few functions (core/orders.php) and templates, but it is more complicated and hard to describe shortly. If you will have problems with that, contact with us via e-mail, we can do this for you.