Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] Paypal attempting to charge shipping at checkout

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7240

  • superhousemedia
  • superhousemedia's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I am also running into this, other plugins on my site that use paypal are not triggering this... just DT Register... is there a hack I can employ?

Please Log in or Create an account to join the conversation.

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7260

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Please try this... open the file:

/components/com_dtregister/paypal.class.php

Around line 152 you'll find this code:
$this->add_field('cmd','_xclick');

AFTER that line, add in this code:
$this->add_field('button_subtype','services');
$this->add_field('no_shipping','1');
$this->add_field('bn','PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted');

This should keep DT Register from adding any shipping to your registrations. Let us know if it works for you. If so, we'll add it to the package. Can't verify for sure because we never had the shipping issue to begin with on any of our sites. Anyway... give it a shot. Thanks.

Please Log in or Create an account to join the conversation.

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7267

  • superhousemedia
  • superhousemedia's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thanks for the code, that seemed to fix it... i will let you know if it pops up again.

Please Log in or Create an account to join the conversation.

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7370

  • dashx
  • dashx's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 37
  • Thank you received: 1
This was very helpful, and the code worked for me also.

Thanks!

Please Log in or Create an account to join the conversation.

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7372

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
If you have the latest DT Register package, no file modification is needed... already there.

Please Log in or Create an account to join the conversation.

[SOLVED] Paypal attempting to charge shipping at checkout 14 years 8 months ago #7406

  • dashx
  • dashx's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 37
  • Thank you received: 1
Yes, I saw that thank you. I had uploaded the new version to my live site, but had not worked with it yet. I was working with the previous version locally.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.145 seconds