Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Nadia Bodikian
0 points
Beginner
Concerning shopperpress non responsive theme, Up until now, i was in darkness, I was under the impression that private websites such as mine was not eligible for paypal seller protection against chargeback etc.
Until I had a dispute recently which resulted against me unfairly, and i sent a few emails to paypal expressing my disappointment.
I was contacted PayPals by Business Support Department, and was pointed out that with a few changes, IT CAN be eligible.
They put me through with Merchant Integration Engineer.
At checkout interface, there is missing information. The shipping address is missing, it is not being transmitted to paypal.
The folloing MUST be added to the integration that needs to be passed to paypal.
Perhaps some of you already knew and did it, perhaps some of you know how to do it.
Well I dont, so i urge the premiumpress team to add this ASAP, as i have had several unpleasant incidents because i do not have protection.
Concerning shopperpress non responsive theme, Up until now, i was in darkness, I was under the impression that private websites such as mine was not eligible for paypal seller protection against chargeback etc.
Until I had a dispute recently which resulted against me unfairly, and i sent a few emails to paypal expressing my disappointment.
I was contacted PayPals by Business Support Department, and was pointed out that with a few changes, IT CAN be eligible.
They put me through with Merchant Integration Engineer.
At checkout interface, there is missing information. The shipping address is missing, it is not being transmitted to paypal.
The folloing MUST be added to the integration that needs to be passed to paypal.
Perhaps some of you already knew and did it, perhaps some of you know how to do it.
Well I dont, so i urge the premiumpress team to add this ASAP, as i have had several unpleasant incidents because i do not have protection.
This is how the form looks like at the moment:
<form name=”checkout_paypal” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”><input type=”hidden” value=”_cart” name=”cmd”>

<input type=”hidden” value=”https://hitek-webstore.com/callback/?order_id=800-291398766302″ name=”return”>
<input type=”hidden” value=”https://hitek-webstore.com/callback/” name=”cancel_return”>
<input type=”hidden” value=”https://hitek-webstore.com/callback/” name=”notify_url”><input type=”hidden” value=”unisex beach sandal thong flip flops in blue color swan design unusual unique” name=”item_name_1″>
<input type=”hidden” value=”20.00″ name=”amount_1″>
<input type=”hidden” value=”1″ name=”quantity_1″><input type=”hidden” value=”1″ name=”upload”><input type=”hidden” value=”800-291398766302″ name=”item_number”>
<input type=”hidden” value=”nadia@alexanderhitek.com” name=”business”>
<input type=”hidden” value=”USD” name=”currency_code”>
<input type=”hidden” value=”utf-8″ name=”charset”>
<input type=”hidden” value=”800-291398766302″ name=”custom”>
Pay Now
</form>
It needs to updated with following inputs with the address the item will be shipped:
<input type=”hidden” name=”first_name” value=””>
<input type=”hidden” name=”last_name” value=””>
<input type=”hidden” name=”email” value=””>
<input type=”hidden” name=”address1″ value=””>
<input type=”hidden” name=”address2″ value=””>
<input type=”hidden” name=”city” value=””>
<input type=”hidden” name=”country” value=””><!—two characters abbreviations https://developer.paypal.com/webapps/developer/docs/classic/api/country_codes/ –>
<input type=”hidden” name=”zip” value=””>
<input type=”hidden” name=”state” value=””><!—two characters abbreviations (important for USA, Canada) https://developer.paypal.com/webapps/developer/docs/classic/api/state_codes/ –>
<input type=”hidden” name=”no_shipping” value=”2″>
<input type=”hidden” name=”address_override” value=”1″><!– if 1 then address is added into transaction details; important for seller protection –>
Please check all variables on https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#id08A6HF00TZS
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now