Forum Replies Created
-
AuthorPosts
-
amin007Participant
If you use the following then how will it work for any other users? Everyone gets this product 1 no matter what they purchased?
[wp_eStore_download_link_sender id=1]
amin007ParticipantAdded this tag filtering for the upgrade email. You can now use the following tags in the Upgrade email body:
{user_name}
{first_name}
{last_name}
{login_link}
You will need to get a newer build of both eMember and eStore (if you are using eStore for membership payment)
July 13, 2011 at 3:11 am in reply to: How to set up registration approval before granting access to members site #29040amin007ParticipantAdded the following checkbox in the settings menu of the membership plugin to handle this option:
Manually Approve Member Registration
Please get a new build of the eMember plugin from here:
https://support.tipsandtricks-hq.com/update-request
After the update check that option and every member will need to be manually approved before he/she can log in.
amin007ParticipantAdded the following checkbox in the settings menu of the membership plugin to handle this option:
Manually Approve Member Registration
amin007ParticipantYeah. we might have something for you to test within a few days.
July 13, 2011 at 12:44 am in reply to: eMember – Upgrade membership level – W3TC cache related? #34229amin007ParticipantAfter the upgrade can you please open the member’s profile and look at his membership level area to see if his membership level is set to the newly paid membership level.
Are you using the “Secondary Membership” feature?
amin007ParticipantThere are a few email tags that eStore provides which you can place in the “Buyer Email Body” field. This document has a list of available tags:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
The following 3 tags are related to displaying the price of the purchased items (not sure if any of them will help):
– {product_details}
– {product_price}
– {purchase_amt}
Why do you want to send an invoice before someone makes a payment on PayPal?
amin007ParticipantLets try changing the priority of the shortcode filtering order. Please open the “wp_eMember1.php” file and search for the following line of code:
add_filter('the_content', 'do_shortcode',11);
Once you find it please change it to the following:
add_filter('the_content', 'do_shortcode');
Let me know if that helps.
amin007ParticipantAdding a “Not equal to” logic is not very trivial. This will add significant amount of coding to the plugin which I try to resist in order to keep the plugin lightweight. The easiest way to get a similar effect of “Not equal to” logic is to introduce another “category” that encompasses all your products except the ones you don’t want to include in the “not equal to” condition. Remember, you can assign multiple categories to your products. So creating another category and assigning it to products just for coupon condition purpose is completely valid and does not alter any other functionality that you currently have in place.
July 12, 2011 at 2:08 am in reply to: why isnt the shortcode: [wp_estore_transaction_result:end] working? #34224amin007ParticipantPlease open the “eStore_includes3.php” file and search for that string.
amin007ParticipantThe manage products page has very compact area to display the product details so that one product can be displayed in one row of the table. It is not possible to display all the product details in the manage products menu so I pick the ones that are most useful. Also, some products can have multiple categories which doesn’t fit in this area.
July 12, 2011 at 1:44 am in reply to: why isnt the shortcode: [wp_estore_transaction_result:end] working? #34222amin007ParticipantIf your funds are not getting cleared then this shortcode won’t be able to do anything. It surely is not going to give the download links to a customer where the fund hasn’t even been cleared (meaning the customer can scam the seller easily). Please contact PayPal and fix up your PayPal account so the funds clear immediately. this post will give you some clues as to what might be wrong with the PayPal account setup or this transaction:
https://support.tipsandtricks-hq.com/forums/topic/reasons-for-a-pending-paypal-payment
amin007ParticipantThere are two documentation for the two different NextGen gallery integration options. They both link to each other and is accessible to anyone before purchase:
2. http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
As a matter of fact all of our documentations are accessible to anyone before purchase. If you spent some time reading these documentation you will see that it goes over the pros and cons of both the integration options so you can decide which one suits you.
amin007ParticipantYou can use the Ultimate Lightbox plugin to display the secure S3 video content on the pay per view page. We have added a feature in the lightbox ultimate plugin for this:
When you are in the above page go to the “Plugin Usage” section and look at the Amazon s3 Private/Protected Video Embedding Documentation.
If you have an older version of the lightbox ultimate plugin then you can get a new build from here:
amin007ParticipantWhat version of eMember are you using? Are you using the “Auto Upgrade” feature of eMember? What “Role” value have you set for this membership level in question?
-
AuthorPosts