Quote Originally Posted by adam5532 View Post
Hi,

The free version automatically detects and adds the shipping and payment methods. Unfortunately, because the modules are not implemented in a consistent manner, QBI can't always detect them all correctly. I believe (it's been a while since I wrote version 3.21) that you'll need to disable the automatic system by commenting out a line, so that it doesn't revert your manual changes -- this should be somewhere in earlier posts.

For the paid version, I gave up on the automatic system and just pre-populated the tables with the most common entries.

Manual boxes is an idea, but the problem is that you'd have to go into the database anyway to know what to put in them, as the values stored in the db with an order are not necessarily what's shown on the screen.

I'm hoping to revisit this and re-implement the automatic system with improvements in the future.

Good luck!

Thanks,
Adam
I discovered just that when I started looking through the code and troubleshooting some of these problems. Looks like a big mess. I'm surprised you've got it working as well as it does.

I've just added my matches to the tables rather than edit them. This way it doesn't over write my changes (at least in my testing it didn't)


Last Question:
My attribute options are not matching up to my QB item number. Instead, QBI is just passing them through. I have only one attribute with several options. Everything is matched up in QBI too.

Looking through the QBI code, it should find the model number and option number, then match it to determine which QB item number to use. I can only guess it is failing somewhere when trying to find a match. Seeing as though everything is matched up, I can't figure out why.

Can you point me in the right direction?

Thanks again!