Page 1 of 1

Add custom product in admin page

Posted: Wed Oct 14, 2020 10:13 pm
by rocketninjin
Is there anyway I can add a custom product in admin order section?
For example, just adding a product name, quantity and total cost to an order.
These products normally just a one off sales and not going to restock again.
Is there anyway to handle this kind of product? Or is there any extension to handle this kind of case?

OC version: 3.0.3.2

Re: Add custom product in admin page

Posted: Wed Oct 14, 2020 10:24 pm
by JNeuhoff
In the OpenCart admin backend, go to

Sales > Orders > edit > tab 2. Products

and add a product to the order.

Re: Add custom product in admin page

Posted: Fri Oct 16, 2020 1:32 pm
by rocketninjin
Thanks very much for your reply.
The method you mention, I need to create a product inside the product list first then I can use autocomplete to find the product.

I want to know if I can just simply add a product name, quantity and the cost then add to the order without adding the product to product list first.
JNeuhoff wrote:
Wed Oct 14, 2020 10:24 pm
In the OpenCart admin backend, go to

Sales > Orders > edit > tab 2. Products

and add a product to the order.

Re: Add custom product in admin page

Posted: Fri Oct 16, 2020 2:09 pm
by letxobnav
No, you cannot add products which do not exist in your product table to an order.
We also have unique products we cannot restock but we just set the status to sold when the stock goes to zero iso out of stock and no longer show them when sold. But we have to have those products defined in order to use them, front-end and back-end.