Forum Replies Created
-
AuthorPosts
-
February 2, 2011 at 4:53 am in reply to: 404 error for thankyou page return URL + encrypted download link not working #28594
wpCommerce
ModeratorFirst you need to make sure that you can manually stamp the PDF file. So please go through the checklists of PDF Stamper here –
wpCommerce
ModeratorThere was a slight bug with the version number checking. We just fixed that. Please get the latest version of eStore extra shortcode plugin from here –
Let me know how it goes.
wpCommerce
ModeratorRemoving Customers Automatically
For eStore please go to eStore settings and check the following option:
WP eStore -> General Settings -> Post Payment Processing Settings -> Use Automatic Customer Record Removal
Reversing Commission Automatically
For Affiliate platform please go to
WP Affiliate Settings -> Commission Settings -> Use Automatic Commission Reversal
wpCommerce
ModeratorThere is a workaround for using W3 Total Cache with eStore. Please have a look at the following post which will explain –
https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin
February 2, 2011 at 3:33 am in reply to: How do you Turn off Styling around the Buy Now Button Custom Image? #18869wpCommerce
ModeratorHi, please keep the theme’s css code like it was before. Now open the “wp_eStore_style.css” file and place the following css code:
.eStore_button{
border: none !important;
}It should override the border around the button. Let me know how it goes.
February 1, 2011 at 5:24 am in reply to: 4 Emails Upon Initial Registration – I don't want them all #28577wpCommerce
Moderator1) Please open the “wp_eMember1.php” file and search for the following line:
wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
Once you find it you can comment it out like the following:
//wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
2)Please have a look at the following post which will explain how you can stop sending registration email to the member –
https://support.tipsandtricks-hq.com/forums/topic/new-member-email
February 1, 2011 at 4:33 am in reply to: How do you Turn off Styling around the Buy Now Button Custom Image? #18867wpCommerce
ModeratorButton is an input type HTML. The folloiwng css code is specfied in your theme’s style.css(line 97) which is creating a border for any input type HTML:
input, textarea {
border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
border-style: solid;
border-width: 1px;
padding: 7px 0 7px 7px;
}wpCommerce
ModeratorYou can issue a refund from your PayPal account (PayPal transactions can be refunded for up to 60 days).
Log into your PayPal account then search for the transaction that you want to refund. View the details of the transaction and you will see an “Issue refund” link which can be used to refund that sale.
When you issue a refund PayPal will send a notification to WP eStore and the plugin will take care of the rest if you have the option enabled (e.g. removing the customer’s record, reversing the commission).
wpCommerce
ModeratorHi, The following URL gives me a 404 (page not found) error:
http://youremployeehandbook.com/news/order-now-alt/
Please post a valid URL of the page where you placed the shortcode.
Also the URL you have specified for button image gives a 404 error:
http://youremployeehandbook.com/images/common/add_to_cart.gif
The readme file shows the last stable version of eStore. It doesn’t show the current eStore version.
January 31, 2011 at 5:29 am in reply to: Return URL not showing Digital Product URL when using transaction result code #21593wpCommerce
ModeratorRegarding this – “Paypal never redirects back to the thank you page at the end of the transaction” … Its not related to eStore. You need to contact PayPal about the issue.
We have found 2 possible issues. One is frames pages sometimes cause the error. If you are loading your site in a frame then PayPal doesn’t like it and can give this error. The other is PayPal cookies. Evidentially, PayPal is having trouble reading their own cookies. Try clearing your cookies.
Authorize.net doesn’t have PDT feature like PayPal where the plugin can do the post payment verification. So It will not display the download links on the Thank You page.
wpCommerce
ModeratorPlease have a look at the following post which will explain –
https://support.tipsandtricks-hq.com/forums/topic/hide-qty-available
wpCommerce
ModeratorYour PHP version seems to be pretty old. Please have a look at the following post which will explain:
wpCommerce
ModeratorHi, The following shortcode that you are using is not eStore plugin’s shortcode.
[audio:http://www.....com/wp-content/uploads/2011/01/Lake-in-the-brain-with-grounding-cd.mp3]
wpCommerce
ModeratorPlease try using the following shortcode instead-
[wp_eStore_fancy2 id=2]
Can you please also go to WP eStore->Manage Products and double-check if the product id is 2?
wpCommerce
ModeratorPlease go to WP eStore->Settings->Addon Settings->WP eMember Plugin Specific Settings section and check the “Only Logged In Members Can Checkout” option. Now anyone who is not registered or logged in won’t be able to checkout.
You can also specify a URL in the “Redirection URL for Anonymous Checkout” field to redirect the anonymous users if they try to checkout.
-
AuthorPosts