Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorFor subscription type product you don’t need to put the price in the regular price section.
PayPal doesn’t accept $0.00 transaction. So you won’t be able to checkout with PayPal for that product. But here is what you can do:
1. Create a product in eStore (e.g free membership)
2. Specify a price of 0.00
3 specify a URL in the “Button Image URL” field (e.g Join Now for free )
4. Specify the URL of your registration page in the “Button Link” field
5. Use the following fancy 2 shortcode:
[wp_eStore_fancy2 id=ID]
where ID is your product IDNow once anyone clicks on the “Join Now for free” button he will be redirected to the registration page.
wpCommerce
ModeratorLooks like you are using the alternate integration method of NextGen Gallery. But unfortunately we don’t have any shortcode like what you are using. Please have a look at the following post which will explain what shortcodes you can use with alternate integration:
http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
wpCommerce
ModeratorPlease do the following:
1. Create a squeeze page type form with that product
2. Enable debug from the eStore settings. Reset the debug log files.
3. Click the “download” button of the squeeze page type form.
4. Share the content of the
squeeze_form_debug.log
file.If you don’t see the
squeeze_form_debug.log
file listed in the “Testing and Debugging Settings” please get a recent build of eStore from here:The following post will explain on debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
wpCommerce
ModeratorwpCommerce
ModeratorPlease have a look at the following post –
AJAX queries can be cached in the browser for some period of time. So after you upgrade eMember make sure to clear the browser cache
wpCommerce
Moderator“I tried downloading the recommended plugin WP CSV to DB but I get an error” – What error are you getting? I can download it fine.
wpCommerce
ModeratorPlease post a link to the page where you are having the issue? Did you try copying the URL into the browser to see if it works?
wpCommerce
ModeratorDownload link should be in the same email which is sent out to the buyer after purchase. You may have mistakenly removed the “{product_link}” tag from the email which is where the plugin inserts the download links at the time of sending the email. Few questions for you that should help you find out what you did wrong:
1. Do you have a download URL specified in the
Digital Product URL
field of that product?2. Do you have the
{product_link}
tag in the “Buyer email body” (WP eStore->Settings->General Settings->Email Settings section)?3. Did you do the test purchase in PayPal sandbox mode?
In addition, can you please do a test purchase with the debug enabled and share the content of the
ipn_handle_debug.log
andeStore_post_payment_debug.log
files?The following post will explain on debuggin:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
March 4, 2011 at 11:13 pm in reply to: Member signs up for FREE membership, then upgrades and can't register again #29562wpCommerce
ModeratorYou can create multiple level memberships with PayPal monthly subscriptions. There is no problem with that. But if any member is already paying for a monthly subscription and wants to subscribe for another, he needs to manually cancel the current subscription from his PayPal account (unless he wants to keep two subscriptions at the same time).Otherwise he will be charged for two monthly subscriptions.
wpCommerce
ModeratorPlease post a link to your login page. Can you please also provide your free membership login details so that we can test it out?
wpCommerce
ModeratorIf you specify a product page URL for each product the search result will also show the links to their respective product pages where you can display product info, add to cart button etc.
wpCommerce
ModeratorCan you please post a link to the page where you are having the issue?
March 3, 2011 at 10:40 pm in reply to: Member signs up for FREE membership, then upgrades and can't register again #29559wpCommerce
Moderator“Does that mean that if someone comes along and purchases something right off the bat, never having had even a free account, the estore “eMember User ID” won’t fill itself in after the payment is complete and the customer gets his/hre account on emember?” – If someone becomes a member for the first time the plugin will fill up all the information. But someone who already has a free membership and wants to upgrade, the plugin won’t know his current memebership ID and which membership level to upgrade unless he is logged in. That’s why the free member needs to be logged in to upgrade to a premium membership. Please do the test mentioned above and we will be able to know if there is any issue on your site.
wpCommerce
ModeratorBy default WP eMember doesn’t verify the free membership. It only verifies the paid membership. But you can configure it so it verifies the free membership as well.please have a look at the “Free Members Must Confirm Their Email Address” section of the following post which will explain about this –
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
wpCommerce
ModeratorPlease open the
wp_affiliate_platform1.php
file and search for the following line:define("AFFILIATE_MANAGEMENT_PERMISSION", "add_users");
Now you can replace “add_users” with any capability listed here:
http://codex.wordpress.org/Roles_and_Capabilities
You will most likely use the following:
define("AFFILIATE_MANAGEMENT_PERMISSION", "manage_categories");
-
AuthorPosts