pmyrick
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Authorize.net ShippingIndeed the fix does work! A thousand thanks! elfin, If I make a donation to the paypal link in eShop, will you receive it?
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Authorize.net ShippingLogin value and hash key have been removed from the above post for security.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Authorize.net ShippingHere is what appeared in the source when I ran through a single line order in test mode:
Order total was $12.98 including tax and shipping. I’m guessing the value of ‘x_amount’ (see below) should be this total? Instead, ‘x_amount’ appears to be the same value as the amount in ‘x_line_item’.
<input type="hidden" name="x_show_form" value="PAYMENT_FORM" /> <input type="hidden" name="x_relay_response" value="TRUE" /> <input type="hidden" name="x_relay_url" value="" /> <input type="hidden" name="x_version" value="3.1" /> <input type="hidden" name="x_test_request" value="TRUE" /><input type="hidden" name="x_first_name" value="Paul" /> <input type="hidden" name="x_last_name" value="Myrick" /> <input type="hidden" name="x_company" value="" /> <input type="hidden" name="x_email" value="[email protected]" /> <input type="hidden" name="x_phone" value="303-303-3030" /> <input type="hidden" name="x_address" value="1234 Main St" /> <input type="hidden" name="x_city" value="Any City" /> <input type="hidden" name="x_state" value="CO" /> <input type="hidden" name="x_zip" value="80220" /> <input type="hidden" name="x_country" value="US" /> <input type="hidden" name="x_ship_to_company" value="" /> <input type="hidden" name="x_ship_to_address" value="" /> <input type="hidden" name="x_ship_to_city" value="" /> <input type="hidden" name="x_ship_to_state" value="" /> <input type="hidden" name="x_ship_to_postcode" value="" /> <input type="hidden" name="x_ship_to_country" value="" /> <input type="hidden" name="x_amount" value="7.48" /> <input type="hidden" name="x_description" value="wine VEIL" /> <input type="hidden" name="x_invoice_num" value="8985897745034e8b4a27" /> <input type="hidden" name="x_fp_sequence" value="275" /> <input type="hidden" name="x_fp_timestamp" value="1345644724" /> <input type="hidden" name="x_line_item" value="item1<|>bottle VEIL<|>201 : SOLO<|>1<|>7.48<|>Y" /> <input type="hidden" name="x_line_item" value="item_s<|>Shipping<|><|>1<|>5.50<|>N" /> <input type="hidden" name="x_tax" value="0.53" /> <input class="button" type="submit" id="ppsubmit" name="ppsubmit" value="Proceed to authorize.net ?" /></p> </form>
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Authorize.net ShippingI’m having this same exact problem. Looking at code now.
Viewing 4 replies - 1 through 4 (of 4 total)