View Issue Details

IDProjectCategoryView StatusLast Update
0003198OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reporterboehme Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.5.1 revision 38045 
Fixed in Version4.5.3 revision 39087 
Summary0003198: oxutilsfile::_getImagePath() should be public
Description
Currently there is no public method available for getting the full path of master images of, for example, products. oxutilsfile::_getImagePath() does exactly this, but it's protected.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-09-01 09:19

reporter   ~0005163

@developers: please investigate, if offered solution is correct

arvydas_vapsva

2011-09-19 16:02

reporter   ~0005239

please use:
- oxConfig::getPicturePath( '' ) to get "/source/out/pictures/";
- oxConfig::getPicturePath( 'master/product/1/30-360-back_p1_z_f_th_665.jpg' ) to get "/source/out/pictures_ce/master/product/1/30-360-back_p1_z_f_th_665.jpg".