You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  • How to cancel your customers PayPal subscription [OptimizeMember]

    There may be times where you would need to cancel your customers pre approved payments (subscriptions). To do this, please follow the steps below. If you are using the new PayPal interface, follow these steps: Login to PayPal. On the top menu, go to ” More“. Then go to ”…

  • How to hide the WordPress admin bar for logged In users [OptimizeMember]

    WordPress includes an “Admin Bar” that shows when users are logged into your site. The links in the admin bar generally provide a way for users to view their profile and do other things – but doesn’t provide a good user experience as it is usually difficult to get back…

  • Sell instant access to a Page & Product [OptimizeMember]

    This guide will show you how to sell instant access to a particular page or post within your WordPress/OptimizePress website.  This is particularly useful if you don’t want the user to have to create membership logins and just want to give them access to a specific page on your site…

  • Accepting non USD currency in OptimizeMember pro forms

    If you wish to force a specific currency other than USD in any OptimizeMember Pro form, you’ll simply need to edit the shortcode that is generated (note that you must use the pro form shortcode generator and not a membership order button element). You’ll need to view the shortcode and…

  • How to add a terms and conditions box to checkout form [OptimizeMember]

    We have been asked a number of times if it is possible to add a terms and conditions checkbox as part of the checkout process inside OptimizePress. We have 2 options for you to achieve this inside OptimizePress & OptimizeMember. 1. Use our Terms and Conditions Element (better for order…

  • Where can I find the IPN, PDT and API settings in PayPal? [OptimizeMember]

    You can find the IPN Setting under Profile and Settings >> Selling Tools >> Getting Paid and Managing my risk >> Instant Payment Notifications then hit the “update” link from there. For the PDT/Auto Return Integration, kindly go to Profile and Settings >> Selling Tools >> Selling Online >> Website…

  • OptimizeMember Shortcodes Library

    These shortcodes can be used in the HTML/Shortcode element inside the OptimizePress LiveEditor or in the advanced element options to be placed before/after an element. Display User Email Address: [opmGet constant=”OPTIMIZEMEMBER_CURRENT_USER_EMAIL” /] Display User First Name: [opmGet constant=”OPTIMIZEMEMBER_CURRENT_USER_FIRST_NAME” /] Display User Last Name: [opmGet constant=”OPTIMIZEMEMBER_CURRENT_USER_LAST_NAME” /] Display Current User Login…

  • Creating package upgrade buttons or forms [OptimizeMember]

    If you have existing members in your membership and want to provide the facility for these users to upgrade their levels or packages, this can be done following the guide below: For Paypal Buttons (Standard PayPal) The best way to handle this would be to create a subscriber modification button….

  • Localhost WAMP / WAMP developers [OptimizeMember]

    Localhost WAMP/MAMP Installs (are you a developer?) If you’re developing your site in a localhost environment, running something like WAMP/MAMP, or EasyPHP, please add this line to your /wp-config.php file: define(“LOCALHOST”, true); This lets OptimizeMember know definitively that your site is in a localhost environment. OptimizeMember will adjust itself accordingly,…