nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Invoice pdf not opening

Open landgea2016 opened this issue 4 years ago • 4 comments

nopCommerce version: 3.90

Steps to reproduce the problem: Go to a sale and then click the “invoice” button in the upper right. Doing so only creates an error. This worked fine the other day but no longer works.

landgea2016 avatar Sep 11 '20 12:09 landgea2016

Can't reproduce. Works as expected.

Closed #5027

exileDev avatar Sep 28 '20 05:09 exileDev

It works now. The issue persisted for 4 days or so though.

Matt Hiatt Chief Engagement Officer Direct (937)416-3769 [email protected] www.LANDGEA.com

CONFIDENTIALITY NOTICE: This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is only for the use of the individual or entity to whom this electronic mail transmission was intended. If you are not the intended recipient, any disclosure, copying, distribution, or action taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please immediately contact the sender and delete the message.


From: Anokhin Alexey [email protected] Sent: Monday, September 28, 2020 1:41:50 AM To: nopSolutions/nopCommerce [email protected] Cc: landgea2016 [email protected]; Author [email protected] Subject: Re: [nopSolutions/nopCommerce] Invoice pdf not opening (#5027)

Can't reproduce. Works as expected.

Closed #5027https://github.com/nopSolutions/nopCommerce/issues/5027

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/nopSolutions/nopCommerce/issues/5027#issuecomment-699783176, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ6WTSGQXYV5AVFF2TQQBU3SIAOZ5ANCNFSM4RHMLSTA.

landgea2016 avatar Sep 28 '20 11:09 landgea2016

This issue is happening again for us. PDF invoices will not open. It just gives an error screen. Matt Hiatt

Chief Engagement Officer

Direct: 937-416-3769

www.LANDGEA.com http://www.landgea.com/

On Mon, Sep 28, 2020 at 1:41 AM Anokhin Alexey [email protected] wrote:

Can't reproduce. Works as expected.

Closed #5027 https://github.com/nopSolutions/nopCommerce/issues/5027

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nopSolutions/nopCommerce/issues/5027#issuecomment-699783176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ6WTSGQXYV5AVFF2TQQBU3SIAOZ5ANCNFSM4RHMLSTA .

landgea2016 avatar Oct 19 '20 14:10 landgea2016

Hi,

@exileDev in nopCommerce 4.50.3, orders pdf are not opening and raising exception "FormatException: Input string was not in a correct format." Website built with Hebrew language only.

An error occurred because of this following code used in pdfservice.cs new Paragraph(" "); new Phrase(Environment.NewLine);

I have to replace them as below to avoid errors. new Paragraph(); new Phrase();

jigarsangoi avatar Aug 27 '22 14:08 jigarsangoi

Closed #5027

exileDev avatar Sep 28 '22 14:09 exileDev

Thanks for the prompt reply but we resolved this issue a few years ago before switching out site over to Shopify.

Thanks Matt Hiatt Chief Engagement Officer Direct (937)416-4885 @.*** www.LANDGEA.com

CONFIDENTIALITY NOTICE: This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is only for the use of the individual or entity to whom this electronic mail transmission was intended. If you are not the intended recipient, any disclosure, copying, distribution, or action taken in reliance on the contents of the information contained in this transmission is strictly prohibited. If you have received this transmission in error, please immediately contact the sender and delete the message.


From: Jigar Sangoi @.> Sent: Saturday, August 27, 2022 10:13:15 AM To: nopSolutions/nopCommerce @.> Cc: landgea2016 @.>; Author @.> Subject: Re: [nopSolutions/nopCommerce] Invoice pdf not opening (#5027)

Hi,

@exileDevhttps://github.com/exileDev in nopCommerce 4.50.3, orders pdf are not opening and raising exception "FormatException: Input string was not in a correct format." Website built with Hebrew language only.

There error occurred because of this following code used in pdfservice.cs new Paragraph(" "); new Phrase(Environment.NewLine);

I have to replace them as below to avoid errors. new Paragraph(); new Phrase();

— Reply to this email directly, view it on GitHubhttps://github.com/nopSolutions/nopCommerce/issues/5027#issuecomment-1229200128, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ6WTSGPNGDEGPJFTDTT7WTV3IO7XANCNFSM4RHMLSTA. You are receiving this because you authored the thread.Message ID: @.***>

landgea2016 avatar Oct 11 '22 08:10 landgea2016