Announcement

Collapse
No announcement yet.

Option For Split Payment On OSEL page missing

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

    Option For Split Payment On OSEL page missing

    I've implemented all the new template changes for 9.03.
    Everything is fine except for a logged in customer with a credit.
    During CHECKOUT on the OSEL page, there is no option for a "Split Payment". Rather, a duplicate credit card icon (DISCOVER CARD) shows up. If this duplicate is clicked, it is a link to the split payment page.
    How do I implement the correct "icon" or "text?
    Last edited by Strat1979; 04-21-15, 05:18 PM.

    #2
    Re: Option For Split Payment On OSEL page missing

    Originally posted by Strat1979 View Post
    I've implemented all the new template changes for 9.03.
    Everything is fine except for a logged in customer with a credit.
    During CHECKOUT on the OSEL page, there is no option for a "Split Payment". Rather, a duplicate credit card icon (DISCOVER CARD) shows up. If this duplicate is clicked, it is a link to the split payment page.
    How do I implement the correct "icon" or "text?

    Came up with a solution. Not sure if this is the Miva Standard, however, it works.

    I placed this conditional:

    <mvt:if expr="l.settings:method:code EQ 'credit'">
    <mvt:assign name="l.settings:payment:method:image" value="''" />
    </mvt:if>

    Before:
    <mvt:if expr="pos1 EQ 1">
    <label for="l-&mvt:method:name;"><input type="radio" name="PaymentMethod" value="&mvte:method:module;:&mvte:method:code;" checked="checked" id="l-&mvt:method:name;" /><img src="&mvt:payment:method:image;" alt="&mvt:method:name;" title="&mvt:method:name;" /></label>
    <mvt:else>
    <label for="l-&mvt:method:name;"><input type="radio" name="PaymentMethod" value="&mvte:method:module;:&mvte:method:code;" id="l-&mvt:method:name;" /><img src="&mvt:payment:method:image;" alt="&mvt:method:name;" title="&mvt:method:name;" /></label>
    </mvt:if>
    On the OSEL page.

    I would still like to know what the “built in” Miva solution is.

    Comment


      #3
      Re: Option For Split Payment On OSEL page missing

      The default solution is for the Credit option to display in the payment drop down as a payment method. It will also show you how much credit you have to use.

      It looks like your store is customized to use radio buttons with images and since there is not on for account credit it is defaulting to discover. You can either add the logic to show an icon for account credit, or display it as a text radio button with no image.
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #4
        Re: Option For Split Payment On OSEL page missing

        I've got a site using radio buttons with nothing customized. The Apply Credit Balance ($X.XX) displays but I'm not seeing anything that would enable a split payment. I have looked through the V9 template changes http://www.miva.com/version9-template-changes but nothing seems to be there for this. What am I missing?
        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


          #5
          Re: Option For Split Payment On OSEL page missing

          There are new template changes for 9.0003 which can be found her:

          http://www.miva.com/template-changes
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment


            #6
            Re: Option For Split Payment On OSEL page missing

            I don't know if this is a bug or not, I may have some mixed up code, but when testing customer credit I added a $15.00 credit to a test account and when I was finished I deleted the credit, but it still shows on the customer side that there a a credit on the ABAL page with a message like this:

            Current Balance: $15.00
            No account credit entries

            Any thoughts?
            Highly caffeinated
            http://www.coffeehouseexpress.com

            Comment


              #7
              Re: Option For Split Payment On OSEL page missing

              This thread was last updated in June but I just stumbled on it looking for answers on the exact same issue as indicated on this last thread entry...


              Current Balance: $15.00
              No account credit entries



              I'd be curious to know if this is how it's supposed to work or not. I've been looking to add the account balance / gift certificate functionalities from 9.3 and have been experimenting with it on our dev site. I noticed this as well and thought it was odd. I'm hoping someone can chime in.

              Thanks.
              Tony Pavao
              Studio6t6
              Vancouver BC Canada
              [email protected]

              Comment


                #8
                Re: Option For Split Payment On OSEL page missing

                Anytime you add an account credit to a customer account it should create an entry for it. However entries can be deleted but the account credit will still exist. Did you delete the entries?

                What do you see when you look at the Account Credit tab for that customer? Does it have any entries?
                Brennan Heyde
                VP Product
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


                  #9
                  Re: Option For Split Payment On OSEL page missing

                  Originally posted by tpav View Post
                  This thread was last updated in June but I just stumbled on it looking for answers on the exact same issue as indicated on this last thread entry...

                  Current Balance: $15.00
                  No account credit entries

                  I'd be curious to know if this is how it's supposed to work or not. I've been looking to add the account balance / gift certificate functionalities from 9.3 and have been experimenting with it on our dev site. I noticed this as well and thought it was odd. I'm hoping someone can chime in.

                  Thanks.
                  After implementing on my site, I understand it a little better. Customer credit can be applied manually by the store admin or by a Gift certificate and will show as the "current balance". When a gift certificate is redeemed it adds the amount of the gift certificate to the customer's current balance. This balance can be used as payment at checkout (along with other payment methods if the balance is not enough to cover the order).

                  Here is a screen shot of what the Customer Account Balance page looks like....
                  screen_shot.jpg
                  Highly caffeinated
                  http://www.coffeehouseexpress.com

                  Comment


                    #10
                    Re: Option For Split Payment On OSEL page missing

                    Originally posted by Brennan View Post
                    Anytime you add an account credit to a customer account it should create an entry for it. However entries can be deleted but the account credit will still exist. Did you delete the entries?

                    What do you see when you look at the Account Credit tab for that customer? Does it have any entries?
                    How do you delete a credit Brennan?
                    Highly caffeinated
                    http://www.coffeehouseexpress.com

                    Comment


                      #11
                      Re: Option For Split Payment On OSEL page missing

                      Hi Brennan.




                      I did have entries initially, but I deleted them to see if the account balance would be updated. However, after posting to this thread I think I found the answer in the 9.3 documentation...




                      "Credit records can be deleted, but not adjusted. If you need to reduce a credit amount, you can add a new credit record and enter a negative number."




                      I tested this by adding a negative credit and sure enough it works. As long as I know that's how it supposed to work it's all good.




                      Thanks.
                      Tony Pavao
                      Studio6t6
                      Vancouver BC Canada
                      [email protected]

                      Comment


                        #12
                        Re: Option For Split Payment On OSEL page missing

                        Originally posted by tpav View Post
                        Hi Brennan.

                        "Credit records can be deleted, but not adjusted. If you need to reduce a credit amount, you can add a new credit record and enter a negative number."

                        I tested this by adding a negative credit and sure enough it works. As long as I know that's how it supposed to work it's all good.

                        Thanks.
                        Ahh.... Makes sense. Thanks for posting this.
                        Highly caffeinated
                        http://www.coffeehouseexpress.com

                        Comment

                        Working...
                        X