Announcement

Collapse
No announcement yet.

Gift Certificate Module

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

    Gift Certificate Module

    Can anyone suggest a Gift Certificate Module to use in M5 other than the one offered? There must be a more efficient and customer friendly module available. Thank you.

    Tom Dean
    Four Your Paws Only

    #2
    What's wrong with the built in one?
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      The customer email and checkout page does not show that the price of purchase has been reduced using store credit. It only shows on the confirmation page after paying for the item. People will get confused because until they see their credit card transaction info they will think they have paid full price

      Tom

      Comment


        #4
        Hi Tom -

        It sounds like you're missing some template code.

        You OPAY code:

        Code:
        <mvt:foreach iterator="split" array="splitpayment:splits">
            <tr class="basket-payments">
                <td colspan="2">&nbsp;</td>
                <td class="charge-description">Pending Payment: &mvt:split:desc;:</td>
                <td class="formatted-charge">&mvt:split:formatted_amount_negative;</td>
            </tr>
            </mvt:foreach>
            <mvt:if expr="( NOT ISNULL l.settings:splitpayment:remaining ) AND ( l.settings:splitpayment:remaining NE l.settings:basket:total )">
                <tr id="basket-remaining">
                    <td colspan="2">&nbsp;</td>
                    <td class="total-prompt">Total Remaining:</td>
                    <td class="formatted-total">&mvt:splitpayment:formatted_remaining;</td>
                </tr>
            </mvt:if>
        Template Changes for other checkout pages related to Split Payment/Gift Certificates can be found here:

        https://www.miva.com/mm9.3_template_changes.html



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

        Comment


          #5
          Hi,

          Does this have to be added anywhere in particular in this template? Thanks

          Comment


            #6
            Hi Brennan,

            I am using Ready Theme. Is this the correct OPAY code for this theme? Thanks

            Tom Dean - Fouryourpawsonly.com

            Comment


              #7
              Hi Brennan,

              I am using Ready Theme. Is this the correct OPAY code above for this theme? Thanks

              Tom Dean - Fouryourpawsonly.com

              Comment


                #8
                Tom,

                That looks like it was for vanilla CSSUI. You'd need to first specify WHICH readytheme you are using (they are all different) OR, you can simply look at the browser's source on the OPAY screen, find HTML markup that looks like what you want to have shown, and then change the HTML mark-up in the code provided.

                Also, unless you downloaded your theme a long time ago, that code should be in there. Try reverting back to the original and see its there.
                Bruce Golub
                Phosphor Media - "Your Success is our Business"

                Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                phosphormedia.com

                Comment


                  #9
                  The theme is Levels

                  Comment

                  Working...
                  X