Forum Replies Created
-
AuthorPosts
-
admin
Keymaster@triciaddycka, Your setup looks good. The only thing that is failing is the PDT verification. So check the following things:
1) Make sure you have entered the new PDT token from your NEW PayPal account into the plugin’s settings
2) You are not mixing up sandbox and live mode and your account. Basically, don’t use sandbox mode in the plugin then enter the PDT from your live PayPal account or vice versa.
admin
KeymasterHi Kerri, If you are going to make it so all your members will automatically get an affiliate account, you don’t have to worry about the separate affiliate signup side of things (an affiliate account will be created for the members when they signup via emember). The same goes for user login, when your members log into emember, they will also be logged into the affiliate side.
However, you shouldn’t see any error even when you try to use the plugin separately. To me it looks like you deleted the “register.php” file from the affiliate plugin (which is why you are seeing the error). Did you delete any file from the plugin? What modifications did you make to the plugin?
admin
KeymasterCan you please tell me which shortcode you are using so I understand your setup.
July 25, 2014 at 11:58 pm in reply to: Dynamically Create Custom Product Displays Using Product Detail Shortcodes #41766admin
KeymasterYou can wrap those shortcodes inside custom CSS classes. Then apply the css customization to it.
Here is an example:
<div class="my-product-name">
[wp_eStore_product_details id=1 info="name"]
</div>Now, you can use the following CSS code to change the font-size of the product name.
.my-product-name{
font-size: 16px;
}Note: Remember to go to the “Text” mode of the editor since you are inserting HTML code.
admin
KeymasterIt is not very easy to read a theme’s HTML code but I am going to recommend that you insert that compact login code just after the following line in your header.php:
<header id="header">You can try inserting it in a few different place to see where it works for you.
July 25, 2014 at 11:49 pm in reply to: Getting one time registrations to work with S2member proforms #64504admin
KeymasterI am not very familiar with s2member plugin code so sorry for not being able to give you an accurate answer.
The hack I shared is only for the user login action I think (it doesn’t account for the account creation).
We really need to know what action hook the s2member pro-form will trigger when a user is registered. Then I can give you a good answer. At the moment, it is definitely not triggering the standard WordPress’s registration hook. So please ask them that question.
admin
KeymasterNo fields are missing from there. The signup form looks perfect.
When an affiliate signs up under another affiliate, you will be able to see it in the admin side (by editing that affiliate’s record).
admin
KeymasterPlease go to the settings menu of the affiliate plugin and enable the debug option. Then do a test transaction using a coupon (that is connected to an affiliate). Let me know when you have done that so I can check a few things in the log file.
July 24, 2014 at 11:39 pm in reply to: WP Emember – make upgrade starting at end of current subscription #64570admin
KeymasterHi Suzanne, Yes what you explained makes perfect sense. If it is a renewal then the plugin adds the time at the end of the previous expiry. Since it is a new membership, it is starting it fresh.
Your setup is a little different though. The only way to do this would be the way you explained it but you will need to tell the users to purchase that membership extension close to when their original one is expiring.
Given your current setup, I would recommend the following:
Use the auto account expiry notification email to communicate to your members (just a few days before their membership level expires). In that email you can tell them that their account will expire soon and they can buy the annual pass from the renewal/upgrade page (link to the page where you have the purchase button). This way your users will upgrade when their other level is about to expire or has expired.
You can also setup an auto email notification for after the account expires.
July 24, 2014 at 11:31 pm in reply to: Getting one time registrations to work with S2member proforms #64501admin
KeymasterI think the tweak in the following post should do it:
admin
KeymasterPlease share a link to your sign up form so I can see what field is missing.
Have you made any kind of tweaks or customization to the plugin?
July 24, 2014 at 4:02 am in reply to: wp photo seller manual checkout thank you page not displaying field values #64572admin
KeymasterThis happens only for the manual checkout? The PayPal checkout works fine?
July 24, 2014 at 2:26 am in reply to: eStore – misleading text appears when 'pick up' option enabled. #64544admin
KeymasterI will need to take a look at your site to do some troubleshooting.
The bulk discount shipping is not going to show when you have another action that is completely removing the shipping cost. You want to give a 100% shipping discount then still want the bulk discount shipping charge to be there? What am I missing?
admin
KeymasterWhat version of the bulk import addon are you using?
July 24, 2014 at 2:08 am in reply to: How do I set different emails to different membership levels? #52636admin
KeymasterSome emails can’t use the email tags/shortcodes. The following post has explanation:
-
AuthorPosts