When I create a new line item type, I am only then able to add fields to one that was previously created. To make this work, I'm going to have to create all of the types I need and then create a junk type at the end. See the attached image.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Screen Shot 2012-04-27 at 10.04.30 PM.jpg | 67.07 KB | bpeicher |
| Screen Shot 2012-04-27 at 10.00.13 PM.jpg | 56.1 KB | bpeicher |
Comments
Comment #1
bpeicher commentedHere is a follow-up image. To make the "Donation" type usable, I had to create a type called "Junk"
Comment #2
Hasse commentedSeems to be a cache problem.
Using Drush:
"drush cache-clear menu"
- do the trick for me after a new Custom Product Line is created.
Comment #3
TelFiRE commentedThis confusing bug drove me mad! lol.
Comment #4
jantoine commentedThis appears to be caused by #1463942: Call to commerce_tax_types_reset() without depending on the tax module.. Marking as duplicate.
Comment #5
clintthayer commentedThank you!!! A quick cache clear fixed my issue!