Migrate pinnacle cart customers data to magento1.x version - magento

I came back on stackoverflow after long time.I really need a help in migrating the pinnacle cart to magento1.x.I am migrating the customer data but I want customer can login in magento site with same credentials without reset the password.
Is it possible that customer can use the same credentials of pinnacle cart to Magento after migration.
any quick help will be appreciated.

Related

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 :)

Share customer account in multi shop with session id in Magento

We have a multishop setup and are trying to share the shopping cart in Magento. We are using the tutorial at http://turnkeye.com/blog/share-magento-cart-between-multistores/ and are by part 2. In this part there is explained how to share customer account by session id as following:
If you have different domains, in this case you can add session ID to the URL for another store. Use this construction "Mage::getModel('core/url')->addSessionParam()->getUrl('...')" to get the URL with session parameter.
We are trying to make this work, but do not find out where we have to place / replace the "Mage::getModel('core/url')->addSessionParam()->getUrl('...')".
Can someone help us how to insert this part?

Magento checkout page login issue 1.8.0.0

I am having an issue with login. After coming to onepage checkout page, if customer registers or logs in using username and password, customer is TAKEN back to SHOPPING CART. This happens with both while registering and also for existing customer. The magento version is 1.8.0.0 and custom theme does have customer, checkout, persistent folders, i.e, it uses base templates. Please help with this.

Magento Send forgot password as texts not reset link

I'm new to magento. Currently i'm creating a ecommerce webstore using magento. As you know magento will send a reset password link if anyone forgets his/her passwords. I want the system generated password has to be send to the users not as password resetlink.
Plz help me to achieve this....
Thanks in advance.
The current 2 step password reset feature was introduced in 1.6, so you could look at porting the password reset code from an older version of Magento into your site. We've looked at doing the opposite (back-porting the new method to older Magento sites) and it's do-able. The current method is much better from a security perspective, so while what you want is possible, it's probably not advisable.

Magento Paypal Express having issues with Downloadable Products

Just like to send a thanks out in advance for the help.
I have successfully setup a downloadable product with the option of filling out the URL in the Downloadable Information section. I have also successfully integrated the Paypal Express payment option. I can also successfully add the product to my cart, checkout and pay through Paypal Express from the link on my cart. I also am receiving the order email successfully. The problem comes once the download link is clicked, Magento tries to process and download but re-directs to the account login screen.
Here are a few notes:
Guest checkout for downloadable products is enabled.
System->Configuration->Catalog->Downloadable Product Information-> Order Item Status - Set to Pending (I am thinking this is the problem due to the fact that I can't change it to Complete) If you agree, please advise on the best way to accomplish this.
All orders are showing as Complete and PayPal is successfully capturing the monies.
Again, thanks in advance.
Set the Order Item Status to enable Downloads to Invoiced and this fixed the issue for me
There appears to be a bug with Magento 1.4.x that does not allow user account registration at the checkout process. You can select register, walk through the checkout, and you'll get paid and it will all look successful and everything, but Magento will fail to create the customer account, thus making it impossible for the users to download their product.
It totally sucks. I have a store that is useless until I can figure out how to get this fixed, as I only use the express checkout method, and all my products are downloadable.

Resources