Addon Jshopping Random

13.09.2020 09:14
#1
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Posts: 72
Quote
Addon Jshopping Random

Is it possible to see the full image instead of the thumb?

I think it has to do with this peace of code?

<?php print $product->image ? $product->image : $noimage;?>

Cheers

 
13.09.2020 21:54
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Addon Jshopping Random

<?php print $product->image ? $product->image : $noimage;?>

change to

<?php print $product->image ? str_replace($product->image, 'thumb_', 'full_') : $noimage;?>

 
14.09.2020 00:33
#3
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Posts: 72
Quote
Aw: Addon Jshopping Random

thanks for your help but there seems to be something wrong (the image is gone):

src="<?php print $product->image ? str_replace($product->image, 'thumb_', 'full_') : $noimage;?>"
Aw: Addon Jshopping Random

 
14.09.2020 18:23
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Addon Jshopping Random

See source code "html"

url image?

 
14.09.2020 20:56
#5
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Posts: 72
Quote
Aw: Addon Jshopping Random

homepage url :

https://www.wesleyswitgoed.nl/

 
15.09.2020 10:24
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Addon Jshopping Random

Works:
url
https://www.wesleyswitgoed.nl/components/com_jshopping/files/img_products/full_Whirlpool-WBC_3C26-X.jpg

 
15.09.2020 10:33
#7
wessim
Joomshopping forum user no avatar
Name: Wesley
10.06.2012
Posts: 72
Quote
Aw: Addon Jshopping Random

Yes, my webdesigner did the job.

Thanks a lot for your time and help, i appreciate it.


Last change: 15.09.2020 10:34
 


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.