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.
1.5.5