Forum Replies Created
-
AuthorPosts
-
June 23, 2011 at 1:09 am in reply to: Trouble selling both digital and non-digital products at the same time #26946
amin007
ParticipantThis is why we tell everyone to follow the upgrade instruction documentation:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31
If you go there you will see that it explains the whole thing and there is a method to avoid what just happened to you.
June 23, 2011 at 12:50 am in reply to: Exclude product id when using show all products or categories #33597amin007
ParticipantThe link “1” at the bottom of that page is not product one (it is there for pagination purpose). When you use the show all products it adds pagination at the bottom so if you have a lot of products they are divided across multiple pages.
amin007
ParticipantIf your user’s are already in WordPress (wp users) then simply use the eMember’s “Import WP Users” menu to import them into eMember.
amin007
ParticipantI want to add a feature that can handle this but at the moment AWeber’s API does a HTTP GET (which is insecure). So if anyone wanted to intentionally cancel someone else’s account, he can do it just by looking at the data that gets posted. AWeber is suppose to introduce another method that uses the HTTP POST (this is more secure).
June 23, 2011 at 12:29 am in reply to: What happens when a paid membership expires or is cancelled #33611amin007
ParticipantIf you check the “Enable Auto Expiry Email Notification” checkbox in the eMember’s settings then you will be able to configure what email will be sent to the member whose account is about to be expired or has just expired.
June 22, 2011 at 5:12 am in reply to: Exclude product id when using show all products or categories #33595amin007
ParticipantIf you delete a product then that won’t be shown in the list of all products. Make sure you are not seeing a cached version of the page. Please also post a link to the page in question so I can check it out.
Are you certain that when you go to the “Manage Products” menu of eStore you do not see this product (meaning it has been deleted fully)?
amin007
ParticipantWe don’t have something for this I will work on a shortcode that you will be able to use on your sidebar or a post or page to show a list of top sellers.
June 22, 2011 at 4:50 am in reply to: Trouble selling both digital and non-digital products at the same time #26943amin007
ParticipantActually, disregard my previous post.
I did some modification to the plugin and added an option in the settings menu so you can specify the “variation addition” symbol in the settings. This should make it more robust when working with foreign currency symbols. Please deactivate and delete the current version of eStore and upload and activate a newer build that you can get from here:
https://support.tipsandtricks-hq.com/update-request
Let me know how it goes after the update.
June 21, 2011 at 11:59 pm in reply to: Trouble selling both digital and non-digital products at the same time #26942amin007
ParticipantI think the issue might be from the currency symbol “kr”. Can you please open the “lib/eStore_read_form.js” file find the following two lines:
variation_add_string = "+";
currency_symbol = "$";Once you find it change it to the following:
variation_add_string = "+";
currency_symbol = "kr";Let me know if that helps.
amin007
ParticipantI just did the following and it worked fine (I was able to do all of this from the wp dashboard):
1) Go to the list of active plugins from your plugins menu
2) Hit the deactivate button for the “wp affiliate platform” plugin
3) Go to the list of inactive plugins
4) Click delete for the “wp affiliate platform” plugin. Confirm the deletion of this plugin.
5) Uploaded the new build of the plugin and activated it.
check it out now.
amin007
ParticipantIn the event of a tier commission… affiliate #2 will get 25% of the total sales (as he expectes). affiliate #1 will get 5% of the total sales. So form the sellers point of view it will be a total of 30% commission given out to affiliates.
June 21, 2011 at 11:03 pm in reply to: Member Role not updating correctly w expired and on forums #22364amin007
Participant@matzen, another user followed this up with simplepress and we added a hook based on their suggestion. This post has more details:
amin007
ParticipantIf you have created a button in PayPal and have a link for that button then yes you can do this. Simply use it in the language file (you can use HTML code in the language file). This post will explain how:
In general, this does not scale very well if you have more than 1 membership levels which is why we do not support this. In that situation a better implementation is to send the visitor to a page where he can choose which membership level he want to buy.
amin007
Participant1. Regarding the content protection… this checklist should help:
2. If your customers are not going in the database then we need to debug this. This issue can show up after an update if you do not follow the upgrade instructions (you must deactivate and reactivate the plugin):
http://www.tipsandtricks-hq.com/ecommerce/?p=31
If you have done the above correctly then move to debugging. This post will explain what to do:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
amin007
ParticipantThey get access for the full month/cycle. The membership account is deactivated at the end of the cycle.
-
AuthorPosts