joomshopping How to get products images from specific path on my server ???

16.03.2013 00:27
#1
anamo
Joomshopping forum user no avatar
Name: anamo
11.01.2013
Posts: 4
Quote
joomshopping How to get products images from specific path on my server ???

I am using my products images on many different pages on my website I wont each joomla extension to uplaod the images again and again to reduce siz of image
so anyway to let joomshopping get the images for same folder that other extensions use ???

 
16.03.2013 08:13
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

components\com_jshopping\lib\default_config.php

change row

$config->image_product_live_path = $config->live_path."files/img_products";
$config->image_product_path = $config->path."files/img_products";

 
16.03.2013 14:54
#3
anamo
Joomshopping forum user no avatar
Name: anamo
11.01.2013
Posts: 4
Quote
Aw: joomshopping How to get products images from specific path on my server ???

ummmm I made that modifications u told me about but after that when I click on the select button
at Edit products administration the forum wont load... just empty forum show up ?
am I right that after I changed the folder path I have to choose them by this way ???

Aw: joomshopping How to get products images from specific path on my server ??? Aw: joomshopping How to get products images from specific path on my server ???


Joomla: 2.5

Last change: 16.03.2013 14:57
 
16.03.2013 21:45
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

unpload 3 foto

thumb_1.jpg
1.jpg
full_1.jpg

 
16.03.2013 22:59
#5
anamo
Joomshopping forum user no avatar
Name: anamo
11.01.2013
Posts: 4
Quote
Aw: joomshopping How to get products images from specific path on my server ???

more explanation please
do you mean that I have to move the images at the following director
.../components/com_jshopping/files/img_products
to the my images director ???

and do I have to do that for each image I'll add later ???
if thats not true please more explanation for where to where should I upload images

and also I am getting an error msg when I upload new products says "Error uploading image"
is that coz of my products images are out of joom shopping folder ??
if yes how solve this problem ??

the problem is about I have slideshow that get images from another file and I want both of joomshopping and slideshow extension to get these images from one file to reduce image I size on server and make adding new products easier, but if the slideshow that coz to me a problem which is
if the slideshow get images from joomshopping that will show all images the original image and its thumb and joomshopping wont get the images from the slideshow folder :S

anyway to get though this ????

Thanks alot


Last change: 17.03.2013 00:12
 
09.09.2014 06:49
#6
daimondd
Joomshopping forum user no avatar
Name: D
19.12.2008
Posts: 5
Quote
Aw: joomshopping How to get products images from specific path on my server ???

webdesigner - 16.03.2013 08:13
components\com_jshopping\lib\default_config.php

change row

$config->image_product_live_path = $config->live_path."files/img_products";
$config->image_product_path = $config->path."files/img_products";


could you send me the exact way to change the path? i have tried may combinations and they don't not work.


Joomla: joomla 3.3.1
JoomShopping: 4.6.1 09.04.2014
PHP: 5.3.29
MySQL: not sure
Website Url: www.sarazams.com
 
09.09.2014 07:47
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

$config->image_product_live_path - (example http://www.site.com/images)
$config->image_product_path - (example /root/html/images - server patch)

 
09.09.2014 08:00
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

Your folder image?

 
09.09.2014 08:09
#9
daimondd
Joomshopping forum user no avatar
Name: D
19.12.2008
Posts: 5
Quote
Aw: joomshopping How to get products images from specific path on my server ???

http://www.sarazams.com/images/
http://www.sarazams.com/images/jshopping (I want to put all my shop in this folder)


Last change: 09.09.2014 08:11
 
09.09.2014 08:36
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

$config->image_product_live_path = JURI::base().'images/jshopping/';
$config->image_product_path = JPATH_SITE.'/images/jshopping/';


Last change: 09.09.2014 08:36
 
09.09.2014 08:51
#11
daimondd
Joomshopping forum user no avatar
Name: D
19.12.2008
Posts: 5
Quote
Aw: joomshopping How to get products images from specific path on my server ???

I replaced the info but still no images showing.

 
09.09.2014 09:06
#12
daimondd
Joomshopping forum user no avatar
Name: D
19.12.2008
Posts: 5
Quote
Aw: joomshopping How to get products images from specific path on my server ???

Ca i send you my FPT ans joomla info so you can figure it out?

 
09.09.2014 09:40
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

yes

 
05.10.2014 20:46
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

$config->image_product_live_path = JURI::root().'images/jshopping/';
$config->image_product_path = JPATH_SITE.'/images/jshopping/';

 
06.10.2014 06:29
#15
daimondd
Joomshopping forum user no avatar
Name: D
19.12.2008
Posts: 5
Quote
Aw: joomshopping How to get products images from specific path on my server ???

Hi,

I can see the folder now, thanks. I had a different folder structure so i guess it wasn't seeing it OK. But now i see only these five images. i have copied an pasted images into the folder (/images/jshopping/img_products), I also tried the (/images/jshopping/) folder but all i get is those 5 images

Doh
Aw: joomshopping How to get products images from specific path on my server ???

 
06.10.2014 07:57
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: joomshopping How to get products images from specific path on my server ???

need upload 3 foto
example
img.jpg
thumb_img.jpg
full_img.jpg

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.