Multilanguage Guide for VirtueMart (1.0.13) - Read First

Everything related to VirtueMart and Joom!Fish.
The forum is unlocked again, but we do not provide support in it. The purpose is to have community (or user to user) support in it.
Forum rules
Please note, that we do not provide support in respect to VirtueMart. The forum has the purpose to enable the users to help each other.
Any banging, screaming would lead to closing it again.

Multilanguage Guide for VirtueMart (1.0.13) - Read First

Postby ivo.apostolov on Wed Dec 05, 2007 11:00 pm

Hi all,
as there are plenty of requests how to make VirtueMart multilanguage, I decided to open a thread, where most of the things will be explained.

To have the Future of E-Commerce running on your site you should do some simple steps.

1. Install VirtueMart (1.0.13a). Take it from here
2. Install Joom!Fish 1.8.1. Take it from here
3. Install the languages you want to use and configure the Joom!Fish
4. Add the VirtueMart Translations you are going to use in administrator/components/com_virtuemart/languages
5. Add your products in the normal way in VirtueMart
6. Add to the folder administrator/components/com_joomfish/contentelements/ the files attached to this thread (Joom!Fish-VirtueMart-Support.zip) . You can upload them with the standard function for adding content elements in Joom!Fish 1.8.1. You can upload them as they are zipped.
7. Run the following SQL query (in phpMyAdmin or through the MySQL Console):
Code: Select all
ALTER TABLE `jos_vm_product_attribute` ADD `attribute_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY FIRST ;

Note: If your Joomla! prefix is not jos_ than replace with the appropriate.
8. Open the translation feature of Joom!Fish. Choose, what to translate from the dropdown and start translating the products, manufacturers, whatever.
9. Publish the translations.

USERS OF VIRTUEMART 1.0.10 and newer - Please replace the file virtuemart_parser.php with the one attached in this post (virtuemart_parser.zip).

I will try to update this thread and the files in it.

Ivo

Edit on 01 June 2006: Updated the file with the Content Elemens (The XML Files attached to this thread). Found small bug in the product attributes, which is fixed now. Also added filter option for the products. Those now can filtered by product category.
Edit on 02 August 2006: Updated version of VirtueMart to 1.0.6
Edit on 13 January 2007: Updated version of VirtueMart to 1.0.9
Edit on 17 April 2007: Added patch for Virtuemart 1.0.10
Edit on 06 December 2007: Updated versions and added some more information
Attachments
virtuemart_parser.zip
Virtuemart Parser fix for VM 1.0.13a
(4.42 KiB) Downloaded 5189 times
Joom!Fish-VirtueMart-Support.zip
Content Elements for Joom!Fish
(6.35 KiB) Downloaded 6963 times
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Multilanguage Guide for VirtueMart - Read First

Postby panosbouras on Fri Dec 07, 2007 4:50 pm

YOU ARE a life saver AND a star!!!! :D
panosbouras
Newbee
 
Posts: 8
Joined: Wed Dec 05, 2007 8:26 pm

Re: Multilanguage Guide for VirtueMart - Read First

Postby panosbouras on Fri Dec 07, 2007 5:04 pm

Ivo just a quick question. I have no problems now I can translate the contents of the virtumart however allthough I uploded (ftp) the languages I need why on the site when switching the language I see ????????? instead of the language I translated to? :!:
panosbouras
Newbee
 
Posts: 8
Joined: Wed Dec 05, 2007 8:26 pm

Re: Multilanguage Guide for VirtueMart - Read First

Postby ivo.apostolov on Fri Dec 07, 2007 5:05 pm

This is problem with your database.
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Multilanguage Guide for VirtueMart - Read First

Postby panosbouras on Fri Dec 07, 2007 5:08 pm

any solutions?
By the way my other buttons (main menu) do not have that issue. Look at it at: http://www.britannicfoundation.org and put greek
panosbouras
Newbee
 
Posts: 8
Joined: Wed Dec 05, 2007 8:26 pm

Re: Multilanguage Guide for VirtueMart - Read First

Postby ivo.apostolov on Fri Dec 07, 2007 8:16 pm

User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Multilanguage Guide for VirtueMart - Read First

Postby G.deangeli on Tue Dec 11, 2007 8:29 pm

Hi Ivo, Hi All

I have Joomfish 1.8.1 and VM 1.0.13a installed AND
I DID EVERYTHING IVO MENTIONNED IN THIS POST (including parser.php.)
Now Joomfish gives met nicely the various items to be translated in the drop down as usual (my base language is French and I translate from French into English)
THE ONLY PROBLEM I HAVE IS THIS : From the front-end, when I switch from French to English, the systems just switches back to French content when I want to display VM items.

Any suggestion to solve this ?
Otherwise Joomfish in other content areas ?

Thanks to all

G
User avatar
G.deangeli
Silver Member
 
Posts: 7
Joined: Sun Dec 02, 2007 3:07 pm

Re: Multilanguage Guide for VirtueMart - Read First

Postby ivo.apostolov on Tue Dec 11, 2007 8:32 pm

How it switches to French? Can you tell me what are the settings of your system bot? Please check if due to some reasons the parses was overwritten correctly
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Multilanguage Guide for VirtueMart - Read First

Postby ivo.apostolov on Tue Dec 11, 2007 8:39 pm

You have something strange installed maybe, because if you open the source of the page you will see that it is loading logo_english.gif - which is correct.

Try to upload the parser again and view your published bots.
User avatar
ivo.apostolov
Contributor
 
Posts: 3245
Joined: Sat Oct 20, 2007 10:39 am
Location: Sofia

Re: Multilanguage Guide for VirtueMart - Read First

Postby G.deangeli on Tue Dec 11, 2007 9:40 pm

ivo.apostolov wrote:You have something strange installed maybe, because if you open the source of the page you will see that it is loading logo_english.gif - which is correct.

Try to upload the parser again and view your published bots.


Dear Ivo

I just reloaded the parser as your suggested : I had put it in a wrong place !!!
Everythings works fine now !
Thanks for your help and for your nice product!

Regards.

G
User avatar
G.deangeli
Silver Member
 
Posts: 7
Joined: Sun Dec 02, 2007 3:07 pm

Next

Return to Joom!Fish and VirtueMart

Who is online

Users browsing this forum: No registered users and 2 guests