Forum Replies Created
-
AuthorPosts
-
amin007Participant
Yeah you could do something like that. WodPress has an option that lets you schedule a task so you could use that functionality from your script.
We are looking into adding sequential content delivery feature into eMember but at this moment can’t give you a date.
amin007ParticipantWhen you click on the banner you are technically clicking on an affilate banner as it is a live preview of the banner which is why the click is recorded.
I will look into the lightbox issue.
February 13, 2010 at 5:10 am in reply to: IE 7 & IE 8 bug, transaction link and paypal completed #17918amin007ParticipantWhen you use an Image for a button it is treated as an input in HTML.
I had a look at your site and the problem is that you have specified an Image URL for the “add to cart” button that does’t exist. I bet if you copy and paste the URL that you are using for the button in a browser you will get a 404 error. Please fix this URL (maybe you have a type in there) and the button should appear nicely.
Thesis theme does specify the input field CSS but you can add in some tweak in the custom CSS. The following URL should give you some guidance on this (search for “Thesis Theme” on that page)
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-troubleshooting-218
amin007ParticipantIt’s in the “wp_eMember1.php” file… search for the following line:
function eMember_login_widget()
amin007ParticipantHere is an example code that gets the user id of the logged in user:
if (function_exists('wp_eMember_install'))
{
global $auth;
$user_id = $auth->getUserInfo('member_id');
if (!empty($user_id))
{
// User is logged in so display some stuff here
}
}amin007ParticipantI have now added this option.
amin007ParticipantJust to summarize what the issue was…
The registration page URL was entered in the “Digital Product URL” field of the silver membership product.
Please note that this field is for downloadable product that goes with this product (in your case you probably don’t have any downloadable product so u can leave it empty)
After the payment the customer will get 2 emails from the eStore plugin… one of them will be for the “Complete your member registration” and you need to click on the link in that email which will bring you back to the registration page to complete the registration (so you can choose your username and password)
February 13, 2010 at 4:22 am in reply to: Explanation on the "Use WordPress Mailing System" checkbox option #16529amin007ParticipantAs far as I know there is no security issues with using this option.
amin007ParticipantI will send you an email so we can organize site access to address this issue.
amin007ParticipantI will add an option so you can delete a particular commission from the “Sales Menu”
February 13, 2010 at 12:21 am in reply to: wrong download link, width of widget and plugin-editor blank #17885amin007ParticipantNope you shouldn’t have to do any database fix. The plugin stores all the product details in the database. This is why when you deleted the plugin all the data was still there (this is intentional). Imagine if you accidentally deactivated the plugin and all your product data for hundreds of products got lost!
WordPress sometimes shows a blank page if there is some sort of PHP error/conflict in one of the files.
amin007Participant@artmuns, give me a few days and I will add an option so you can specify this from the settings menu of the plugin. I am trying to get away from custom hacks as it makes the upgrade process difficult.
February 12, 2010 at 6:27 am in reply to: IE 7 & IE 8 bug, transaction link and paypal completed #17916amin007ParticipantHi Ariel, “In IE 7 & 8 – I can’t view the add to cart buttons” – this shouldn’t happen as I have tested it on those version of IE and I use the plugin myself. You can try to view this page (http://www.tipsandtricks-hq.com/products) in IE 7 or 8.
I have a feeling that there is some CSS issue somewhere. Please link to the page where this is happening so I can take a look at it.
You cannot place the download links on PayPal as they do not allow this but you can make it so the customers get the download links after the payment on a webpage (your thank you page). This URL should explain it more:
WP eStore – Instant Digital Product Delivery on A Thank You Page
Regarding issue number 3 please make sure you have followed the instruction on the above page and let me know if you see any difference.
February 12, 2010 at 12:55 am in reply to: affiliate code text field at checkout, instead of cookie or URL based #17863amin007ParticipantI will try add a feature to accommodate this soon.
amin007ParticipantYou should be able to manually add a negative commission (to cancel a commission out) from the “Sales Menu” of the affiliate plugin.
-
AuthorPosts