Forum Replies Created
-
AuthorPosts
-
admin
KeymasterYou can use this shortcode on any page and it will display those information as long as the user is logged in (for security reasons, a user has to be logged in to access those details… there is no other way around it):
[wp_eMember_login]
Alternatively, you can call this PHP function for this too:
<?php echo eMember_login_widget(); ?>
admin
KeymasterThanks
admin
KeymasterPlease get another one as requested earlier then let me know if this problem persists.
admin
KeymasterAre you using a “Buy Now” button to submit one product at a time or are you using a shopping cart?
This post might be helpful too:
https://support.tipsandtricks-hq.com/forums/topic/use-paypal-profile-based-shipping-checkbox
December 18, 2011 at 7:51 am in reply to: Logging in: Undefined Function 'get_userdatabylogin' #38195admin
KeymasterWe updated the affiliate plugin to remove the notices. We will update the eMember plugin and provide you an update.
admin
KeymasterThe eMember’s username field doesn’t take email address (the username field only supports letters, numbers and underscore). This is to make sure if someone is using the affiliate plugin it doesn’t cause a conflict (the affiliate ID can only have characters valid for URL). How did you create this user?
December 18, 2011 at 5:48 am in reply to: Using PayPal Profile shipping but it is charging for digital items. #27995admin
KeymasterAnother related topic:
https://support.tipsandtricks-hq.com/forums/topic/use-paypal-profile-based-shipping-checkbox
December 18, 2011 at 5:28 am in reply to: Using PayPal Profile shipping but it is charging for digital items. #27994admin
KeymasterPayPal profile shipping doesn’t distinguish between physical and digital items. Two possible workarounds for this:
Option 1
Specify an individual product shipping of zero (0) in the “Item Shipping Cost” field of the digital product. Given that all the items in the shopping cart are digital items then it should override the profile shipping cost to not charge shipping (eStore will send a shipping value of 0 to PayPal for this case).
Option 2
Use weight based profile shipping. This way you can place a weight of 0.01 lbs (as an example) for your digital products and your physical products will have more weight. Now if your profile based shipping has a bracket like the following then digital items won’t get shipping charge
0 – 0.5 lbs (do not charge shipping) – Your digital items will fall in this bracket
0.5 – 2 lbs (charger whatever)
2 – 4 lbs (charge whatever)
…..
admin
KeymasterPayPal profile shipping doesn’t distinguish between physical and digital items. Two possible workarounds for this:
Option 1
Specify an individual product shipping of zero (0) in the “Item Shipping Cost” field of the digital product. Given that this is the only item in the cart then it should override the profile shipping cost not charge shipping.
Option 2
Use weight based profile shipping. This way you can place a weight of 0.01 lbs (as an example) for your digital products and your physical products will have more weight. Now if your profile based shipping has a bracket like the following then digital items won’t get shipping charge
0 – 0.5 lbs (do not charge shipping) – Your digital items will fall in this bracket
0.5 – 2 lbs (charger whatever)
2 – 4 lbs (charge whatever)
…..
December 18, 2011 at 5:02 am in reply to: List of Plugins that Don't Play Nice (Conflicting Plugins) #21384admin
KeymasterYeah that option should fix the issue because it will allow PayPal to send the IPN. Once I get confirmation from a few users I will change the warning that eStore shows regarding Bad Behavior.
admin
KeymasterYou can’t make a fancy display thumbnail image to submit payment data to PayPal. You can create your own display so you can customize it however you want it:
December 18, 2011 at 4:48 am in reply to: Moved site from folder to root – getting IPN errors #39496admin
KeymasterOkay there shouldn’t be to much issue then. The plugin should automatically recalculate the new IPN URL. Please post a link to the page where you have the purchase button so I can verify that this is happening.
admin
KeymasterGo to the settings menu of the Affiliate plugin then find the fields with the name “Index Page Title” and “Index Page Message”. What are the values in those fields?
It is also likely that you didn’t watch the video tutorials. Please watch the affiliate platform video tutorials from the documentation site:
-
AuthorPosts