Категории

[FAQ] Часто задаваемые вопросы и ответы

Проблемы и решения

Ошибки и исправления

Общие вопросы

Расширения

Установка и обновление

Модули

Шаблоны

Локализация интерфейса

Коммерческие предложения

Учимся бизнесу

Бизнес книги

Поисковая оптимизация (SEO)

Магазины на ShopOS

Хостинг для ShopOS

Предложения и пожелания

Курилка

Подскажите как убрать?

Оформляя товар до ходишь до подтверждения

http://www.market-io.ru/checkout_confirmation.php

добавляется текст из раздела Информация

http://www.market-io.ru/shop_content.php?coID=0


как его убрать?


Ктож знает как у вас там сделано. Скриншот хотябы можно?


{config_load file="$language/lang.conf" section="checkout_confirmation"}
<h1 class="contentBoxHeading">{#heading_confirmation#}</h1>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
  <td class="main">{#text_information#}</td>
  </tr>
</table>
{if $IP_LOG=='true'}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
  <tr>
    <td><strong>{#text_ip#}</strong></td>
    <td class="inputRequirement"><strong>{$CUSTOMERS_IP}</strong></td>
  </tr>
</table>
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
{if $SHIPPING_ADDRESS=='true'}
  <tr>
    <td valign="top" class="main" style="border-top: 1px solid; border-color: #cccccc;"><strong>{#text_shipping_address#}</strong><em><a href="{$SHIPPING_ADDRESS_EDIT}"><font color="#009933">{#text_edit#}</font></a></em><br />{$DELIVERY_LABEL}</td>
    <td valign="top" class="main" style="border-top: 1px solid; border-color: #cccccc;">{if $BILLING_LABEL}<strong>{#text_payment_address#}</strong><em><a href="{$BILLING_ADDRESS_EDIT}"><font color="#009933">{#text_edit#}</font></a></em><br />{$BILLING_LABEL}{/if}</td>
  </tr>
{/if}
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
</table>
{if $SHIPPING_METHOD}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main"><strong>{#text_shipping_method#}</strong>&nbsp;{$SHIPPING_METHOD}&nbsp;<a href="{$SHIPPING_EDIT}" class="confirmationEdit">{#text_edit#}</a></td>
  </tr>
</table>
{/if}

{if $PAYMENT_METHOD!=''}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main"><strong>{#text_payment_method#}</strong>&nbsp;{$PAYMENT_METHOD}&nbsp;<a href="{$PAYMENT_EDIT}" class="confirmationEdit">{#text_edit#}</a></td>
  </tr>
</table>
{/if}
{if $ORDER_COMMENTS!=''}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
  <tr>
    <td class="main"><strong>{#text_comments#}</strong>&nbsp;<a href="{$PAYMENT_EDIT}" class="confirmationEdit">{#text_edit#}</a></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td style="border: 1px solid; border-color: #cccccc;" class="main">{$ORDER_COMMENTS}</td>
  </tr>
</table>
{/if}
{if $PAYMENT_INFORMATION!=''}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
  <tr>
    <td class="main"><strong>{#text_payment_info#}</strong></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td style="border: 1px solid; border-color: #cccccc;" class="main">{$PAYMENT_INFORMATION}</td>
  </tr>
</table>
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="main">&nbsp;</td>
  </tr>
  <tr>
    <td class="main"><strong>{#text_products#}</strong>&nbsp;<a href="{$PRODUCTS_EDIT}" class="confirmationEdit">{#text_edit#}</a></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td style="border: 1px solid; border-color: #cccccc;" class="main">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td class="main">{$PRODUCTS_BLOCK}</td>
        </tr>
        <tr>
          <td class="main" style="border-top: 1px solid; border-color: #cccccc;" align="right">{$TOTAL_BLOCK}</td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="right">{$CHECKOUT_FORM} {if $MODULE_BUTTONS!=''} {$MODULE_BUTTONS}<br />{/if} {$CHECKOUT_BUTTON}<br /><br />
<table width="100%"  border="0" cellpadding="4">
        <tr>
          <td class="mainText">{if $REVOCATION}
  <b>{$REVOCATION_TITLE}</b><br />
 
  {$REVOCATION}<br />
  <table width="100%" border="0" cellspacing="0" cellpadding="3">
            <tr>
              <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="arrow" />{$REVOCATION_TITLE}&nbsp;{$REVOCATION_LINK}</td>
            </tr>
            <tr>
              <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="arrow" />{$AGB_TITLE}&nbsp;{$AGB_LINK}</td>
            </tr>
          </table>
  {/if}</td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> 
<td>&nbsp;</td>
</tr>
          <tr>           
          <td width="25%"><center>01. {#text_shipping_info#}</center></td>           
          <td width="25%"><center>02. {#text_payment_info#}</center></td>           
          <td width="25%"><center><b>03. {#text_confirm#}</b></center></td>           
          <td width="25%"><center>04. {#text_finished#}</center></td>
          </tr>
</table>


I'm not sure, but....

Попробуйте удалить вот эти строки :

  <td class="mainText">{if $REVOCATION}
        <b>{$REVOCATION_TITLE}</b><br />
       
        {$REVOCATION}<br />
        <table width="100%" border="0" cellspacing="0" cellpadding="3">
            <tr>
              <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="arrow" />{$REVOCATION_TITLE}&nbsp;{$REVOCATION_LINK}</td>
            </tr>
            <tr>
              <td class="main"><img src="{$tpl_path}img/arrow_green.gif" alt="arrow" />{$AGB_TITLE}&nbsp;{$AGB_LINK}</td>
            </tr>
          </table>
        {/if}</td>

И напишите, что изменится.


спасибо, помогло!


Стоп. Сообще-то я думаю, что это нужная вещь. Не зря же она сюда была прописана.

Ваша информационная страница, по какой-то причине (это уж разбирайтесь сами), выдается вот здесь :
if (DISPLAY_REVOCATION_ON_CHECKOUT == 'true') {

if (GROUP_CHECK == 'true') {
$group_check = "and group_ids LIKE '%c_" . $_SESSION['customers_status']['customers_status_id'] . "_group%'";
}

$shop_content_query = "SELECT
                                                content_title,
                                                content_heading,
                                                content_text,
                                                content_file
                                                FROM " . TABLE_CONTENT_MANAGER . "
                                                WHERE content_group='" . REVOCATION_ID . "' " . $group_check . "
                                                AND languages_id='" . $_SESSION['languages_id'] . "'";

$shop_content_query = os_db_query($shop_content_query);
$shop_content_data = os_db_fetch_array($shop_content_query);

if ($shop_content_data['content_file'] != '') {
ob_start();
if (strpos($shop_content_data['content_file'], '.txt'))
echo '<pre>';
include (DIR_FS_CATALOG . 'media/content/' . $shop_content_data['content_file']);
if (strpos($shop_content_data['content_file'], '.txt'))
echo '</pre>';
$revocation = ob_get_contents();
ob_end_clean();
} else {
$revocation = $shop_content_data['content_text'];
}

$osTemplate->assign('REVOCATION', $revocation);
$osTemplate->assign('REVOCATION_TITLE', $shop_content_data['content_heading']);
$osTemplate->assign('REVOCATION_LINK', $main->getContentLink(REVOCATION_ID, MORE_INFO));

$shop_content_query = "SELECT
                                                content_title,
                                                content_heading,
                                                content_text,
                                                content_file
                                                FROM " . TABLE_CONTENT_MANAGER . "
                                                WHERE content_group='3' " . $group_check . "
                                                AND languages_id='" . $_SESSION['languages_id'] . "'";

$shop_content_query = os_db_query($shop_content_query);
$shop_content_data = os_db_fetch_array($shop_content_query);

$osTemplate->assign('AGB_TITLE', $shop_content_data['content_heading']);
$osTemplate->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO));

}

А если я не ошибаюсь, это выбор страницы добровольное оферты.
Скорее всего вы свою страницу расположили по адресу этой оферты. Поэтому теперь либо переносить то, что вы понаписали. Либо не будет у вас оферты.

p/s попробуйте вернуть код и просто отключить опцию "покузывать договор оферты" в админке. думаю эффект будет тот же.


Источник



Copyright ShopOS