Announcement

Collapse
No announcement yet.

Checkout with Paypal not showing up in BASK page

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

    Checkout with Paypal not showing up in BASK page

    Paypal is enabled but for some reason I can't see the checkout with Paypal button in the BASK page.

    What am I missing?

    Thanks
    Keyboard Not Found..... Press F1 to continue

    #2
    Does the site have to be secured, as this is still in development with non https.
    Keyboard Not Found..... Press F1 to continue

    Comment


      #3
      Are you using PayPal Express or one of the other methods?
      Matt Zimmermann

      Miva Web Developer
      Alchemy Web Development
      https://www.alchemywebdev.com
      Site Development - Maintenance - Consultation

      Miva Certified Developer
      Miva Professional Developer

      https://www.dev4web.net | Twitter

      Comment


        #4
        Using Paypal Standard. We can use Paypal Express checkout if that's easier

        Thanks
        Keyboard Not Found..... Press F1 to continue

        Comment


          #5
          PayPal Express will add the button to the basket page you are looking for.
          Matt Zimmermann

          Miva Web Developer
          Alchemy Web Development
          https://www.alchemywebdev.com
          Site Development - Maintenance - Consultation

          Miva Certified Developer
          Miva Professional Developer

          https://www.dev4web.net | Twitter

          Comment


            #6
            I have enabled PayPal Express but I don't see the button. I do see the PayPal Express tab in the BASK page in admin
            Keyboard Not Found..... Press F1 to continue

            Comment


              #7
              Have you added the appropriate code to the basket page for the button to show?
              Matt Zimmermann

              Miva Web Developer
              Alchemy Web Development
              https://www.alchemywebdev.com
              Site Development - Maintenance - Consultation

              Miva Certified Developer
              Miva Professional Developer

              https://www.dev4web.net | Twitter

              Comment


                #8
                What is the code sir as i don't see it in the basket page. Thanks
                Keyboard Not Found..... Press F1 to continue

                Comment


                  #9
                  Place the PayPal Error Message token below the Miva Messages token in the page template:
                  Code:
                  ...
                      <div class="row basket-contents bg-white bottom-shadow">
                          <mvt:item name="messages" />
                          <mvt:item name="PaypalErrorMsg"/>
                          <mvt:item name="basket" />
                      </div>
                  ...
                  Then, place the PayPal button token below the Checkout button in the basket contents:
                  Code:
                  ...
                          <a href="&mvte:urls:OINF:secure;" title="Proceed to Secure Checkout" class="button button-block button-square button-medium bg-green white uppercase">Checkout</a>
                          <br />
                          <mvt:item name="PaypalExButton"/>
                  ...
                  Matt Zimmermann

                  Miva Web Developer
                  Alchemy Web Development
                  https://www.alchemywebdev.com
                  Site Development - Maintenance - Consultation

                  Miva Certified Developer
                  Miva Professional Developer

                  https://www.dev4web.net | Twitter

                  Comment


                    #10
                    Hi Matt,

                    Is it possible to add the PayPal Express button in the OCST page too. I see it is assigned to the page, Where would I need to add

                    <mvt:item name="PaypalExButton"/>

                    in OCST page

                    Thanks
                    Keyboard Not Found..... Press F1 to continue

                    Comment


                      #11
                      Unless something has changed, the PayPal Express button is only for the basket page.
                      Matt Zimmermann

                      Miva Web Developer
                      Alchemy Web Development
                      https://www.alchemywebdev.com
                      Site Development - Maintenance - Consultation

                      Miva Certified Developer
                      Miva Professional Developer

                      https://www.dev4web.net | Twitter

                      Comment

                      Working...
                      X