Magento extension to allow a customer access until a certain date - magento

Does anyone know if there's already a magento extension that can restrict customer access on a given date. Example a user will only be able to login from dateA to dateB.
I've found Customer Activation extension, but it's only a flag that enable/disable customer login.
Thanks,
czetsuya

AheadWorks SARP would be good for this - it's not free, but it should do what you are talking about
http://www.magentocommerce.com/magento-connect/subscriptions-and-recurring-payments.html

Related

What is the customer id in the calendar resorce request?

Hi i have been trying to get the resources from my calendar in google.
While checking the google support i found the following:
"https://www.googleapis.com/admin/directory/v1/customer/customerid/resources/calendars"
It was said that the above URL will help me to get the contents.
The customer id section is what confusion me? from where do i get the customer is? Even if it is from the admin panel, cane someone help me with the steps to get that?
If you check the documentation for Resources.calendars: list
customer string The unique ID for the customer's Google account. As an
account administrator, you can also use the my_customer alias to
represent your account's customer ID.
Unfortunately I don't have access to a domain account so I cant help you test it. All of the information you need is in the documentation.

Sales Representative

I have a question is about magento. i am making a webstore and getting 1 difficulty. i have created an attribute called SalesRep. for example if i register from the frontend. i will be in customer section at backend. their at backend admin will be able to select me as a sales rep or customer.
if admin select me as salesRep i will become sales rep. Now i want to shop from frontend on behalf of any customer. i should have facility for search customer name from the frontend. at frontend i should be able to shop using customer details. so i logged in and can select any customer who want to shop. and i will shop for this customer.
I hope i explain in full details if you looking for more information please let me know.
Is there any help. Thanks in Advance
Magento doesn't provide such functionality. Try this free plugin. With it installed you will be able to find a customer in backend, click a "login as a customer" button on customer view page and directly login as a customer in your frontend. Then you can do whatever you need on behalf of the customer, including shopping. However this plugin won't allow customers to pre-select admins who may login on their behalf, i.e. any admin would be able to login as any cusomer.
P.S.: I am not connected to the plugin developer in any other way than I am a happy user of this plugin :)

Allow admin user to give permission to customer registration in Magento shop

I want to set a rule to allow administrator to give permission to customers when they register an account in the Magento Shop. Currently, Customers can register an account without asking Administrator's permission.
Anyone here knows about how to do it or any extensions I can use for this purpose?
Sounds like this is what you're asking for. I've used this with great success on a website where products were only available to certified professionals, so their account needed to be approved before they could login. https://github.com/Vinai/customer-activation/tree/master/app/code/community/Netzarbeiter/CustomerActivation

Add role to the customer and give certain permissions in Magento

I am working on the website where by using magento I need to create an account when the user is registered, then I need to give that user permission to add products to my predefined categories. I don't know how this could be done. And I really need help with this.
I think you're looking for a dropshipping extension.
This one is said to be one of the best: http://www.magentocommerce.com/magento-connect/magento-vendor-dropshipping-extension.html
There are few of these types of extensions, so a quick google search will show you all of them.
are you referring to a customer on the front-end or an admin user on the back-end?
For an admin user you can limit a admin users permissions by assigning them to a role that can only interact with the catalog module.

Is this possible with Magento?

I want to create a private store (disable frontend user registration and guest checkout, only enable the option for the admin to add new users).
I want to give the registered user the possibility to purchase items without paying at the checkout. I don't want to add products with the price set to 0.00, because at the end of the month I want to send them the invoice covering all the purchases for that month (and for that, I want the products to have the price).
It this possible with Magento?
Please let me know, thanks.
The 'Professional' and 'Enterprise' versions have B2B features to support this.
You can also achieve the same with some free extensions, use Customer Activation with Login only catalog.
For the checkout problem disable all payment methods except "Purchase Order". Orders charged this way can be invoiced and cleared at a later date.
FYI, such features are not available by default in Community Edition.
But this is possible via this Magento Extension called Store Restriction Pro:
http://www.magepsycho.com/store-restriction-pro.html
Hope this helps.
Thanks

Resources