VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: ocean1 on October 18, 2012, 14:31:53 PM

Title: Display products / banner on external different sites
Post by: ocean1 on October 18, 2012, 14:31:53 PM
Hi,

is it posible to display a products / banner on differtent sites
maybe with a iframe or something

Best regards
ocean
Title: Re: Display products / banner on external different sites
Post by: bytelord on October 18, 2012, 17:49:39 PM
Hello,

VM2 supports webservices, so you could use soap to retrieve the data from your vm site and show it where ever you want with your custom templates.

Take a look here: http://dev.virtuemart.net/projects/virtuemart/wiki/Webservices_usage

Regards
Title: Re: Display products / banner on external different sites
Post by: ocean1 on October 18, 2012, 19:47:32 PM
mmmmm, okey  :-\
Title: Re: Display products / banner on external different sites
Post by: ocean1 on October 18, 2012, 21:14:54 PM
Do I mis some files and the option to activate?

Quote
SOAP Webservices are only avalaible in Virtuemart 2. To enable it go to Virtuemart configuration panel.

WSDL are reachable at :  ...administrator/components/com_virtuemart/services/****.php
Title: Re: Display products / banner on external different sites
Post by: bytelord on October 18, 2012, 23:45:14 PM
Hello,

Is implemented with the following: http://extensions.joomla.org/extensions/extension-specific/virtuemart-extensions/virtuemart-administration/11541

Regards
Title: Re: Display products / banner on external different sites
Post by: ocean1 on October 19, 2012, 00:02:50 AM
thanks for the link

SOA is not plug-and-play ....  :(

And does it really can show for example my products top10 on any website? Thats what I want.
Title: Re: Display products / banner on external different sites
Post by: bytelord on October 19, 2012, 00:11:34 AM
Hello,

You have to develop a module for that i suppose, will not automatically display products on the other site, except if there is something ready.

Regards
Title: Re: Display products / banner on external different sites
Post by: ocean1 on October 19, 2012, 00:16:29 AM
okey thanks
than I have to find out how too make a module
the other site is gladly a joomla site that makes it easier I hope .