Remove model from invoice?

Posts: 76
Joined: 09/19/2007
Bug FinderGetting busy with the Ubercode.

Hi folks,

Is there any config option to remove the model column in the invoice page?

Thanks!

Posts: 62
Joined: 08/31/2007
Bug Finder

Go to this url admin/store/settings/products/edit/fields and try unticking the "Model" check box.

Posts: 5269
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

That would knock it off the product display pages, but I'm not sure if that's what he's referring to... are you looking for a setting to turn it off the invoice (like at admin/store/orders/1/invoice)? If so, currently invoices are simply PHP files that can be copied/modified directly and then specified through the order settings.

If this is what you mean, you can check out the docs here.

Posts: 76
Joined: 09/19/2007
Bug FinderGetting busy with the Ubercode.

Thanks, Ryan, I'll take a look at the docs.