Regards to every one. Since a few days ago I bought the eStore plugin.
I tried many similar plugins for wordpress, but this is what I was looking for.
Now I'm trying to familiarize with it in order I should be able to customize it for my new template (actually work-in-progress in offline).
Please, I would like to insert an user "check" function in order that only registered users (with the basic registration of wordpress form) can use the "Add to cart" function/button, and then redirect the "non-logged-in" and "non-registered" users to the Login-Register main page.
In this simple way, I'll be able to show my e-Store shop to anyone, and allow to only thrusted users to buy from my site.
I want to protect me more against fake orders/bots (I know that to perform a paypal payment, an user should have a paypal account).
Is the "Add to cart" button function in the "wp_eStore1.php" file?
How can I add the php "if" check with the "is_user_logged_in" wordpress function?
Thank you in advance!