Forum Replies Created
-
AuthorPosts
-
admin
KeymasterUse the new Pay Per View method and you won’t face this issue anymore:
admin
KeymasterNope, once a member is created and is active it will work as normal member.
admin
KeymasterWhat you are referring to is not a lightbox effect. Fading effect on the button is different than lightbox. Lightbox effect is known as the POPUP that shows an image or video.
All eStore buttons have a slight fading effect to make it look interactive. You can add the following CSS code to the “wp_eStore_custom_style.css” file to customize the fade effect on the buy now button:
.eStore_buy_now_button:hover{
opacity:1 !important;
}The above will turn off the fade effect.
admin
KeymasterI am not sure what you mean by widget logic but this post has code example that should help you create conditional statements:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
admin
KeymasterDo you have the “Free Members Must Confirm Email Address” option checked? This option replaces the main registration form with a small initial email verification form. The main registration form is available after the member clicks on the link sent to his email address. Full details here:
Please post a link to your registration form.
admin
KeymasterLooks like you are trying to use both the eStore plugin and a plain PayPal button (created in your PayPal account) at the same time. Not sure where you got this idea from but you only need to follow one of the following two methods (no need to follow both of them):
Either use the following if you want to use plain PayPal button:
http://www.tipsandtricks-hq.com/wordpress-membership/?p=146
or use the following if you want to use eStore
admin
KeymasterThe PDT portion is specific to PayPal but the shortcode on the “Thank You” page works for some of the other gateways that has the option.
admin
KeymasterYou have the ” Free Members Must Confirm Email Address” option checked in the settings which means it is not showing the actual registration form to users (it is showing the initial email confirmation form). The users will get to see the actual registration form after they fill in this initial email verification form and click on the link sent to their email.
If you read the full documentation it will become more clear to you
January 5, 2012 at 9:52 am in reply to: ShopPlugin Manually Add Affiliate Code During Checkout #40357admin
KeymasterThis requires modification of the shopping cart plugin (not the affiliate plugin). Since the shopp plugin is an external plugin we cannot do anything there.
January 5, 2012 at 9:45 am in reply to: Affiliate Platform – Prevent cookies from being overwritten whithin the lifetime #40331admin
KeymasterOpen the “wp_aff_advanced_configs.php” file and look for the following line of code:
define('WP_AFFILIATE_DO_NOT_OVERRIDE_AFFILIATE_COOKIE', '0');
Once you find it change it to the following:
define('WP_AFFILIATE_DO_NOT_OVERRIDE_AFFILIATE_COOKIE', '1');
This will make it the affiliate plugin doesn’t override the referrer cookie if one already exists for that user.
admin
KeymasterThe
[wp_eStore_buy_now:product_id:1:end]
shortcode only places a button and nothing else (it doesn’t place any image with the product details) so I am not sure what you mean by images showing in lightbox. Which image are you referring to and how are you placing it on that page (the shortcode you mentioned doesn’t place any image)?admin
KeymasterThe commissions for affiliates will keep accumulating until you decide to make a payment. Most people prefer to payout the commission once per month. You can chose whatever interval suits you better (you will tell your affiliates how often you make the payout so they will know what to expect).
When you are ready to pay you go to the Manage Payout menu and choose one of the available options. The plugin can create a PayPal mass payment file that you can use to make the payment. Paying multiple affiliates with PayPal mass payment option is really easy (just a few buttons clicks). This article has more information on PayPal mass payment:
admin
KeymasterYes, the task that does the auto upgrade and sends the notification email executes once per day (this is to make sure the background task doesn’t keep your server busy).
admin
Keymaster– Post a link to the page where you have the buy button.
– What version of eStore are you using?
By default the plugin only tells PayPal to force an address collection for product with shipping (most people don’t like to force the customer to give their address for digital items). This can tweaked following this instruction:
There is an email tag to display the phone number. Please note that PayPal makes the phone number collection optional by default (customers can leave that field empty). You can try to change it in your PayPal profile.
The {product_details} tag does have the quantity information available. It shows the product details like the following:
Product Name x QTY - $PRICE (CURRENCY)
admin
Keymaster– What version of eMember are you using?
– Please post a link to this page in question.
-
AuthorPosts