• Resolved BolinFirearms

    (@bolinfirearms)


    I read related posts specifically one concerning Authorize.net and this was the fix

    open authorizenet.php in the eShop and find this one line 60
    $pvalue=str_replace(‘,’,”,$_POST[‘amount’]);’

    and add 2 lines after, like this:

    $pvalue=str_replace(‘,’,”,$_POST[‘amount’]);
    $pship=str_replace(‘,’,”,$_POST[‘shipping_1’]);
    $pvalue+=$pship;

    I’m unable to test with authorize.net directly atm, so have no idea if that will work or not.

    I am having the same issue but with eprocessing network instead.

    http://wordpress.org/extend/plugins/eshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    We cannot support any hacks to the plugin. It’s working just fine for thousands of other users.

    esmi

    (@esmi)

    As there has not been an update to this topic for a while, I can only assume that the issue has now been resolved and I am now marking it as such. If this is incorrect, please feel free to change the topic’s status and/or post a follow-up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shipping not transferring in Live mode’ is closed to new replies.