| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
#31
|
|||||||||
|
|||||||||
Re: Paypal DPM Payment Method
Quote:
We've updated it to the latest paypal updates and have change how it posts to paypal. It's a bit more robust now. Thanks, Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002! We support X-cart versions 3.x through 5.x! Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more! Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com Please E-Mail us for questions/support! |
|||||||||
#32
|
|||||||||
|
|||||||||
Re: Paypal DPM Payment Method
We are TLS 1.2 compliant as well if anyone needs a quick solution.
Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002! We support X-cart versions 3.x through 5.x! Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more! Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com Please E-Mail us for questions/support! |
|||||||||
#33
|
|||||||||
|
|||||||||
Re: Paypal DPM Payment Method
Paypal DPM Blow out sale! $100 off one week only!!
https://www.bcsengineering.com/store/paypal-dpm-for-x-cart.html Grab this popular module to make your PCI compliance easier! Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002! We support X-cart versions 3.x through 5.x! Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more! Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com Please E-Mail us for questions/support! |
|||||||||
#34
|
|||||||
|
|||||||
Re: Paypal DPM Payment Method
Quote:
Updated to version 3 did you forget an important element? accounting for coupons, reward points I had to remove these lines from api.php 'ITEMAMT' => $cart['subtotal'], 'TAXAMT' => $cart['tax_cost'], 'FREIGHTAMT' => $cart['shipping_cost'], in the post array because kept getting this error: Field format error: 10413-The totals of the cart item amounts do not match order amounts. Orders without coupon codes processed fine.. now after removing those three items and telling paypal only the AMT, orders with coupons work. also got 'not finished' orders again so the new version doesn't seem to fix that either.. --special characters need to be handled when posting to paypal (address, name, city, etc). -- there was also an ssl issue.. forcing curl to use tls1.2 might fix that one.. --- added a check in finish-order for not-finished orders: first I had to make it so the module used SECURETOKEN instead of SECURETOKENID in the token.php file then I added a function to api.php to return the array of secure tokens and orderids then put a check in finish_order.php in the event the getPaymentRepsonse() returns a blank value. here's some code.. Code:
if it fails to get anything from the securetoken it'll perform an inquiry on CUSTREF was a bi*tch to setup and took many hours but I feel as this should solve a majority of the "not finished" errors. hope that helps someone.. please send tips: BTC: 17jAfPFZ9waexTbGdtCZM4LgAn56qZ7bZh
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#35
|
|||||||
|
|||||||
Re: Paypal DPM Payment Method
nice.. breaks amazon payments advanced too..
blah! people need to test modules.. fix: in /skin/common_files/modules/BCSE_Paypal_DPM/service_head.tpl change the first if statement to this: {if $main eq 'checkout' AND $checkout_module ne 'Amazon_Payments_Advanced'} please send tips: BTC: 17jAfPFZ9waexTbGdtCZM4LgAn56qZ7bZh
__________________
4.7.7. php7.1, AWS RDS database memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters, AC onepage checkout and checkout tools, altercart cash rewards, bcse DPM for paypal |
|||||||
#36
|
|||||||||
|
|||||||||
Re: Paypal DPM Payment Method
Could you please email this in to us so I can have my staff review? I do not believe we are aware of any issues like this and we'd like to review them to make sure they are fixed.
Thank you! Carrie Quote:
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002! We support X-cart versions 3.x through 5.x! Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more! Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com Please E-Mail us for questions/support! |
|||||||||
|
|||
X-Cart forums © 2001-2020
|