Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Direct Editing Of The Oscommerce Db


Psiegmann

Recommended Posts

Posted

Hello.

 

I am developing right now a plugin for an existing software, so that it can communicate with oscommerce (retrieve/insert products etc.)

 

I think the easiest way would be to connect to the MySQL database directly, and insert with sql command the changes. Is that the proper to do it? Is that how the OSC addons/contributions for accounting-software work?

 

Is there a documentation, i.e. which tables do what exactly? There are mostly self-explationary, but some are problematic. As example, for what exactly is " products_options_values_to_products_options " ?

Posted
Hello.

 

I am developing right now a plugin for an existing software, so that it can communicate with oscommerce (retrieve/insert products etc.)

 

I think the easiest way would be to connect to the MySQL database directly, and insert with sql command the changes. Is that the proper to do it? Is that how the OSC addons/contributions for accounting-software work?

 

Is there a documentation, i.e. which tables do what exactly? There are mostly self-explationary, but some are problematic. As example, for what exactly is " products_options_values_to_products_options " ?

 

Already been done. Read here Live edit Db

Posted
Already been done. Read here Live edit Db

 

 

Thanks, but this doesn't solve all my problems.

 

You just linked in that posting to a software, with what I can edit MySQL databases. That's nice, but my original question was:

 

"Is there a documentation, i.e. which tables do what exactly? There are mostly self-explationary, but some are problematic. As example, for what exactly is " products_options_values_to_products_options " ? "

Posted

There is a data base layout in pdf that comes with osC. It is in the extras folder when you download it. It might help.

Posted
There is a data base layout in pdf that comes with osC. It is in the extras folder when you download it. It might help.

 

 

OK, I have found tep_database-pr2.2-CVS.pdf.

 

It's nice, although a bit confusing. Is there somewhere a page, with a more in-depth explaination?

Posted

Oh come on, people.

 

I can't believe that a software, that is so popular, has as only documentation of the internal data base structure a confusing sheet.

Posted
Oh come on, people.

 

I can't believe that a software, that is so popular, has as only documentation of the internal data base structure a confusing sheet.

 

 

*bump*

Posted
I am developing right now a plugin for an existing software, so that it can communicate with oscommerce (retrieve/insert products etc.)

And what is this "existing software"? Why do you need it? You need to explain because this looks that is going outside the osC scope.

 

My recommendation is to use the osc framework to develop your plugins.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...