rubygirl Posted December 13, 2002 Share Posted December 13, 2002 having a problem having multiple attributes show up on the invoice - the attributes show all through the purchase process but once admin tries to view invoice, only top attribute shows up. ideas?? Link to comment Share on other sites More sharing options...
rubygirl Posted December 13, 2002 Author Share Posted December 13, 2002 also, email confirmation to customer shows all attributes - just not invoice Link to comment Share on other sites More sharing options...
besheer Posted March 10, 2003 Share Posted March 10, 2003 I have the same problem. Is there a solution to this? Drive it like you stole it. Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2003 Share Posted March 13, 2003 This continues to be a problem - I am using MS1 loaded Does anyone have a fix yet or could point me in the right direction about the code. Thanks for any assistance. Link to comment Share on other sites More sharing options...
Ajeh Posted March 13, 2003 Share Posted March 13, 2003 Might check your orders.php file. I tested it on osC snapshots 02-12-2003 and 03-10-2003 and I see all the attribute details. Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2003 Share Posted March 13, 2003 Thanks Linda, but I'm not too familiar with the code yet - do you have any idea what I should be looking for - I've checked for line breaks and that all lines end properly, and can't find anything basic with that. And I haven't added any contributions which have touched this file. It's not a big deal to me, but it would be nice to have all the forms functioning properly. Any help appreciated. Link to comment Share on other sites More sharing options...
Ajeh Posted March 13, 2003 Share Posted March 13, 2003 What snapshot are you using and what is the version ID on your /admin/orders.php Link to comment Share on other sites More sharing options...
besheer Posted March 13, 2003 Share Posted March 13, 2003 $Id: orders.php,v 1.106 2002/11/23 13:58:03 thomasamoulton Exp $ Early December snapshot. Drive it like you stole it. Link to comment Share on other sites More sharing options...
Ajeh Posted March 13, 2003 Share Posted March 13, 2003 I have all the details for the attributes working on that version too. Find an order that has attributes Now look in the orders_products_attributes table. Are there values there and do they match the order? Now go to: http://cvs.sourceforge.net/cgi-bin/viewcvs...php?sortby=date And look at v1.106 ... you can download that and use Beyond Compare to compare your file and that file to see where the differences are. See if you are missing something. Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2003 Share Posted March 13, 2003 I am using MS1 Loaded 5 $Id: orders.php,v 1.3 2003/02/15 23:41:28 wilt Exp $ Thanks for any assistance. Link to comment Share on other sites More sharing options...
Guest Posted March 13, 2003 Share Posted March 13, 2003 Linda, you beat me to my post!! I'll take a look at those files, and see if I can find anything. Link to comment Share on other sites More sharing options...
besheer Posted March 13, 2003 Share Posted March 13, 2003 In the orders_products_attributes table, there are only products_options and products_options_values columns. One of each. So yes, the attirbutes are showing, but since it is only one place to put it, only one attribute is there. Drive it like you stole it. Link to comment Share on other sites More sharing options...
Ajeh Posted March 13, 2003 Share Posted March 13, 2003 Sort by orders_id and see how many you have per product with multiple attributes. Link to comment Share on other sites More sharing options...
besheer Posted March 13, 2003 Share Posted March 13, 2003 Oh, sorry...you are right. I overlooked that. They are all showing. Drive it like you stole it. Link to comment Share on other sites More sharing options...
Ian Posted March 13, 2003 Share Posted March 13, 2003 Wasn't there a bug report about this very thing. It was fixed for OsCommerce. Maybe my fault. I'll see if I can dig out the relevant posts. Trust me, I'm an Accountant. Link to comment Share on other sites More sharing options...
besheer Posted March 13, 2003 Share Posted March 13, 2003 Now go to:http://cvs.sourceforge.net/cgi-bin/viewcvs...php?sortby=date Thank you for this link Linda :) What I needed was the new version of invoice.php. I compared and found a missing "()" and now all the attributes are showing on the invoices! Thanks for being so helpful, as always :D Drive it like you stole it. Link to comment Share on other sites More sharing options...
Ajeh Posted March 14, 2003 Share Posted March 14, 2003 I was hoping it would be something simple like missing peices and parts. Glad that worked for you ... :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.