VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Stonedfury on October 22, 2013, 23:53:40 PM

Title: USPS has error in XML install
Post by: Stonedfury on October 22, 2013, 23:53:40 PM
Went to update the USPS by alatak and in the xml at the very bottom is extra code. It happens. Just delete after the first </install>

</install>
VirtueMart 2 » Plugins: Payment, Shipment and others&lt;/a&gt;"/>
        <param name="usps_licence" type="uspslabel" label="VMSHIPMENT_ALATAK_USPS_LICENSE" default="License"/>
    </params>
</install>
Title: Re: USPS has error in XML install
Post by: teucg on October 23, 2013, 04:20:11 AM
I encountered the same problem and simply marked the lines out that was the culprit shortly before the end install brackets.


<!--</install>
VirtueMart 2 » Plugins: Payment, Shipment and others&lt;/a&gt;"/>
        <param name="usps_licence" type="uspslabel" label="VMSHIPMENT_ALATAK_USPS_LICENSE" default="License"/>
    </params>-->
</install>



And it works again.
Title: Re: USPS has error in XML install
Post by: alatak on October 28, 2013, 10:20:59 AM
Hello
Thanks,
I am fixing it.