Re: /n in product table caused double entry in store section of comment field

[email protected] Fri, 27 Apr 2018 06:22:03 -0400
Newsgroups gmane.comp.web.interchange.users
Message-ID <[email protected]>
>> On Apr 26, 2018, at 2:55 PM, [email protected] wrote:
>>
>> While setting up working model, I tried inserting /n in the data in one
>> of
>> my products, and to my surprise, it did not make a new line break, but
>> duplicated the information, not just in the product where I inserted it,
>> but in all of the products. I deleted the product code I entered it in,
>> but that did not change the rest of the products. Is there any easy way
>> to
>> fix this?
>
>
>
> Hi Kerry, not sure if this is your issue, but the usual newline
> replacement character is with a backslash: \n not /n.
>
> Best,
>
> David
> --
> David Christensen
> End Point Corporation
> [email protected]
> 785-727-1171
>
>
>
> _______________________________________________
> interchange-users mailing list
> [email protected]
> https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fwww.icdevgroup.org%2fmailman%2flistinfo%2finterchange-users&c=E,1,HmVGtpj7NM-QvrXFJW751mIZFQO2_2EYqEvD02jysTR8USKgYkB5mCuI65LulfFI7zwswsQ7YHWUrG0XS-qvV_UjgeQ_Ldh6G03zO12Xv_vps36ivD4ruw,,&typo=0
>
I found another clue looking at the code for one of the pages.

<input type=hidden name=mv_form_profile value=check_opt>

This in after the first comment text and the second comment text
I uploaded a product file from the 16th of April that did not have double
text, but I still get the double test in the store. At this point, I am
not 100 percent sure that the \n code caused it as I may not have noticed
it until after I had entered it because I was looking for the results of
entering it.

Kerry