Viewing 1 post (of 1 total)
  • Author
    Posts
  • instantinlaw Friend
    #137875

    Fix for IE not being able to open vm admin

    http://forum.virtuemart.net/index.php?topic=51089.0

    can’t create or edit shipper in vm admin:

    Search for:

    $fields = array( 'shipping_carrier_name' => vmGet($d["shipping_carrier_name"]),

    in administrator/components/com_virtuemart/classes/ps_shipping.php

    and replace with:


    $fields = array( 'shipping_carrier_name' => vmGet($d, 'shipping_carrier_name'),

    Needs to be done in 2 places in this file.
    Backup everything you plan on changing, because I’m not offering support is something goes wrong.

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  instantinlaw 15 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum