Forum Replies Created
-
AuthorPosts
-
mcampagniniMember
Everything was configured correctly before I ran into the issue. Just had to go one step further. It was not an issue with eMember, just configuration oddity.
mcampagniniMemberThis was interesting. Without disabling my plugins I noticed it was only happening when I had ticked Send Notification to Admin when a user registers. I went into W3 Total Cache (always the first thing to check), under Database cache I added my registration page to the exclude list. Hope this helps someone in the future.
Thanks!
mcampagniniMemberHooked into some of the actions and was able to get the user information I needed.
mcampagniniMemberThe database has a reference to an emember ID, I would like to add in the wp user id instead, if possible. My use of eStore sells events that the user signs up for and completes. They receive a completion award after they finish. I would like to link the eStore order with the user ID. Even if I can attach it to the ‘custom’ PayPal IPN field…
mcampagniniMemberThanks. I did a save_post / delete_post wp action and inserted the data directly into the eStore_tbl. Seems to be working just fine, a new product is created or updated when saving, updating, or deleting my custom type.
mcampagniniMemberAn add to cart process, if possible, with the title and an id. The payment success page will handle assigning the event to the user.
I don’t want to have a large product page for my clients to fill out. The custom post type automates some of the requirements for the event that is too specific to handle in a generic “product” post.
-
AuthorPosts