Product Copy Function for Multiple Languages

  • Posts: 15
  • Thank you received: 0
  • Hikashop Business
12 years 4 months ago #31227

The site I run operates in two languages: English and French. One of the things that has been noted by the product admin is that the copy function does not copy the alternate language (French) information. Can this be addressed?


cheers;


David

Please Log in or Create an account to join the conversation.

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
12 years 4 months ago #31252

Indeed there is apparently a problem.

Please add the line:
if(isset($translation->id)) unset($translation->id);

before the line:
foreach(get_object_vars($translation) as $key => $field){

and before the line:
foreach(get_object_vars($translation) as $field){

in the file administrator/components/com_hikashop/helper/import.php and try again. That solves the problem on our end.

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum