Results 1 to 10 of 453

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,911
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by siliconbug View Post
    ZCA Bootstrap Template v3.6.5

    The zoom in/out setting of my browser is 100%, but the Discover Card logo isn't in the same row. Is there any setting I can adjust in this module?


    Click image for larger version. 

Name:	2024-05-13_032958.jpg 
Views:	126 
Size:	30.3 KB 
ID:	20607
    You'll need to provide a template-override for the payment-module's .css file. Copy /includes/modules/payment/paypal/PayPalRestful/paypalr.css to /includes/templates/YOUR_TEMPLATE/css/paypalr.css and then edit this section:
    Code:
    .ppr-button-choice label {
        cursor: pointer;
        height: 2.5rem;
        font-weight: bold;
        width: 11rem;
        display: inline-block;
        text-align: center;
    }
    to adjust the width. It looks like 15rem should work.

  2. #2
    Join Date
    Apr 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Thank you!

    I copied /includes/modules/payment/paypal/PayPalRestful/paypalr.css to /includes/templates/bootstrap/css/paypalr.css and then changed the width to 15rem or bigger number, but nothing happened.
    Click image for larger version. 

Name:	2024-05-13_150821.jpg 
Views:	185 
Size:	32.5 KB 
ID:	20610

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,911
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by siliconbug View Post
    Thank you!

    I copied /includes/modules/payment/paypal/PayPalRestful/paypalr.css to /includes/templates/bootstrap/css/paypalr.css and then changed the width to 15rem or bigger number, but nothing happened.
    Click image for larger version. 

Name:	2024-05-13_150821.jpg 
Views:	185 
Size:	32.5 KB 
ID:	20610
    My bad. Since you're using the Bootstrap template, copy the paypalr_bootstrap.css file and make the changes there.

  4. #4
    Join Date
    Apr 2009
    Posts
    122
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    It works, thank you!

  5. #5
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Cindy,

    I am finally getting my 2.0 site up to the point to start testing payment modules. I only saw that this is the new Paypal standard early this morning. We have used Paypal Express almost exclusively to this point. I have read through this entire thread and you mentioned a couple of times that you consider this a Beta release. Is that still accurate?

    Also I have installed a new clean 2.0.1 as a dev site on my host and most things are working great (I did the database only upgrade). But I am always uncomfortable testing payment modules. My url for this site is formed like mysite.myhost.com NOT mysite.com so I am curious if that will cause any testing issues. I do have SSL working and that site is trusted. Any thoughts?

    I still need to install OPC and EP4 but I am getting close and I wanted to plan out my final testing. I plan to install Zelle and Square as well but Paypal must be working first.

    Thanks
    Chris

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,911
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by g2ktcf View Post
    Cindy,

    I am finally getting my 2.0 site up to the point to start testing payment modules. I only saw that this is the new Paypal standard early this morning. We have used Paypal Express almost exclusively to this point. I have read through this entire thread and you mentioned a couple of times that you consider this a Beta release. Is that still accurate?

    Also I have installed a new clean 2.0.1 as a dev site on my host and most things are working great (I did the database only upgrade). But I am always uncomfortable testing payment modules. My url for this site is formed like mysite.myhost.com NOT mysite.com so I am curious if that will cause any testing issues. I do have SSL working and that site is trusted. Any thoughts?

    I still need to install OPC and EP4 but I am getting close and I wanted to plan out my final testing. I plan to install Zelle and Square as well but Paypal must be working first.

    Thanks
    Chris
    No longer beta; make sure you get the updates for v1.0.2 of the payment module. This thread's been pretty quiet for a while.

  7. #7
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    88
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Paypal RESTful 1.0.2
    Zen Cart 1.58a

    Today I tried to make a partial refund. When the dialog came up I entered the amount and clicked the blue "Refund" button. When the red "Confirm" button appeared I inadvertently clicked on it twice. When the page refreshed I saw that two separate refunds had been logged so the customer got his refund twice.
    Perhaps it would be worth disabling the button(s) once "Confirm" is clicked, or dismissing the dialog. That would also give some feedback that the process has been initiated. Otherwise the only indication is from the browser (for example, Chrome changes the "reload" button to an "X" while loading the page) and it isn't very obvious.

    Finally, one minor enhancement would be to place the refund transaction ID on the message stack so it appears at the top of the page like it does on the "old" Paypal module and others. That makes it easier to copy the ID to put in our accounts system when we create a refund, since the ID is right at the top of the page when the page reloads. It isn't a big hassle to scroll down to the messages to find it there, though.

 

 

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 187
    Last Post: 20 Apr 2026, 09:15 PM
  2. IPower & FirstData API Payment Module
    By spence in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Jul 2011, 06:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg