Announcement

Collapse
No announcement yet.

PayPal Radio buttons using PPHC PayPal Hosted Checkout

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

    PayPal Radio buttons using PPHC PayPal Hosted Checkout

    When we added the new PayPal Advanced we added a new page PPHC PayPal Hosted Checkout
    Now I want to change my radio buttons to this new PPHC and I'm lost
    None of these seem to lead to the PPHC page
    <input type="radio" name="PaymentMethod" value="paypalpro:Visa"/> <b>Visa </b>
    value="paypaladv: Visa value="paypal: Visa
    Should I use something like this instead?
    <input type="radio" name="PaymentMethod" value="paypaladv:PPHC"/>



    Original code used with authnet
    <mvt:if expr="NOT ISNULL l.settings:shippingmethods">
    <mvt:comment>Mark added these payment methods </mvt:comment>
    <input type="radio" name="PaymentMethod" value="paypal:paypal"> <b>PayPal </b>
    <br>
    <input type="radio" name="PaymentMethod" value="authnet:MasterCard"> <b>MasterCard </b>
    <br>
    <input type="radio" name="PaymentMethod" value="authnet:Visa" CHECKED> <b>Visa </b>
    <br>
    </mvt:if>

    #2
    Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

    I just tried this on my dev store and here are the selection values I get:

    Code:
    <select name="PaymentMethod" id="PaymentMethod">
    <option value="paypaladv:AMEX">American Express</option>
    <option value="paypaladv:DINER">Diners Club</option>
    <option value="paypaladv:DISCOVER">Discover</option>
    <option value="paypaladv:JCB">JCB</option>
    <option value="paypaladv:MASTERCARD">MasterCard</option>
    <option value="paypaladv:VISA">Visa</option>
    </select>
    Do you have Payflow Link setup in the module settings? This is the service that uses the hosted checkout page.
    Last edited by Brennan; 03-14-13, 09:17 AM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

      PayPal Payments Advanced is what the PayPal Integration Engineer had us use.

      But the HOST is listed as payflowpro.paypal.com

      Comment


        #4
        Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

        I should also mention we are using Layout C in PayPal Manager Setup

        Originally posted by makco1 View Post
        PayPal Payments Advanced is what the PayPal Integration Engineer had us use.

        But the HOST is listed as payflowpro.paypal.com

        Comment


          #5
          Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

          Under Payment settings in the Miva admin, under the "PayPal Payments Advanced and/or Payflow Gateway" Tab there should be 3 radio buttons. To use the hosted checkout, change it to PayFlow Link.
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment


            #6
            Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

            Hi Brennan& thanks for the help.
            When I changed it to PayFlow Link it went back to a "standard" type of checkout, which would be fine if this was my store.

            But customer & PayPal is linking all of these sites to 1 master account and PayPal told to install with the Advanced.
            This PayPal Payments Advanced integration we are using actually has a iframe (Layout C) inside of miva store
            <iframe src="&mvt:paypaladv:hostedcheckouturl;" width="490" height="565" scrolling="no" style="border:none;"></iframe>

            The site I'm working on is www.transmissioncoolers.us



            Comment


              #7
              Re: PayPal Radio buttons using PPHC PayPal Hosted Checkout

              I would contact our support team and see if they can walk you though the setup. There may be something else that is not setup correctly.
              Brennan Heyde
              VP Product
              Miva, Inc.
              [email protected]
              https://www.miva.com

              Comment

              Working...
              X