VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: Martina L on March 18, 2008, 00:25:31 AM

Title: Switch between vendors
Post by: Martina L on March 18, 2008, 00:25:31 AM
I have Joomla 1.5 and VM 1.1 RC2 installed.

I have multiple vendors (one for each country we ship to) and a price for each product set in the vendors currency.

When users first go to the site I want them to click on a flag and it will set the vendor to use for their entire visit so they see the prices in the associated currency. Is this possible?

I don't want to use the currency convertor because I have set prices in different currencies.
Title: Re: Switch between vendors
Post by: Martina L on March 24, 2008, 23:43:25 PM
Has anyone tried to use the mutli vendors in vm 1.1??
Title: Re: Switch between vendors
Post by: jenkinhill on March 24, 2008, 23:55:31 PM
As it says in the manual, vendor administration is not yet complete.
http://virtuemart.net/documentation/User_Manual/Vendor_Administration.html#Vendor_Categories
Title: Re: Switch between vendors
Post by: Martina L on March 25, 2008, 00:03:59 AM
I know but isn't vm 1.1 in test, so shouldn't people be trying it out?
Title: Re: Switch between vendors
Post by: jenkinhill on March 25, 2008, 00:12:56 AM
You can certainly test it, but as I understand it this element will not be targeted towards supporting different vendors in different countries. As you do not wish to use the currency converter I suspect that you will be looking at more than one Joomla/VM installation with some db synchronisation between sites?
Title: Re: Switch between vendors
Post by: Martina L on March 25, 2008, 00:17:07 AM
Ok, so the best way for me to offer multiple currencies and "set" prices for these currencies is to use multiple virtuemart installations, i.e. an different installation of vm for each store/currency?
Title: Re: Switch between vendors
Post by: Martina L on March 25, 2008, 00:17:59 AM
Because I noticed that you can add multiple prices in different currencies and for different shopper groups to a product??
Title: Re: Switch between vendors
Post by: jenkinhill on March 25, 2008, 11:54:10 AM
This part of the code is not fully implememented, but there may be enough functionality for you. I have not tested this area of VirtueMart.
Title: Re: Switch between vendors
Post by: Martina L on March 26, 2008, 01:12:31 AM
Hi,
So the best way to offer products in different prices (not using the currency convertor) would be to install Joomla/Virtuemart multiple times? this seems like alot fo maintenance going foward though, are there any other ways?

The reason for not using the currency convertor for the multiple prices is because we sell the products offline as well from a order sheet which is only reprinted when we run out and the prices are fixed on here for different currencies and we need to have the products online to have the same pricing as to not confuse customers.
Title: Re: Switch between vendors
Post by: jenkinhill on March 27, 2008, 11:04:19 AM
Quote from: Martina L on March 26, 2008, 01:12:31 AMthis seems like alot fo maintenance going foward though, are there any other ways?
I don't know of any other ways at the moment. I have one database driving 3 different Joomla/VM installs on test for a client site, with different prefixes for the VM tables but sharing the Joomla native content. Seems to work - so far... But this will be only for about 100 products.
Title: Re: Switch between vendors
Post by: Martina L on April 01, 2008, 06:41:59 AM
Thanks Jenkinhill, how did you set this up?