Results 1 to 1 of 1

Thread: Change Payment Page to Remove Dropdown and Add Nice PayPal Button

  1. #1
    Thread Starter
    srykwal2's Avatar
    Join Date
    Jul 2014
    Location
    United States
    Posts
    32
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Change Payment Page to Remove Dropdown and Add Nice PayPal Button

    Has anyone changed the payment page that links to PayPal to make it look better? I think this page looks horrible and it is not a good taste to leave in someone's mouth as they are about to make a payment. I am looking to do two (what I think should be) simple things, but when I change anything on this page, it completely stops the linkage to PayPal. Here are the two things I would like to accomplish:

    1. Remove the payment dropdown without screwing up the connection to PayPal.

    2. Remove the payment button and replace it with a nice PayPal button that users will recognize.

    I am not sure what other templates I would need to edit, but one of the main templates that houses this function is themes/vantage/order-select.php

    This file includes the following code:

    PHP Code:
    <div id="main">
        <div class="section-head">
            <h1><?php _e'Order Summary'APP_TD ); ?></h1>
        </div>
        <div class="order-summary">
            <?php the_order_summary(); ?>
            <form action="<?php echo appthemes_get_step_url(); ?>" method="POST">
                <p><?php _e'Please select a method for processing your payment:'APP_TD ); ?></p>
                <?php va_list_gateway_dropdown(); ?>
                <input type="submit" value="<?php _e'Submit'APP_TD ); ?>">
            </form>
        </div>
    </div>
    Any help is greatly appreciated!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Remove PayPal and only use 2CO and manual payment
    By gary_murray in forum JobRoller General Discussion
    Replies: 6
    Last Post: October 17th, 2014, 01:06 PM
  2. [SOLVED] hide paypal dropdown when I choose a $0 free payment option
    By pjeaje in forum ClassiPress General Discussion
    Replies: 36
    Last Post: April 22nd, 2014, 08:47 AM
  3. Replies: 2
    Last Post: August 25th, 2012, 06:42 AM
  4. Paypal Payment page
    By annvk in forum Help Using ClassiPress
    Replies: 11
    Last Post: May 11th, 2010, 07:54 PM
  5. hide paypal dropdown when I choose a $0 free payment option
    By pjeaje in forum Help Using ClassiPress
    Replies: 0
    Last Post: December 31st, 1969, 06:00 PM