Open ipekerti opened 8 years ago
Hi @ipekerti,
Do you have any additional data like logs ? Have you turned on php error reporting to see errors ?
On our side we will check extension with latest 2.1 release.
No, we don’t have any logs, we ran into this problem when we were on v2.0, we had since removed the extension and upgraded to v2.1.
Am just reporting the problem when I happened to have stumbled onto the github issue.
We believe this is what’s happening:
We’re using a custom order numbering extension (i.e. W1000393, instead of the internal M2 order ID # 232), normally the link generated for an end-of-order print confirmation (using a non-PayPal payment method) is able to map to that custom order #. https://m2dev.specialized.net/sales/order/view/order_id/232/
Since for non-PayPal payment method the session never has to leave Magento’s site, it seems to be able to retain the custom order # association to Magento’s internal order ID #.
[cid:image001.png@01D2051F.2CCDDE20]
However, when PayPal is used as payment method guest user:
Thanks! -Immanuel Pekerti
From: Dmytro Vasylenko [mailto:notifications@github.com] Sent: Friday, September 02, 2016 5:10 AM To: eltrino/PrintOrder Cc: Immanuel Pekerti; Mention Subject: Re: [eltrino/PrintOrder] On Magento 2, problem when using custom order numbering extension and paypal (#3)
Hi @ipekertihttps://github.com/ipekerti,
Do you have any additional data like logs ? Have you turned on php error reporting to see errors ?
On our side we will check extension with latest 2.1 release.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/eltrino/PrintOrder/issues/3#issuecomment-244337001, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQXptLSYkZbHetuFZMjccjhCbV8pEJdIks5ql_XngaJpZM4JonWU.
##################################################################################### This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal #####################################################################################
We were trying to use this extension on M2 Community (we're now on v2.1), and custom order numbering extension from Amasty.
Removed the Eltrino PrintOrder extension, PayPal checkout working again.