Forum Replies Created
-
AuthorPosts
-
admin
KeymasterWhich eCommerce plugin are you using? If you are using eStore then there is an option to specify product specific commission in eStore by default.
admin
KeymasterPlease do the following:
1. Get a new build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
2. Go to the widgets menu and add a standard WordPress text widget (not the eMember login widget) to your sidebar
3. Enter the following shortcode in this text widget:
[wp_eMember_login]
4. Now do what you want with this text widget.
January 26, 2012 at 6:53 am in reply to: Change default text on registration page after registering #41190admin
Keymasteradmin
KeymasterYeah, you can retrieve any details of the product. For example:
description – The description of the product
available_copies – The number of copies available for this product
sales_count – The number of copies sold
thumbnail_url – The URL of the thumbnail image
January 26, 2012 at 6:31 am in reply to: Is it possible to use the WP Nickname in wpEmember profile #41169admin
KeymasterNo, eMember doesn’t use the Nickname field (it uses the username field from WordPress).
admin
KeymasterJust to clarify… the page is not being protected when you expect it to right?
1. Can you please share a screenshot of the membership level page?
2. Does the following page or post belong to a category?
http://personnesagees.membractif.com/zone-membres/semaine-1/
3. Can you share a screenshot showing the “General Protection” settings of the above page?
January 26, 2012 at 6:12 am in reply to: How to add bcc to auto-reply mail for paypal payment ? #40091admin
KeymasterThank you for the details, this is a bit of a crazy setup so I am pretty sure the session value is getting lost in the translation (“underwolf.com” and “underwolf.co” are not the same domain). Lets try this tweak and see how it goes:
Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_SAVE_SESSION_TO_COOKIE', false);
When you find it just replace it with the following:
define('WP_ESTORE_SAVE_SESSION_TO_COOKIE', true);
Now, do a checkout and let me know how you go.
admin
KeymasterI am certain there is no issue with PayPal (I wasn’t saying PayPal has the issue). What I meant is that the users profile on PayPal (each user can customize various settings in his/her PayPal profile) is most likely not set correctly (we don’t know what PayPal profile settings you have entered so it is best if a PayPal guy looks at your profile). Also, even though you are having the same issue the source of the issue could be different. The previous user got it to work by fixing his PayPal profile but that doesn’t mean that your PayPal profile also needs fixing.
Please do the following and I will be able to see what is going on.
1. Do not create a hosted PayPal button as that one is different than what eStore will do (we can’t compare apple with orange). Create a plain HTML PayPal buy button on your PayPal account and place the code on a test page. This button code should look similar to the one shown here:
https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_techview_outside
2. Place a eStore’s buy now button for a product on this test page.
3. Post the link to this post so I can analyze the code of both these buttons.
admin
KeymasterThank you for sharing the debug, here is the issue:
[01/25/2012 9:28 AM] – FAILURE :Unable to load listSubscribe()!
[01/25/2012 9:28 AM] – FAILURE : Error Code=-90
[01/25/2012 9:28 AM] – FAILURE : Error Msg=You must specify a id value for the listSubscribe method
This error basically means that you specified a list name that is incorrect (the plugin couldn’t find that list in your MailChimp account) or the API details are incorrect. The list name has to match exactly otherwise it won’t be able to sign up the customer. Double check your MailChimp account and correct the list name value that you entered in eMember.
admin
KeymasterYou can change the text in question to whatever you like by following this instruction:
admin
KeymasterThe reply to your other post apply to this question too:
https://support.tipsandtricks-hq.com/forums/topic/thank-you-page-download-page
admin
KeymasterTo me that looks like the Authorize.net is not accepting the payment. Until authorize.net clears the payment eStore won’t do anything. Please contact Authorize.net and find out why they are not accepting the credit card.
admin
Keymaster@SacredCow, Your theme is seriously messing something up on your site. You have hundreds of errors in your error log file (sacredcowenterprises.com/error_log) that looks like the following!
[25-Jan-2012 10:09:13] PHP Warning: Missing argument 1 for _e(), called in /home1/twistef1/public_html/sacredcowenterprises.com/wp-content/themes/OurBusiness/footer.php on line 22 and defined in /home1/twistef1/public_html/sacredcowenterprises.com/wp-includes/l10n.php on line 141
[25-Jan-2012 10:10:25] PHP Warning: Missing argument 1 for _e(), called in /home1/twistef1/public_html/sacredcowenterprises.com/wp-content/themes/OurBusiness/footer.php on line 22 and defined in /home1/twistef1/public_html/sacredcowenterprises.com/wp-includes/l10n.php on line 141
I temporarily installed the default WordPress theme to test and when I activate the plugin it works fine.
admin
KeymasterYou can’t link variation with shipping which is what you are trying to do here. eStore lacks in shipping as we mainly focus on digital product selling side of thing (this is explained in our sales page).
If you used normal quantity (the quantity field to order multiple prints) or created separate products then you could use something like the following:
1. Set a base shipping price of $5.50 in the eStore’s settings
2. Use $0.50 shipping for each product
When a customer orders one item he will get a shipping charge of $5.50 + $0.50 = $6.00
When a customer orders two items he will get a shipping charge of $5.50 + $0.50 + $0.50 = $6.50
-
AuthorPosts