Hi all,
I have installed this fantastic component as it was just what I needed, the install went very well and it was simple to change to english.
However, the attach file button is still Italian and I just can't find the button or code to change it. It's the same in front and backends. In addition to this, when multipul files are uploaded, another Italian word appears (I should have written it down) just above the attached file list. I can't find this one either.
I have copied in the view source script... Can anyone point me in the right direction.
<input type="button" class="button" value="Carica un File" onclick="window.open('../index2.php?option=com_virtueupload&task=show_form&pop=1&order_id=12','win2','status=no,toolbar=no,scrollbars=no,titlebar=no,menubar=no,resizable=yes,width=450,height=260,directories=no,location=no');" />
</td>
</tr>
Many thanks..... Mal
Mal - I too have done the install and am very happy to provide the ability for customers, and ADMIN to upload files to an order. I also see the "Carica Un File" on my button - this translated in Italian means:
In English:
it loads rows
I have found the source code here: /components/com_virtueupload/html/ and
/administrator/components/com_virtueupload/html
account.order_details.php
order.order_print.php
These 2 files reference the Italian words - and I changed mine to read UPLOAD FILES as seen here...(order_print)
<input type="button" class="button" value="UPLOAD FILES" onclick="window.open('../index2.php?option=com_virtueupload&task=show_form&pop=1&order_id=<?php echo $order_id?>','win2','status=no,toolbar=no,scrollbars=no,titlebar=no,menubar=no,resizable=yes,width=450,height=260,directories=no,location=no');" />
I was hoping this would fix the problem, but I have run 2 test orders and each of them is still showing the "Carica un file" text.
Anyone with more advanced knowledge of php and how VM posts order detalis could chime in here - help is appreciated...