Virtuemart 1.1.5 - thumbnail images not carry

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Jul 25, 2012 1:22 pm
Hello!
I am developing a project shop using the myStore.
It happened that after the change in test folder where the files are located on the site, the thumbnail images of virtuemart does not carry
Ex: http://www.store.com / shopproject to http://www.store.com / shop
By clicking on the image it does not appear.

Still not spotted in the location code mapping of the thumbnails.

Consequently the system still lists the old address of the image, because positioning the mouse it shows the way when it should map in http://www.store.com.br/shop/xxx.jpg and not /shopproject/xxx.jpg

Any solution?

One hug
User avatar
Senior Boarder

GK User
Thu Jul 26, 2012 10:25 am
Did you change the path and url of virtuemart in configuration file. In virtuemart v1+ path does not change automatically where in v2+ it does change automatically.

See following file:
/administrator/components/com_virtuemart/virtuemart.cfg.php
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://localhost:8888/demo_ecommerce/' );
define( 'SECUREURL', 'http://localhost:8888/demo_ecommerce/' );


So if your current joomla website is "http://www.store.com/shopproject/" then above should look like below
Code: Select all
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://www.store.com/shopproject/' );
define( 'SECUREURL', 'http://www.store.com/shopproject/' );


See you around...
User avatar
Platinum Boarder

GK User
Fri Jul 27, 2012 11:11 pm
Thanks normanUK!

even changing virtuemart.cfg.php the file system continues to map the images in the old directory.
A workaround would be to change the way the pictures from inside virtuemart without uploading of images and entering the url the same way. But this will be a big job because we have many items already registered in the system.

Still seeking a solution...
One hug!
User avatar
Senior Boarder

GK User
Sun Jul 29, 2012 7:59 am
Is there any SEF component or Cache system in your current website?
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 10:15 pm
normanUK wrote:Is there any SEF component or Cache system in your current website?


I am not using any component optimization content or SEF in this project.
The cache is disabled.

Thanks
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 10:30 pm
Please backup your website and then send me access information so I can check your website.

See you around...
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 11:36 pm
Please do following after you change your subfolder such as from www.yourwebsite.com/shop to www.yourwebsite.com/shopproject.

1. Change your path as described in previous reply.
2. Recreate thumbnails by doing below.
Go into your virtuemart administrator. Then to configuration, and then the "site tab".
Disable "Enable Dynamic Thumbnail Resizing?" Save Your Changes.
Then Re-enable "Enable Dynamic Thumbnail Resizing?" Again, and Save.

See you around...
User avatar
Platinum Boarder

GK User
Thu Aug 23, 2012 1:53 am
Hi!

The other developer, one of the account owner for this shop project again changed the directory of the site, he reinsert images again.
This fixed the problem.

Thanks Norman
User avatar
Senior Boarder

GK User
Fri Aug 24, 2012 11:34 am
No problem at all, glad to hear you fixed the issue.

See you around...
User avatar
Platinum Boarder


cron