Forum Replies Created
-
AuthorPosts
-
January 14, 2020 at 12:41 am in reply to: eMember – restricting same username and password on registration form #80238adminKeymaster
A user is supposed to be able to enter a username and password when they are registering. So this is not a normal functionality of a membership system. We will monitor how many users ask for this then work on something if necessary.
adminKeymasterYes, just enter the following word (without any quotes):
disabled
The following documentation explains the various email merge tags you can use. Scroll down to the “Available Email Merge Tags” section on this page:
https://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
January 12, 2020 at 12:22 am in reply to: How to Load the WP eMember's Language File from Another Folder #78084adminKeymasterIf you echo the value of the following constant, it will give you the path to the emember plugin:
WP_EMEMBER_PATH
That can help you back-calculate the path to your theme (since the path upto the “wp-content” folder is going to be the same)
January 12, 2020 at 12:18 am in reply to: The default time zone is not valid: date_default_timezone_set () function #80229adminKeymasterThis is a WP5.3 change related. Go to the emember settings menu and uncheck the following checkbox:
Use WordPress Timezone
Then our plugin won’t try to do this and the issue will be resolved.
January 12, 2020 at 12:11 am in reply to: eMember – can I add user to multiple levels with bulk importer #72318adminKeymasterAdditional members importing using a CSV file is going to be tricky. How many entries do you have?
adminKeymasterThis is going to be difficult since the plugin doesn’t store the different currencies in the customers list. It wasn’t supposed to be a multi-currency solution at the start. So it lacks the architecture to store the multiple currency codes.
January 9, 2020 at 1:17 am in reply to: Sign In required verbiage page location – not readable #80174adminKeymasterThe HTML looks messed up on that page. Your main content area seems to be going all the way to the top (behind the header and logo area).
Maybe try the following CSS tweak to put some maring so your main content sits below the header area.
div#main-content {
margin-top: 150px;
}
adminKeymasterGenerally, if someone is really determined to do that then you can’t do anything for “Free Items”. There are a range of other things that they can do to get around whatever else you will do. The proper way would be to charge a fee for the products/items.
If you want to get a custom job done for your site (for your particular situation), you can use the following option:
adminKeymasterNo problem. I will need to investigate it and then create a new function for this. It will probably take like an hour or two. Please use the following option so I can allocate time for it and give you a proper solution:
adminKeymasterYou will need to make a shortcode for this. You can query the coupons table (wp_eStore_coupon_tbl) to retrieve the row you are interested in then output the “redemption_count” columns value.
January 7, 2020 at 12:07 am in reply to: Watermarked Max Preview Dimension only scales horizontally #80207adminKeymasterWe have sent you an updated copy of the plugin to use.
adminKeymasterThe download link will get sent to that email that they enter in the form. How will they get the download link if it isn’t a valid email address?
Maybe you have some bot submissions on your site. Those can be countered using the captcha option. go to the following interface:
WP eStore -> Settings -> Addon Settings
Scroll down to the “Google reCAPTCHA Settings” section and configure it. That will add a captcha on the manual checkout form. That will prevent any bot submissions.
adminKeymasterAre you referring to the squeeze form option?
January 5, 2020 at 12:25 am in reply to: eMember – paypal button – how to enable sandbox mode? #80212adminKeymasterThere is no reason for it not to work. The only thing that will prevent it from working is your setup. So once you set it up in live mode and do a test then it you will just need to change the price to the correct amount. The rest stays as is.
December 26, 2019 at 11:56 pm in reply to: Watermarked Max Preview Dimension only scales horizontally #80198adminKeymasterokay so the watermarked image is going to be a smaller image. This is to make sure the original image is protected (so a user cannot copy or screenshot the image from the browser). When it reduces the size, it will keep the aspect ratio so the image doesn’t look squishy.
I just checked your gallery and it looks fine to me. I can go to the gallery, browse the images and add it to the cart then do a checkout. That is how it is suppose to work. The albums are not auto-created. The albums are optional that you can create (if you need to). Did you try to create an album from the Albums menu?
-
AuthorPosts