gaspower 1 Posted November 30, 2006 Hello, I have installed the quick price update contribution and it works fine, but I want to add a cost field to it. I already have a cost field in the standard admin layout and works fine if I enter a cost, it shows up and stays in the field. But I have added the below statement to the quick_priceupdates.php, and it do no add cost to database nor if I enter a cost in admin will it show up in the quick price?? Thanks for the help <tr> <td><span class="smallText">Products Price (Cost): </span></td> <td>$<input type="text" size="7" name="products_cost[' . $results['products_id'] . ']" value="' . $results['products_cost'] . '"></td> </tr> Share this post Link to post Share on other sites