Forum Replies Created
-
AuthorPosts
-
June 16, 2011 at 1:39 am in reply to: The link you have used to enter the PayPal system is invalid. Please review the #33301
amin007
ParticipantThe following values in the subscription area should do (when using a subsription button the value in the “Price” field does not matter… you can use this field to explain what will be charged in the subscription):
Trial Billing Amount: 137
Trial Billing Period: 15 Day
Recurring Billing Amount: 137
Recurring Billing Cycle: 1 Day
Recurring Billing Count: -1 (this basically tells the plugin to charge this amount once rather than on a recurring basis… this is explained in the help text below that field).
June 16, 2011 at 1:29 am in reply to: Plugin Not Showing up in Dashboard Correctly After Install #33416amin007
ParticipantWhat version of WordPress are you using?
amin007
ParticipantNope eStore can’t do this. Quantity field is a standard shopping cart feature and need to be there so the table can align nicely otherwise if you have two items in the cart (one with a quantity and other other with no quantity) then it creates a mess.
amin007
ParticipantPlease post a link to your affiliate login page with a test affiliate account details so I can log in and check out the issue.
amin007
ParticipantThe “view cart” link is suppose to take you to the “checkout” page where you have the shopping cart. What URL value did you enter in the “Checkout Page” field of eStore’s settings menu?
Regarding the forum login issue – https://support.tipsandtricks-hq.com/forums/topic/general-tips-and-tricks-hq-forum-login-issues-in-firefox
amin007
ParticipantGoing down the path of using a CSV file will be most efficient for you. We have an article here that explains how you can use CSV file to import and export to and from your WordPress database (you can use this technique for eStore):
How to Easily Import or Export any of Your WordPress Database Table Content
If you used “Python” then you shouldn’t have too much problem with PHP (they are a lot similar).
amin007
ParticipantIf you have PHP5.1 or above on your server (which you should be using) then you can add this one line of code in the eStore plugin (“wp_eStore1.php” file) and it will change the time zone:
date_default_timezone_set('America/New_York');Obviously you will need to change “America/New_York” with your preferred timezone. You can get the supported timezone value from this page:
amin007
ParticipantI would like to add a feature like this but WP eStore has no way of guaranteeing or identifying that a user has already used a coupon or not. When a visitor adds items to the cart he/she is just an anonymous user. eStore only puts a label to that customer after a payment is made and it can get the user details from the payment gateway. Even if you added a check to ask for their email address before they can add items or apply coupon the customer can easily use a different/fake email address to pose as a different customer and use the coupon (you can’t prevent that). This sort of feature (one coupon per customer) works well if you have a membership type system on your site that enforces the customer to log in before they can checkout. When a user logs in he/she is not anonymous anymore and you can apply logic/conditions based on his/her profile (example: you can check if this user has used coupons before or not). Then again if you force customers to log into your site then your checkout process is not simple anymore and you loose big on the cart abandonment rate due to complex checkout process.
amin007
Participant“Are you working with Aweber on the “bug” you mentioned earlier.” – I have been requesting them to fix this bug but AWeber is a big company so they just prefer to give canned responses.
The main problem with this bug is that it does not affect everybody (just some users). Anyway, I will send you an email to get site access and check things out.
amin007
ParticipantYou just need an updated build. Please get it from here:
amin007
ParticipantI have sent you an email to get site access so I can check it out.
June 16, 2011 at 12:13 am in reply to: Member Role not updating correctly w expired and on forums #22361amin007
ParticipantThis issue was resolved a while back. There are people using simplepress and eMember.
WP eMember USES the WordPress API to create the user. It uses the following function to create the user:
wp_create_userhttp://codex.wordpress.org/Function_Reference/wp_create_user
You can check the code of eMember to verify (open “eMember_misc_functions.php” file and search for “wp_create_user” and you will find it.
The same goes for user update. It uses the following WordPress API:
http://codex.wordpress.org/Function_Reference/wp_update_userAre those the API Simplepress is talking about or are they talking about something different?
Can you tell me which scenario is not working for you… for example: is it when new users become a member or when their membership get updated?
amin007
ParticipantThis post will explain (even though the title says IE it is actually the same issue happening on Chrome too):
amin007
ParticipantLooks like you added a width property (
width: 90px;) in the following CSS (which is making it go to the next line as it is not fitting in this line:.eStore_fancy8_button {
float: left;
height: 25px;
padding: 5px;
width: 90px;
}
Take out the width from the above CSS.
I replied your other post where you also wanted to know how to change the size of the audio container:
June 15, 2011 at 3:50 am in reply to: The affiliate sign up page is not forcing *required* details #33345amin007
ParticipantThis one looks like it is related to javascript validation conflict. Can you please do this test and let me know what you find out?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
-
AuthorPosts