Definition at line 6 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.
string | $sBasePath base shop path |
Definition at line 15 of file oxerpcompatability.php.
oxERPCompatability.getShopRevision | ( | ) |
Returns build revision number or false on read error.
Definition at line 31 of file oxerpcompatability.php.
oxERPCompatability.isPasswordSaltSupported | ( | $ | iRev = null |
) |
Returns true or false depending on shop's user password salt support
int | $iRev shop revision number |
Definition at line 52 of file oxerpcompatability.php.
oxERPCompatability.isPasswordSaltInOxUser | ( | $ | iRev = null |
) |
Returns true or false depending on shop's user password salt is kept in oxuser table
int | $iRev shop revision number |
Definition at line 68 of file oxerpcompatability.php.
oxERPCompatability.isOrderArticleStockAsDouble | ( | $ | iRev = null |
) |
checks orderarticle oxstock field type
int | $iRev shop revision number |
Definition at line 83 of file oxerpcompatability.php.
oxERPCompatability.isArticleNullLongDescComatable | ( | $ | iRev = null |
) |
checks if articles multilanguage longdescriptions are handled corecly
int | $iRev shop revision number |
Definition at line 98 of file oxerpcompatability.php.
oxERPCompatability.isArticleVariantMinPriceAllwaysUpdated | ( | $ | iRev = null |
) |
checks if min variant price is allways updated ( see bug #378 )
int | $iRev shop revision number |
Definition at line 113 of file oxerpcompatability.php.