VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: sohopros on July 26, 2013, 03:57:16 AM

Title: Translations of Child Products.
Post by: sohopros on July 26, 2013, 03:57:16 AM
We are getting an error when editing a child product to using the language dropdown.
After selecting the language and editing the product we are able to save, but once we go back to the product screen the modification is gone.

Checking the database (#_virtuemart_products_es_es) we can see the the modification was stored, but get missed when opening the screen again and saving once the the last modification does not show on the form.

1 - Can it be a cache issue? Joomla cache is disabled, Is there any way to disable virtuemart cache?
2 - I noticed that the data that fills the form coming from a jQuery ajax method in JSON format. Is there a way to disable that and bring the data straight from database?
3 - Can you, please, recommend a solution for this issue?

Virtuemart version - 2.0.22a
Joomla version - 2.5.11

Appreciated,
SOHO Prospecting Team
Title: Re: Translations of Child Products.
Post by: sohopros on July 26, 2013, 22:58:14 PM
I fixed this issue by following the instruction on http://stackoverflow.com/questions/264216/getjson-returning-cached-data-in-ie8 and applying it to the file /administrator/componets/com_virtuemart/helpers/vmview.php
Could it, please, be applied to future version so the cache is disabled for this ajax call?

Thanks,
SOHO Prospecting Team