stephenmcd / cartridge

Ecommerce for Mezzanine
http://cartridge.jupo.org
BSD 2-Clause "Simplified" License
709 stars 299 forks source link

Standard product not in "Add..." product admin menu #325

Open mwort opened 6 years ago

mwort commented 6 years ago

Since the custom product models were introduced in 8d3ac6bef9ca4f557edcd4d714a02f69644570dc the "Add product" button in the Products admin has been replaced by a "Add..." menu, but the standard Product model doesnt appear as an addable item. I.e. there is no way to add a standard product in the products list admin and basically means a custom product has to be created, which I dont think is intended. Custom Product models that have been subclassed from the standard Product do show up though.

I have tested this with the latest master of mezzanine and cartridge, but havent found a non-hacky way to add it.