Announcement

Collapse
No announcement yet.

PayPal Commerce - PayPal Only - Remove Debit Credit Card Button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PayPal Commerce - PayPal Only - Remove Debit Credit Card Button

    Store owner only wants to use PayPal in the PayPal Commerce configuration but wants all the PayPal buttons to appear without the Debit or Credit Card button on the PROD, BASK, LOGN


    CTyHEg.png

    Am I missing the obvious, is there a way to have it similar to the OCST screen?

    KLnopG.png


    The coding for the BASK and the OCST is the same.

    Code:
    <mvt:if expr="l.settings:page:code EQ 'BASK'">
    <mvt:item name="paypalcp_credit" param="basket" />
    <br>
    <mvt:item name="paypalcp_buttons" />
    <hr class="c-keyline">
    </mvt:if>
    <mvt:if expr="l.settings:page:code EQ 'OCST'">
    <mvt:item name="paypalcp_credit" param="basket" />
    <br>
    <mvt:item name="paypalcp_buttons" />
    <hr class="c-keyline">
    </mvt:if>

    Is there some setting at PayPal that can be changed to remove the Debit or Credit Card button?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    I am needing to remove the DEBIT button because there is an issue with its function. A Miva support engineer and I have confirmed that local tax is NOT being charged when the DEBIT button is clicked. could be a different issue but Shipping is also not being charged. I don't know if this is a bug and it's been reported, but I need to remove it unless there is a fix for it.

    btw: I did see an old post about removing the button within the SDK? That page seems to be a non-sequitur of sorts.

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    Comment


      #3
      Well. the "remove" debit button issue is solved, Thanks to Leslie and a change of the browser I was using.

      The tax not being charged is still an issue however.

      Scott
      Need to offer Shipping Insurance?
      Interactive Design Solutions https://www.myids.net
      MivaMerchant Business Partner | Certified MivaMerchant Web Developer
      Competitive Rates, Custom Modules and Integrations, Store Integration
      AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
      My T-shirt Collection is mostly MivaCon T-shirts!!

      Comment


        #4
        Originally posted by ids View Post
        I am needing to remove the DEBIT button because there is an issue with its function. A Miva support engineer and I have confirmed that local tax is NOT being charged when the DEBIT button is clicked. could be a different issue but Shipping is also not being charged. I don't know if this is a bug and it's been reported, but I need to remove it unless there is a fix for it.

        btw: I did see an old post about removing the button within the SDK? That page seems to be a non-sequitur of sorts.

        Scott
        What I was told to do is to enter "card" into the Disable Funding Source in the PayPal Smart Button configuration for each screen it should not display on. Of course, I goofed it up the first time around by putting a comma after card. This does exactly what the store owner wanted.

        PAqmdg.png
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment

        Working...
        X