Jump to content

claudiojcosta

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by claudiojcosta

  1. 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 ??

     

  2. 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

     

     

  3. 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

  4. 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

×
×
  • Create New...