Page 1 of 1

Extension question

Posted: Sat Sep 07, 2024 12:11 am
by Joe1234
I'm looking for a simple extension that I can input data on a product that will not show up on the front end, but will show up on the order of the product when the sale is complete. Anybody come across something like that before I have to go and make it? Thanks.

Re: Extension question

Posted: Sun Sep 08, 2024 4:51 am
by softmonke
I don't know of such an extension as the use-case seems quite specific. Nevertheless, I would think that implementing this feature yourself would be rather easy anyway since you just have to create a new column for the product table and order_product table for your custom field (or you could just use one of those unused product fields, such as UPN, EAN, etc. but you will still need to create a new column in order_product table to store the data), insert it into order_product table when the order is created, and just display the data in your admin.

Re: Extension question

Posted: Wed Sep 11, 2024 10:25 pm
by Joe1234
Yeah, looks like I have to make my own. I already hijacked the barcode inputs for other things, so I have to make something else. Thanks.

Re: Extension question

Posted: Thu Sep 12, 2024 9:35 pm
by paulfeakins
Joe1234 wrote:
Sat Sep 07, 2024 12:11 am
I'm looking for a simple extension that I can input data on a product that will not show up on the front end, but will show up on the order of the product when the sale is complete. Anybody come across something like that before I have to go and make it? Thanks.
Literally 10 seconds on Google will return a load. This is just the top one: https://www.opencart.com/index.php?rout ... n_id=29030