Definition at line 3 of file oxerpcompatability.php.
Public Member Functions | |
| getPkgRevision ($sBasePath=null) | |
| getShopRevision () | |
| isPasswordSaltSupported ($iRev=null) | |
| isPasswordSaltInOxUser ($iRev=null) | |
| isOrderArticleStockAsDouble ($iRev=null) | |
| isArticleNullLongDescComatable ($iRev=null) | |
| isArticleVariantMinPriceAllwaysUpdated ($iRev=null) | |
| OXERPCompatability.getPkgRevision | ( | $ | sBasePath = null |
) |
Returns build revision number or false on read error.
Definition at line 10 of file oxerpcompatability.php.
| OXERPCompatability.getShopRevision | ( | ) |
Returns build revision number or false on read error.
Definition at line 25 of file oxerpcompatability.php.
| OXERPCompatability.isPasswordSaltSupported | ( | $ | iRev = null |
) |
Returns true or false depending on shop's user password salt support
| $iRev |
Definition at line 46 of file oxerpcompatability.php.
| OXERPCompatability.isPasswordSaltInOxUser | ( | $ | iRev = null |
) |
Returns true or false depending on shop's user password salt is kept in oxuser table
| $iRev |
Definition at line 62 of file oxerpcompatability.php.
| OXERPCompatability.isOrderArticleStockAsDouble | ( | $ | iRev = null |
) |
checks orderarticle oxstock field type
| $iRev |
Definition at line 77 of file oxerpcompatability.php.
| OXERPCompatability.isArticleNullLongDescComatable | ( | $ | iRev = null |
) |
checks if articles multilanguage longdescriptions are handled corecly
| $iRev |
Definition at line 92 of file oxerpcompatability.php.
| OXERPCompatability.isArticleVariantMinPriceAllwaysUpdated | ( | $ | iRev = null |
) |
checks if min variant price is allways updated ( see bug #378 )
| $iRev |
Definition at line 107 of file oxerpcompatability.php.
1.5.5