How can I change the product ID? I do not like having three products, one with ID 1, one with ID 3 and the other with ID 14... I can't seem to find an option, is it possible?
Is this a new installation? If so you are probably safe to edit the product id directly in the database.
This is now an old installation, I'm guessing it would cause issues to people with active subscriptions?
just means you'll need to update the payments table as well along with any protected folders settings. Not a big deal, but a little extra effort.
For all old payments use this query: Code: update amember_payments set product_id = NEWID where product_id = OLDID Please backup database before any modifications.