Forum Replies Created
-
AuthorPosts
-
PeterMember
Hi Jeremiah,
Thanks for info and compliments about our products
I’ve just tried a series of tests and cannot see any issue regarding the “Send Emails to Buyer After Purchase” checkbox.
I made a test purchase with the checkbox enabled and disabled. When enabled obviously an email was sent and when disabled no email was sent and the log files reflected that.
By the way the log file where you will see the “Product Email successfully sent to xxxx” is actually in the ipn_handle_debug.log file.
Could it be that your theme or perhaps some other plugin might be interfering with the correct operation of the eStore plugin?
Try these tests to see if that is the case:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
PeterMemberHi,
This should explain what you need to do:
https://support.tipsandtricks-hq.com/forums/topic/mailchimp-autoresponder-api-changes
December 20, 2011 at 12:47 am in reply to: changing location of "add to cart" and variants in fancy 2? #39883PeterMemberHi Graham,
To move the button to the right of the variants you will need to modify the function get_button_code_fancy2_for_element section in the eStore_misc_functions.php file as follows:
Find and then move this piece of code:
$replacement .= get_input_button($ret_product->button_image_url);
$replacement .= " ";
To the line directly after this piece of code:
$var_output = get_variation_and_input_code($ret_product,$line_break);
if (!empty($var_output))
{
$replacement .= " ";
$replacement .= $var_output;
}
December 20, 2011 at 12:14 am in reply to: WP eStore says Payment Verification Failed, when payment is successful #39864PeterMemberHi,
To be able to further understand what exactly is the cause of the failure, it is a good idea to turn eStore debug on so we can look at the contents of the log file.
Here’s some more info about how to do this:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
PeterMemberHi,
Instead of using one of the fancy shortcodes, why don’t you simply display each of your products as blog post listings with a thumbnail image and excerpt?
Then if someone wants to find out more they can click on the “read more” link (or the image) which will take them to the post page (which will be where you have your product’s add to cart or buy now button).
In the post page you can simply use a shortcode which will display a button only which gives you all the freedom you want to place images and text around or before the button.
eg, something like [wp_eStore_add_to_cart id=1]
Would this be something you might be looking for?
There are also other “extra” shortcodes you could use by installing the extra shortcodes plugin which contain no thumbnail images but only a description and heading.
see here to get the extra shortcodes plugin:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
December 19, 2011 at 4:39 am in reply to: Customer was subscribed to list when 'Enable aWeber Signup' unticked #39052PeterMemberHi,
I would suggest that you enable debug on both eMember and eStore and let use know the output.
Also is “customers@aweber.com” a valid listname?
PeterMemberHi,
Could it be that you have enabled “Use PayPal Profile Based Shipping” in your eStore settings in the Payment Gateway Settings?
If so disable this checkbox so that the PayPal shipping settings do not override your eStore settings.
PeterMemberSo it appears that the Nivo Slider plugin is interfering with the functionality of the eMember plugin.
Do they have support for their plugin? Perhaps you can describe the problem to them and they might be able to fix it.
PeterMemberHi,
Try de-activating Nivo Slider and then see if eMember forgot password window pops up.
If so, then Nivo is causing the conflict.
PeterMemberHi,
If you are going to use PayPal as your payment gateway with eStore, there is the option of using weight-based and state-based shipping in your PayPal profile.
You can then set the eStore plugin to revert to “Use PayPal Profile Based Shipping” in your settings.
December 18, 2011 at 9:58 am in reply to: No complete registration email sent unless regenerated with userid #39801PeterMemberHi,
This post may help you:
https://support.tipsandtricks-hq.com/forums/topic/email-sent-to-complete-registration
PeterMemberHi,
Yes that’s right – if a person purchases a product which is linked to a membership level via the reference text field they will be added to that particular membership level.
PeterMemberHi,
Yes it is certainly possible.
eMember handles multiple membership levels and integrates directly with eStore via a field called “Reference Text” which can be found in each of your product’s configuration pages in eStore.
Protecting pages for certain membership levels can be done via a series of shortcodes.
I strongly encourage you go through some of the documentation so that you get more comfortable with the functionality and various shortcodes offered by eMember.
For instance here’s a page describing all of the different ways you can protect a page or certain contents of a page. (For instance in the page below you will also find some of the tricks you can use to allow content for certain membership levels)
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
PeterMemberHi,
Your PayPal account’s IPN settings are usually setup by default to handle most types of purchases and scenarios.
However if you’d like to redirect your buyers to a thank you page which will contain download links etc, then you need to tweak your paypal and eStore settings as per instructions below:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
PeterMemberHi,
When entering your shortcode into your post or page just use the shortcode with the square brackets. Don’t enclose it within the <> brackets.
For example you would need to enter the following shortcode:
[wp_eStore:product_id:2:end]
Please see documentation for more info:
-
AuthorPosts