Community Forums

Cómo quitar comentarios

Foro para usuarios de habla hispana

Cómo quitar comentarios

Postby edordz » Sun May 23, 2010 1:54 am

Hola a todos, me gustaría saber cómo quitar la opción de agregar un comentario en la descripción de los productos

Espero su respuesta

Gracias
edordz
 
Posts: 1
Joined: Sun May 23, 2010 1:52 am

Re: Cómo quitar comentarios

Postby cofran » Mon May 24, 2010 4:14 pm

edita el archivo PRODUCT.PHP y borra estas cosas:

Code: Select all
<a tab="#tab_review"><?php echo $tab_review; ?></a>


y donde aparece también esto:

Code: Select all
<div id="tab_review" class="tab_page">
      <div id="review"></div>
      <div class="heading" id="review_title"><?php echo $text_write; ?></div>
      <div class="content"><b><?php echo $entry_name; ?></b><br />
        <input type="text" name="name" value="" />
        <br />
        <br />
        <b><?php echo $entry_review; ?></b>
        <textarea name="text" style="width: 98%;" rows="8"></textarea>
        <span style="font-size: 11px;"><?php echo $text_note; ?></span><br />
        <br />
        <b><?php echo $entry_rating; ?></b> <span><?php echo $entry_bad; ?></span>&nbsp;
        <input type="radio" name="rating" value="1" style="margin: 0;" />
        &nbsp;
        <input type="radio" name="rating" value="2" style="margin: 0;" />
        &nbsp;
        <input type="radio" name="rating" value="3" style="margin: 0;" />
        &nbsp;
        <input type="radio" name="rating" value="4" style="margin: 0;" />
        &nbsp;
        <input type="radio" name="rating" value="5" style="margin: 0;" />
        &nbsp; <span><?php echo $entry_good; ?></span><br />
        <br />
        <b><?php echo $entry_captcha; ?></b><br />
        <input type="text" name="captcha" value="" />
        <br />
        <img src="index.php?route=product/product/captcha" id="captcha" /></div>
      <div class="buttons">
        <table>
          <tr>
            <td align="right"><a onclick="review();" class="button"><span><?php echo $button_continue; ?></span></a></td>
          </tr>
        </table>
      </div>
    </div>
User avatar
cofran
 
Posts: 1648
Joined: Wed Sep 30, 2009 11:37 pm
Location: Córdoba, Argentina


Return to Foro Español

Who is online

Users browsing this forum: No registered users and 17 guests

Hosted by Arvixe Web Hosting