Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Photo Seller – add text to dropdown menu in manual payment

by

Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Photo Seller – add text to dropdown menu in manual payment

Tagged: Label, manual payment

  • This topic has 3 replies, 2 voices, and was last updated 10 years, 10 months ago by Task001.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • July 8, 2014 at 5:35 pm #11143
    Task001
    Member

    Hi..

    is it possable to add text to dropdown menu in manual payment ie.

    Choose Payment Type

    paypal

    cash

    if it’s not possible put to the side of the dropdown

    Thanks in advance

    Task001

    July 8, 2014 at 8:33 pm #64194
    Task001
    Member

    OK i think i’ve sorted it or i should say temp work round…

    i’ve added this below:

    {

    echo ‘<option value=”PleaseSelectPayment”>’.__(‘Please Select Payment’).'</option>’;

    }

    so it looks like this in “wp-photo-seller/views/cart-wps.php” below:

    {

    echo ‘<select name=”checkout_select” id=”checkout_select”>’;

    {

    echo ‘<option value=”PleaseSelectPayment”>’.__(‘Please Select Payment’).'</option>’;

    }

    if(WPSSetting::getValue(‘use_paypal_standard_checkout’) == ‘on’)

    {

    echo ‘<option value=”paypalCheckout”>’.__(‘Paypal Checkout’,’WPS’).'</option>’;

    }

    if(WPSSetting::getValue(‘use_manual_checkout’) == ‘on’)

    {

    echo ‘<option value=”manualCheckout”>’.__(‘Manual Checkout’,’WPS’).'</option>’;

    }

    echo ‘</select>’;

    }

    hope something like this gets put in an update or i’ll be having to add in all updates lol

    July 9, 2014 at 2:16 am #64195
    Peter
    Member

    Hi,

    I think a label for that field might be the best solution instead of adding an extra dropdown option.

    We will add a “Choose Payment Type” label.

    July 9, 2014 at 7:40 am #64196
    Task001
    Member

    Thanks

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ