Gift Certificate Module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Devpro
    Mini Mivite

    • Sep 2008
    • 93

    #1

    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
  • Rick Wilson
    Uber Mivite











    • Aug 2007
    • 10122

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

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

    Comment

    • Devpro
      Mini Mivite

      • Sep 2008
      • 93

      #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

      • Brennan
        Super Moderator









        • Jun 2009
        • 3481

        #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:





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

        Comment

        • Devpro
          Mini Mivite

          • Sep 2008
          • 93

          #5
          Hi,

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

          Comment

          • Devpro
            Mini Mivite

            • Sep 2008
            • 93

            #6
            Hi Brennan,

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

            Tom Dean - Fouryourpawsonly.com

            Comment

            • Devpro
              Mini Mivite

              • Sep 2008
              • 93

              #7
              Hi Brennan,

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

              Tom Dean - Fouryourpawsonly.com

              Comment

              • Bruce - PhosphorMedia
                Developer Partner











                • Mar 2006
                • 11257

                #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

                • Devpro
                  Mini Mivite

                  • Sep 2008
                  • 93

                  #9
                  The theme is Levels

                  Comment

                  Working...
                  X