Skip to main content

how to customize image upload

More
9 years 10 months ago #254974 by ronron
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5
-- Error-message(debug-mod must be tuned on) -- : none

hi

1. how can i change the icon for the image upload

2. how can i change the folder for the image upload. if you click on it the folder hikashop image will appear

3. how can i remove the image folder icon



thanks

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #255009 by Jerome
Hi,

1 - The same way than the icons has been made larger, you can change the background-image.
www.hikashop.com/support/documentation/1...the-display.html#css

2 - The folder is where your images will be sent.
If you're the main vendor you will access to all images ; if you're a vendor, you will just access to the vendor image (a sub-folder of the hikashop image).

3 - Thanks to a view override you can change the uploader settings.
www.hikashop.com/support/documentation/1...-display.html#layout
In the view "productmarket / form_image", you will find the code which display the image uploader.
Just replace
Code:
'gallery' => $upload,
By
Code:
'gallery' => false,
To remove the gallery image section.

Regards,

Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: ronron

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #255059 by ronron
can we customize the folder name to example my folder or just folders. At the moment you can see HikaShop Images folder.

thanks

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago #255065 by Jerome
Hi,

You can rename the name of the "root dir" thanks to a translation
Code:
HIKASHOP_IMAGE_ROOTDIR="HikaShop Images"
Regards,

Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: ronron

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.186 seconds
Powered by Kunena Forum