Jump to content

claudiojcosta

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by claudiojcosta

  1. Hi, how can I resize the image in a category? for example http://g7000438.ferozo.com/tienda/chocolateria.html and http://g7000438.ferozo.com/tienda/chocolateria/herramientas.html I need to increase the size of the images Thanks
  2. Hi bsmither :-) Thank you very much for all . But I need your help. I need to remove all the prices, I need a logged in user can not see prices. Can you help me please. I see the price "0" How I can remove the number 0 ??
  3. Yes , this mode catalogue. but when users enter the system ...they can see my prices. ------------------------------------ I think it is better to disable the logging option for new users. You know how to disable that option ??? many Thanks
  4. Excellent my friend Thank you very much for your help. I see everything well without prices, . but when users enter the system if they can see my prices. I can get that registered users can not see my prices ??? or better I can I disable the new user registration ?? Thank you very much for your help
  5. Does not work my friend. {if ($CTRL_ALLOW_PURCHASE) && (!$CATALOGUE_MODE)} <p class="buy_button"> <input type="text" name="quantity" value="1" class="quantity required" /> <input type="hidden" name="add" value="{$PRODUCT.product_id}" /> <input type="submit" value="{$LANG.catalogue.add_to_basket}" class="button_white" /> </p> {else} I move above {if isset($PRODUCT) && $PRODUCT} <h2>{$PRODUCT.name}</h2> <form action="{$VAL_SELF}" method="post" class="addForm"> <div> <div id="product_detail"> {if $PRODUCT.ctrl_sale} <h1><span class="price_previous">{$PRODUCT.price}</span> <span class="price_sale">{$PRODUCT.sale_price}</span></h1> {else} <h1>{$PRODUCT.price}</h1> {/if} --------------------------------------------------------- I attachment file Thanks a lot bye content.product.php
  6. Hi bsmither ... Thank you very much for your reply. But I want not show all prices. Prices do not want to display en my page...... you know if you can do that ??? thanks again
  7. Good morning, I would like to know how to get the prices of products. I would like to leave the page alone as product catalogs. Thanks
×
×
  • Create New...