Interface ProductImagePathsSettingsInterface
Interface ProductImagePathsSettingsInterface
Methods summary
public
getProductOriginalImagesDirPath( void )
: string
Get Product Original Images Dir Path
Get Product Original Images Dir Path
Returns a string to the original_images folder.
Returns
string
The path to the original_images folder.
public
getProductGalleryImagesDirPath( void )
: string
Get Product Gallery Images Dir Path
Get Product Gallery Images Dir Path
Returns a string to the gallery_images folder.
Returns
string
The path to the gallery_images folder.
Throws
public
getProductInfoImagesDirPath( void )
: string
Get Product Info Images Dir Path
Get Product Info Images Dir Path
Returns a string to the info_images folder.
Returns
string
The path to the info_images folder.
public
getProductThumbnailImagesDirPath( void )
: string
Get Product Thumbnail Images Dir Path
Get Product Thumbnail Images Dir Path
Returns a string to the thumbnail_images folder.
Returns
string
The path to the thumbnail_images folder.