Giter VIP home page Giter VIP logo

magepal / magento2-guest-to-customer Goto Github PK

View Code? Open in Web Editor NEW
68.0 68.0 29.0 107 KB

Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.

Home Page: http://www.magepal.com

PHP 84.11% JavaScript 4.70% HTML 10.94% CSS 0.12% Less 0.13%
adobe-commerce adobe-commerce-cloud customer-account dashboard magento magento-2 magento-extension magento2 magento2-extension magento2-extension-free magento2-module php registered-customers

magento2-guest-to-customer's Introduction

magepal

MagePal Extensions - Install our extensions with confidence knowing that they will just work! But if you run into an issue... no problem, we normally solved all issues in 15 minutes or less.

magento2-guest-to-customer's People

Contributors

kevinbodwell avatar maru3l avatar mystix avatar srenon avatar stijnbernards avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magento2-guest-to-customer's Issues

Customers always created in default website / default store on multisite instance

Hey @srenon :). Remember me? Hope you are doing well.

We're currently QA-ing this module on a client website (multi-site) and our QA identified the following issue.

Magento version #:

2.4.2-p1

Edition (EE, CE, OS, etc):

EE

Expected behavior:

Customer account is created in website / store that order was placed in

Actual behavior:

Account is always created in default store of default website

Steps to reproduce:

  • Place an order with an email address that is not associated with an existing customer account on a store other than the default website's default store
  • In the Magento admin panel click "Convert to customer"

Preconditions

  • A multi-site / multi-store Magento install

Adding guest order to existing customer

When trying to convert a guest order to a customer that eventually registered, it would not merge due to the existing customer. Is there a way around that?

Missing argument 1 for Magento\Sales\Model\Order\CustomerManagement::create(), called in ..../vendor/magento/framework/Interception/Interceptor.php on line 58 and defined in .../vendor/magento/module-sales/Model/Order/CustomerManagement.php on line 73

Magento version #: Magento ver. 2.2.1

Edition (EE, CE, OS, etc):

Expected behavior: customer create account at checkout success page.

Actual behavior: error:

Missing argument 1 for Magento\Sales\Model\Order\CustomerManagement::create(), called in ..../vendor/magento/framework/Interception/Interceptor.php on line 58 and defined in .../vendor/magento/module-sales/Model/Order/CustomerManagement.php on line 73

Steps to reproduce:

Preconditions

Issue if customer has downloadable products

Magento version #:

Magento 2.2.0

Edition (EE, CE, OS, etc):

Magento Community Edition

Expected behavior:

Downloadable products will shows in My downloads if order contain any.

Actual behavior:

If a customer order some downloadable product. Then Sink via putting their order Id in the customer account that order will show in My Orders but Nothing is showing in My Downloads

Steps to reproduce:

Preconditions

Downloadable products can't be attached

Hi,
first. thanks for this usefull extension.
my question / issue is
Does this deal with downloadable products ?

it's seems to be follow up from,but this issue but, it seems closed, and the problem still persist.
#3

In my case, a customer can attach a guest order, but if the order contains downloadable products they don't show up in the customer dashboard in the Downloadable Links section.

Here, some details

Magento version #:

2.2.8

Edition (EE, CE, OS, etc):

CE

Expected behavior:

Attach downloaded files to Downloadable files in customer session

Actual behavior:

Restore the order, but does not deal with downloadable files

Steps to reproduce:

  • Order as guest a downloadable product
  • Order status complete (M2 option to have the download enable directly)
  • Rattach order by the module
  • Chek if order is present in customer account (it is, allways)
  • Go to Downloadable section in customer dashboard, no link appears

Regards,

Required DOB

I have required DOB for my site and i cant convert custmer.

Magento version #:2.1.0

Edition (EE, CE, OS, etc):ce

Expected behavior:

Actual behavior:

Steps to reproduce:

Preconditions

PHP 8.1 compatibility?

Now that Magento 2.4.4 with PHP 8.1 is supported, we're in need of PHP 8.1 compatibility for this extension. It probably already works, so just double checking it and added PHP 8.x to the composer.json should be enough.

Error: customer has no tokens

This happens when the "guest to customer" needs to create a customer.

Magento version #:

2.3.4-p2

Edition (EE, CE, OS, etc):

CE

Expected behavior:

Customer is created and the order added to the new customer

Actual behavior:

Error messages The customer has no tokens.

The customer is not created but the customer table increment goes up 1 which suggests that the customer creation started far enough to increment, or it was created then reverted when that exception hits

There is only one place that generates this error message and it is revokeCustomerAccessToken in CustomerTokenService

It should not be called on account creation but I think the module creates then updates, and perhaps the update triggers it.

I am looking at the changes in 1.2.6 and can't spot what could trigger this problem so will be looking for conflicts first

module-integration\Plugin\Model\CustomerUser.php is one place
and password reset another

disabling the module makes the error disappear

Composer Installing issue on MC 2.2.2

There's a composer error while installing the extension. Apologize but I really don't know why I am facing installing and functioning the Magepal extensions after magento 2.2.0 upgradations. Can you help me installing this using composer?
2018-01-23_16-15-42

Convert to Customer to working anymore.

Magento version #: 2.4.6-p2

Edition (EE, CE, OS, etc): CE

Expected behavior: Convert order to customer

Actual behavior: Error message; A customer with the same email address already exists in an associated website.

It's not possible anymore to convert a guest order to a customer, when there is already an existing customer with the same email address. Then we fetch the error: A customer with the same email address already exists in an associated website.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.