Jump to content

[SOLVED] Product name disappeared


Recommended Posts

Looking at the source code, I see one text field is missing:


Name:

<input size="55" type="text" id="name_2" name="name_2" value="DWA-525"><sup> *
Invalid characters: <>;=#{} 
[removed]updateCurrentText();[removed]




I saw on one that is working should be:

[code]
Name:

<input size="55" type="text" id="name_1" name="name_1"
value="OVLENG Earphone with Mic- L24MV"><sup> *
Invalid characters: <>;=#{} 


<input size="55" type="text" id="name_2" name="name_2"
value="OVLENG L24 MV Earphone with Mic"><sup> *

Invalid characters: <>;=#{} 


1.jpg


Choose language:

EnglishFrançais (French)
[removed]updateCurrentText();[removed]

Link to comment
Share on other sites

×
×
  • Create New...