store items that don't exist in datastore showing up in store
Ning To Jamroom
Any datastore is made up of 2 tables in the database.
For store it will be something like:
jr_jrstore_item
jr_jrstore_item_key
The jr_jrstore_item will just be 1 column with numbers like:
1
2
3
4
5
and the jr_jrstore_item_key will be all the data related to each of those items. The _item_id column corresponds the item_id.
So if you delete both those tables then run the integrity check the tables will be re-created and empty.