Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Integration with RMSLink
(1 viewing) (1) Guest

TOPIC: Integration with RMSLink

Integration with RMSLink 12 years, 6 months ago #24573

I am looking for a way to export XML to a service that integrates into Microsoft RMS POS.

I have located RMSLink which will handle the import from an XML file.

B2Sync looks like a good way to automate an xml file of orders from the Virtuemart Shopping cart.

Does it also export the Credit Card information. This client processes their transactions locally on their POS.

Thanks,
The topic has been locked.

Re: Integration with RMSLink 12 years, 6 months ago #24719

  • lubi
  • OFFLINE
  • Posts: 221
Hi,

B2Sync does not include a bridge for RMS POS. There is no problem to export credit card information but it must be done as custom implementation.
ARTIO Support Team
The topic has been locked.

Re: Integration with RMSLink 12 years, 6 months ago #24726

So does ARTIO do custom implementation? I need to coordinate an xml file that is usable by my RMS implementation vendor.
The topic has been locked.

Re: Integration with RMSLink 12 years, 6 months ago #24734

  • lubi
  • OFFLINE
  • Posts: 221
Yes, we are ready to do custom implementation. Please, send example of XML file and we will say how many hours is needed to buy via our support to do this.
ARTIO Support Team
The topic has been locked.

Re: Integration with RMSLink 12 years, 6 months ago #24762

Here is a sample xml file from my RMS Integration vendor.

<?xml version="1.0" encoding="utf8" ?>
<WebOrders NumberOfOrders="1">
<WebOrder>
<Order id="177">
<AddressInfo type="ship">
<Name>
<First>jagdish</First>
<Last>k</Last>
<Full>jagdish k</Full>
</Name>
<Address1>test add</Address1>
<Address2>test add2</Address2>
<City>test city</City>
<State>CA</State>
<Country>US</Country>
<Zip>34455</Zip>
<Email> This e-mail address is being protected from spambots. You need JavaScript enabled to view it </Email>
</AddressInfo>
<AddressInfo type="bill">
<Name>
<First>jagdish</First>
<Last>k</Last>
<Full>jagdish k</Full>
</Name>
<Address1>test add</Address1>
<City>test city</City>
<State>CA</State>
<Country>US</Country>
<Zip>34455</Zip>
<Phone>767678786786</Phone>
<Email> This e-mail address is being protected from spambots. You need JavaScript enabled to view it </Email>
</AddressInfo>
<Shipping>Free Shipping: 0</Shipping>
<CreditCard type="Visa" expiration="1210">4111111111111111</CreditCard>
<Comments>Internet order from jagdish k</Comments>
<Item num="0">
<Code>Comic</Code>
<Quanity>1</Quanity>
<UnitPrice>8.99</UnitPrice>
<Description>Comic Book</Description>
</Item>
<Total>
<Line name="Subtotal" type="Subtotal">8.99</Line>
<Line name="Shipping" type="Shipping">0</Line>
<Line name="Tax" type="Tax">0</Line>
<Line name="Total" type="Total">8.99</Line>
</Total>
</Order>
<WebComment>Internet Order from jagdish k</WebComment>
</WebOrder>
</WebOrders>
The topic has been locked.

Re: Integration with RMSLink 12 years, 6 months ago #24800

  • lubi
  • OFFLINE
  • Posts: 221
We can do RMS Integration bridge for 4 hour of our support.
ARTIO Support Team
The topic has been locked.
User Login Empty