Lucas Krupinski
Lucas Krupinski
1 - The question was strictly about dropping the following drivers from /system/library/db/ `mysqli`, `mssql`, `postgre.php` 2 - There is literally NO change required to switch to the PDO driver...
Secondly as for DB_PREFIX goes, if you insist on keeping it for those cases, I would still suggest stripping it from the existing SQL (simple find and replace), and replace...
@ADDCreative - if you look at the rewrites I've done over on http://github.com/lucasjkr/opencommerce (look in common/model as I'm merging models together), many of the models have already been rewritten to...
I like this! However, it doesn't seem to automatically generate thumbnails from youtube, should it be, or is that to come? Questions: This seems to be for products, why not...
I would look to the `url_alias` table's query column for how to solve this: `product_id=42`, for instance (to have metadata for the Apple Cinema Display, and `category_id=42` to have metadata...
As for the column type - I'm a big fan of having the database designed reflect what's expected to be stored, rather than just making each column be the maximum...
THOUGHTS: Odds are, no one will register for the site unless they’re making a purchase. The fields that are required should be able to be set by the store owner....
The URL thing was a kludge based on what OC does, which is also stupid. The solution is simple: people shouldn't run OC or Copona on a server without SSL;...
@ADDCreative - The issue has fixed in OC, but was present originally, here is the code I'm talking about, which was what was present when Copona forked, and I'm certain...
Pinging in here to see what people say