wizardsandwars Posted December 20, 2002 Share Posted December 20, 2002 is that when I am processing orders, I always have to click back tothe index to see what my order number is. I was thinking that the Order number should probably be included inside the order, when viewing the order details in Admin, as well as in the invoice and packing slip. I know that this isn't difficult to do, I just thought consideration should be given to including this into the core. JMO ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
Ajeh Posted December 20, 2002 Share Posted December 20, 2002 I thought I changed that with the Quantity Controller and the last version of Free Call for Price. I will see about updating that information with the Attributes Sorter as soon as I have the Copy attributes from an existing product to another existing product finished. I had to do real-world work today and did not have any time to work on it. But I should be done soon as in tomorrow or the next day if I do not get called out on some silly job or something ... :shock: Link to comment Share on other sites More sharing options...
wizardsandwars Posted December 20, 2002 Author Share Posted December 20, 2002 Unfortunatly, I don't use any of those contributions.I don't really have a need for Quantity Controller, and I'm not sure what the "Free call for Price" even does. Copy attributes sounds interesting, though. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
Ajeh Posted December 20, 2002 Share Posted December 20, 2002 The Attribute Sorter will come with a few methods to copy attributes. On Copy Product to duplicate it now has the option to copy attributes too. When on a product, there will be a new button for Copy Attributes from current product to another existing product. Then you have the nice Attribute Table which is a modification of Davids Attribute Enhancer that includes Attribute sort order ... plus the coming soon fields for weight, weight prefix, one-time attributes, units and unit price. Just some handy features for managing the Attributes. Link to comment Share on other sites More sharing options...
burt Posted December 20, 2002 Share Posted December 20, 2002 is that when I am processing orders, I always have to click back tothe index to see what my order number is. I was thinking that the Order number should probably be included inside the order, when viewing the order details in Admin, as well as in the invoice and packing slip. I know that this isn't difficult to do, I just thought consideration should be given to including this into the core. JMO It's the $oID in the browser bar if I recall correctly... HTH Link to comment Share on other sites More sharing options...
wizardsandwars Posted December 20, 2002 Author Share Posted December 20, 2002 It's the $oID in the browser bar if I recall correctly... Yup, it sure is. hadn't noticed that before. That'll help. Though, the customer doesn't receive it in the invoice or packing slip. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Link to comment Share on other sites More sharing options...
burt Posted December 20, 2002 Share Posted December 20, 2002 What I did was make the "print invoice" screen a certain width and I have it echoing the oID. All you'll need to do is decide where to put it on your invoice/paking slip and then do something like: Invoice # <?php echo $oID; ?> HTH :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.