- Posts: 13
- Thank you received: 0
product images
-
eochoa
Inactive member - Topic Author
- New Member
Less
More
13 years 4 weeks ago #13120
by eochoa
product images was created by eochoa
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 weeks ago #13131
by ivan.milic
Replied by ivan.milic on topic Re: product images
The images don't exist on that path. If you directly go to:
you will see 404 not found
Code:
http://www.kmemax.com/components/com_virtuemart/shop_image/product/components/com_virtuemart/shop_image/product/2562.jpg
you will see 404 not found
Please Log in to join the conversation.
-
eochoa
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
13 years 4 weeks ago #13142
by eochoa
Replied by eochoa on topic Re: product images
Just wondering why your link is weird so many com_virtuemat..
Here's the link for the image..
www.kmemax.com/components/com_virtuemart...age/product/2562.jpg
Here's the link for the image..
www.kmemax.com/components/com_virtuemart...age/product/2562.jpg
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 weeks ago #13148
by ivan.milic
Replied by ivan.milic on topic Re: product images
That is path rendered in your page. Check administrator\components\com_virtuemart\virtuemart.cfg.php for :
define( 'IMAGEPATH', $mosConfig_absolute_path.'/components/com_virtuemart/shop_image/' );
apparently you have to change that path.
define( 'IMAGEPATH', $mosConfig_absolute_path.'/components/com_virtuemart/shop_image/' );
apparently you have to change that path.
Please Log in to join the conversation.
-
eochoa
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
13 years 3 weeks ago - 13 years 3 weeks ago #13215
by eochoa
Replied by eochoa on topic Re: product images
Thanks for the reply..
I was wondering what will be the right path?
I tried several like:
or
still no luck..
I was wondering what will be the right path?
I tried several like:
Code:
define( 'IMAGEPATH', $mosConfig_absolute_path.'/components/com_virtuemart/shop_image/product/' );
or
Code:
define( 'URL', $mosConfig_absolute_path.'/components/com_virtuemart/shop_image/product/' );
still no luck..
Last edit: 13 years 3 weeks ago by eochoa.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 weeks ago #13232
by ivan.milic
Replied by ivan.milic on topic Re: product images
define( 'IMAGEPATH', $mosConfig_absolute_path.'/' );
Please Log in to join the conversation.
Time to create page: 0.089 seconds