Hi. How to change zencart "special instruction or comment about
your order" text Content in the text box? As the following pictures shows:
Thank you very much for your help!
Hi. How to change zencart "special instruction or comment about
your order" text Content in the text box? As the following pictures shows:
Thank you very much for your help!
I have tried to use the develop tool kit, but there is nothing match.
Thank you all the same. By the way, the text content will disappear when clicks.
That copy is in your site, so it pretty much has to show up in the DTK if you search properly. Using the DTK, search for part of that string, like: you are going to purchase
A link to the site might let us spot something else.
Hi, the DTK is not work. I have tried everything. And I also used Adobe dreamweaver to search all the files in the "public_html" folder, there is also nothing matched. Here is link to the site. By the way, i can't find the content in the code of the page. It is very strange.
This is a shopping site, you may need register an account to see the detail information.
Last edited by LRSMART; 12 Jul 2011 at 02:35 AM.
The site that links to doesn't seem to be a Zencart-powered store.
I'm very sorry, I didn't make it clear last time. The following is the related code:
</ul>
<ul class="shipping_textarea">
<textarea name="comments" cols="45" rows="3" class="txt_review_cont" onblur='if(this.value == "") this.className="txt_review_cont"' onfocus='this.className=""' style="OVERFLOW:auto;border:1px #ccc solid;height:80px;width:540px;"></textarea> </ul>
you can aslo refer the bottom of this page (product review part). The two pages have the same text area. And someone has told me that it is a kind of image, but i can't find the URL.
Looking forward to your help! Thanks!