Forum Replies Created
-
AuthorPosts
-
November 16, 2011 at 3:56 am in reply to: Variations Drop Down Select and Checkout Button Not Showing Up for Some Visitors #38512
admin
KeymasterThe URL you provided is wrong.
admin
KeymasterYes, you can sell access to a particular post or page. This document will help:
http://www.tipsandtricks-hq.com/ecommerce/using-wordpress-permalinks-as-digital-products-apr-1217
November 16, 2011 at 12:50 am in reply to: After download PDF file format is not recognized on Mac by Preview #38534admin
KeymasterAre you using PDF stamper option with these PDF files?
Its a good idea to check the following two posts when you are having an issue with the encrypted download links:
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
How to Test WP eStore Plugin's Encrypted Download System on Your Site
Yes, the limit and expiry on digital download link will work with Amazon S3 option too.
November 16, 2011 at 12:44 am in reply to: Edit Membership Login Widget (Once user is logged in) #38516admin
KeymasterYou can customize the code of the login widget and tweak whatever you like. Find the following function in the “eMember_auth_utils.php” file:
function eMember_login_widget()
The code inside the function outputs the login widget so change it to whatever you like.
There are some code samples at the following URL that can come in handy:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
November 16, 2011 at 12:42 am in reply to: Change Default Look/Dimensions of eMember Login WIdget #17903admin
KeymasterUpdate: It is better to use the following plugin for applying your custom CSS tweaks:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
You only change the “css/eMember_style.css” file for customization. The other CSS file is for system use.
admin
KeymasterThere is now a settings option for the eMember login widget title.
admin
KeymasterJust set “English” as your language in the eStore settings which will make it read the “eng.php” file. Since you already translated that file it will load the language you translated.
admin
KeymasterMailChimp just started this yesterday. They want you to use the API Key option rather than the normal “username” and “password” option.
eStore and affiliate had the “API Key” option already. We have updated the eMember plugin so that an API Key can be specified in the settings for this plugin too. Get a new build of the plugin(s) from here and you will see the API Key option in the settings:
https://support.tipsandtricks-hq.com/update-request
Basically, specify an “API Key” in the autoresponder settings of the plugin and the plugin will use that (when you do that MailChimp won’t complain anymore).
admin
KeymasterMailChimp just started this yesterday. They want you to use the API Key option rather than the normal “username” and “password” option. We have updated our plugin(s) so that an API Key can be specified.
Get a new build of the plugin(s) from here and you will see the API Key option in the settings:
November 16, 2011 at 12:13 am in reply to: Email Settings, Need Admin to receive Phone Number #38272admin
KeymasterYes, using the following tag will place the phone number in the email:
{phone}
You will need to update the plugin to get a newer build to get this new tag:
admin
KeymasterNovember 15, 2011 at 10:50 pm in reply to: Variations Drop Down Select and Checkout Button Not Showing Up for Some Visitors #38510admin
KeymasterThe operating system (OS) won’t have anything to do with this. Internet Explorer might throw a fit and not render things properly if you have errors on your web page. So focus on asking what version of IE the user is using.
Please post a link to the page in question so I can check it out.
November 15, 2011 at 10:46 pm in reply to: Maximum upload file size (uploading file to my server) #38508admin
KeymastereStore doesn’t have any limitation on the filesize but WordPress has a limitation on the filesize that you can upload via WordPress. If your filesize is bigger than the limitation of WordPress then just do what wzp suggested. Use a FTP program to upload the file to your server.
admin
KeymasterDo the following to set the language to English by force (you can use this same technique to set other language also):
Open the “eStore_advanced_configs.php” file and search for the following line of code:
define('WP_ESTORE_FORCE_LANGUAGE_OF_PAYPAL_PAGE', '0');
Once you find it, change it to the following:
define('WP_ESTORE_FORCE_LANGUAGE_OF_PAYPAL_PAGE', 'US');
That should force the language of the PayPal page to English
This page has a full list of usable country/region codes:
Save and upload the file and it should show the language you specified here (in this case US English).
admin
KeymasterYes the customer details go in the “Manage Customers” menu of eStore. If you click on the “view/edit details” link of any entry it will have more details including the address.
-
AuthorPosts