Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorRegarding the downloads directory: It’s an empty “index.html” file.
wpCommerce
ModeratorOnce you click the “reset eStore settings to default” button all your settings will be set to default just like when you first installed the plugin.
wpCommerce
ModeratorYou might need an update to get the restore settings button. Please get a recent build of eStore from here –
wpCommerce
ModeratorDid you try copying the actual file URL into the browser to see if it gives a “file not found” error?
February 20, 2011 at 12:24 am in reply to: Fancy2 offset using [wp_eStore_category_products_fancy id=8 style=2 order=1] #27503wpCommerce
ModeratorHi, we already tested fancy7 and there is no problem with the audio streaming. Did you try copying the mp3 download URL into the browser to see if it downloads?
Also can you please post a mp3 link which is not working?
wpCommerce
Moderator[02/19/2011 1:43 AM] - SUCCESS :No Referrer Found. This is not an affiliate sale
Did you follow an affiliate link to make the test purchase?
wpCommerce
ModeratorPlease get a recent build of eStore from here:
Let me know how it goes.
February 19, 2011 at 12:21 am in reply to: any known issues with catalyst theme & estore/affiliate #29185wpCommerce
ModeratorThe plugin works with any properly coded WordPress theme. You can have a look at the following post which will explain on finding a conflicting theme/plugin:
We also have a list of plugins which don’t play nice. Please have a look here –
Thesis, Headway, Genesis are well known and properly coded themes and they all work well with our plugins.
wpCommerce
ModeratorCan you please do a test transaction with the debug enabled and share the content of the following files:
ipn_handle_debug.log
eStore_post_payment_debug.logPlease have a look at the following post which will explain on debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
February 18, 2011 at 12:42 am in reply to: WP eStore – Duplicate customers record after a purchase #29127wpCommerce
ModeratorCan you please do a test transaction with the debug enabled and share the content of the following files?
ipn_handle_debug.log
eStore_post_payment_debug.logFebruary 18, 2011 at 12:35 am in reply to: Member only pages not blocked, not asking for login? #29117wpCommerce
ModeratorFor section protection the message comes from the following constant of the language file:
EMEMBER_MEMBERS_ONLY_MESSAGE
So if you have the value of that constant empty you will not see any “This content is for members only” message.
wpCommerce
ModeratorStill your custom field is empty. That means PayPal is not getting the custom value you have specified. Can you please make sure that you enter the variables in the following format?
notify_url=http://www.stressfactsandinfo.com/members/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php
custom=subsc_ref=2February 17, 2011 at 1:09 am in reply to: Member only pages not blocked, not asking for login? #29114wpCommerce
ModeratorIs this happening for content protection or section protection?
“I did take some of the messages out of the language file”- Have you modified any of the following constants in the language file?
EMEMBER_MEMBERS_ONLY_MESSAGE
EMEMBER_PLEASE
EMEMBER_LOGIN
EMEMBER_TO_VIEW_CONTENT
EMEMBER_NON_MEMBER
EMEMBER_JOINwpCommerce
ModeratorThis message is shown when a visitor land on your registration page but you don’t have free membership enabled on your site. If anyone pays for a membership this page becomes visible to complete the registration.
Please open the eMember_misc_functions.php file and search for the following line –
else
{
//Free membership is disabled
$output .= EMEMBER_FREE_MEMBER_DISABLED;
$payment_page = $emember_config->getValue('eMember_payments_page');
if (!empty($payment_page))
{
$output .= '<br />'.EMEMBER_VISIT_PAYMENT_PAGE.'.'.EMEMBER_CLICK.' <a href="'.$payment_page.'">'.EMEMBER_HERE.'</a>';
}
}The above output is shown when free membership is disabled on the site. You can now replace it by the following codes to get rid of the whole message:
else
{
//Free membership is disabled
$output .= '';
}You can also customize those messages from the language file (e.g eng.php).
Please have a look at the following post which will explain –
wpCommerce
ModeratorHi, You are using “Add to Cart” type button but you need to use the “Buy Now” or “Subscription” type button for the product specific “Return URL” to work.
-
AuthorPosts