Ответить Новая тема Новый опрос 
 Валидация заказа
lev
Новичок
Сообщений: 9
Регистрация: 07-06-2011


27-07-2011 02:06
Всем добрый вечер!

Помогите, пожалуйста, решить проблему.

Я установил новую тему

После прохождения всех этапов заказа товара заключительным пунктом требуется подтвердить свой заказ, нажав "Я подтверждаю свой ​​заказ".

Но сами кнопки "Другие способы оплаты" и "Я подтверждаю свой ​​заказ" не отображаются.

Когда меняю тему на стандартную (первоначальную) - кнопки активны.

Вопрос: почему кнопки не отображаются в новой теме?


Изображения:
Подтверждение заказа.jpg - Размер файла57.77KB, Скачиваний: 728 (Нажмите для увеличения)
 
Вне форума
ПМ 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
YellowDuck


Профессионал
Сообщений: 1054
Откуда: Ярославль
Регистрация: 29-09-2009


27-07-2011 13:33
А в коде шаблона новой темы они есть?
 



Интернет-магазин товаров для детей yellowduck.ru
Хороший хостинг для Prestashop и не только one-hosting.ru
Вне форума
ПМ Отправить эл.сообщение 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
Алекс


Администратор
Сообщений: 4516
Откуда: Красноярск
Регистрация: 29-05-2009


27-07-2011 14:37
Кнопка скрыта через global.css или ее нет в шаблоне модуля.
 
Вне форума
ПМ Отправить эл.сообщение 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
lev
Новичок
Сообщений: 9
Регистрация: 07-06-2011


27-07-2011 23:24
судя по всему их нет в теме, т.к. и на родном языке шаблона их не видно

а вы не подскажете, где конкретно в global.css они должны быть и как их добавить в тему?
 
Вне форума
ПМ 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
YellowDuck


Профессионал
Сообщений: 1054
Откуда: Ярославль
Регистрация: 29-09-2009


28-07-2011 01:26
Приложите order-confirmation.tpl
 



Интернет-магазин товаров для детей yellowduck.ru
Хороший хостинг для Prestashop и не только one-hosting.ru
Вне форума
ПМ Отправить эл.сообщение 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
lev
Новичок
Сообщений: 9
Регистрация: 07-06-2011


28-07-2011 02:15
Прошу прощения, order-confirmation.tpl есть в новой теме (Matrice), хотя, с некоторым различием кода от первоначальной темы.

Пробовал заменить её - не помогает..
 
Вне форума
ПМ 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
YellowDuck


Профессионал
Сообщений: 1054
Откуда: Ярославль
Регистрация: 29-09-2009


28-07-2011 02:30
приложите на форум
order-confirmation.tpl и global.css
 



Интернет-магазин товаров для детей yellowduck.ru
Хороший хостинг для Prestashop и не только one-hosting.ru
Вне форума
ПМ Отправить эл.сообщение 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
lev
Новичок
Сообщений: 9
Регистрация: 07-06-2011


28-07-2011 02:54
order-confirmation.tpl :

<script type="text/javascript">
<!--
var baseDir = '{$base_dir_ssl}';
-->
</script>

{capture name=path}{l s='Order confirmation'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}
<div class="global_steps">
{assign var='current_step' value='payment'}
{include file=$tpl_dir./order-steps.tpl}
<h2>{l s='Order confirmation'}</h2>

{include file=$tpl_dir./errors.tpl}

{$HOOK_ORDER_CONFIRMATION}
{$HOOK_PAYMENT_RETURN}
<br />
<p>
<a href="{$base_dir_ssl}history.php" title="{l s='Back to orders'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Back to orders'}" class="icon" /></a>
<a href="{$base_dir_ssl}history.php" title="{l s='Back to orders'}" style="text-transform:uppercase; font-weight:bold; font-size:12px; color:black">{l s='Back to orders'}</a>
<p/>
<div/>







global.css :

/* conditions & legal */
ul.shop_info {list-style-type: square!important; list-style-position:inside; padding: 0.6em; margin-top: 0.6em; margin-left: 2em; border: 1px solid #888;}
ul.shop_info li {padding-left: 0.5em!important; padding-bottom: 0.5em!important;}

/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left; }
#conditions #center_column {width: 730px; text-align: justify;}
#conditions #center_column ul, #conditions #center_column ol {margin-left: 2em; padding: 0.6em;}
#conditions #center_column ul { list-style-type: circle;}
#conditions #center_column li { padding-bottom: 0.5em;}
#conditions #center_column { line-height: 1.3em;}

/* order step 3: PAYMENT */
.payment_module {display: block;}
#payment_module .h4{background: #f4f8f9; border-top:1pc solid #e5edc7; border-bottom:1pc solid #e5edc7; padding:0.5em}
.payment_module img {vertical-align: middle; margin-right: 1em;}
.payment_module a {display: block; padding:0.6em 0.6em 1.5em 0.6em; text-decoration: none; width:550px; border-bottom:1px solid #E6E6E6}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {background-color:#F9F5F5; color:#374853;}

/* Printable version */
@media print {
div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {display:none;}
input.text{border:1px solid gray}
.block_hidden_only_for_screen { display:block; margin-top:1em; }
#more_info_sheets #idTab1{ width:440px; margin:auto }
* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {width: 556px;}
.customization_block_title {margin: 4px 4px 4px 2px;}
#customization_block ul {margin: 6px 6px 0px 6px;}
.customization_block_input {vertical-align: inherit;}
img.customization_delete_icon {margin: 2px;}
li.customizationUploadLine {clear: left; padding: 4px; display: block;}
div.customizationUploadBrowse { float: left;}
div.customizationUploadBrowseDescription {padding: 6px;}
img.customizationUploaded {margin: 2px; border: 1px solid #888888;}
ul.customizationUploaded {list-style-type: none; margin-left: 4px;}
ul.customizationUploaded li {display: inline;}
ul.customizationUploaded a {text-decoration: none;}
div.customizationUploaded {clear: left;}
div.deletePictureUploaded {float: right;}
div.deleteCustomizableProduct {float: right;}
ul.typedText {padding-left: 6px; list-style-type: none;}


/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {font-size: 10px;border-bottom: 1px solid #fff;margin: 0 0 5px 0;padding: 0 0 5px 0;}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {font-weight:bold;}
#wishlist_block div.block_content #wishlist_block_list dl.products dt {margin: 4px 0 4px 0;}
#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {float: right; margin:-12px 0 0 0;}
#wishlist_block div.block_content #wishlist_block_list dl.products dd{font-style: italic; margin: 0 0 0 10px;}
#wishlist_block div.block_content p select#wishlists{width: 140px;}
#wishlist_block div.block_content p a.exclusive{margin: 5px auto 0 auto;}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{margin-left:60px;}
div#mywishlist div#block-order-detail {margin-top: 10px; display: block;}
div#mywishlist form.std fieldset label {width: 30px;}
div#mywishlist form.std fieldset input#submitWishlist {display: inline;}
div#mywishlist table.std thead th.mywishlist_first{text-align: center; width: 40px;}
div#mywishlist table.std thead th.mywishlist_second{text-align: center; width: 80px;}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{width: 200px;}
div#mywishlist div#block-order-detail {margin-top: 10px;}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {margin: 0;}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{float:left;margin:-18px 0 0 5px;}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{display:none;}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{float:right;margin:-18px 118px 0 0;}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {float:right;margin:-18px 0px 0 0;}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {text-align: center;}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {width: 300px;}
div#mywishlist div#block-order-detail table.wlp_bought_infos{margin:0 0 0 10px;}
div#mywishlist div#block-order-detail ul li img {float:left;}
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {float: left;}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {text-decoration: none;float: left;}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-left: 35px;float: left;}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {margin-bottom:5px;}
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {margin-left:55px;}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {color: #999;font-weight: bold;font-size: 11px;border:0;}

/* module productcomments */
#comment div {color: #f6a720; text-align:right;}
.commentdiv {width:305px; margin-top:0.4em; line-height:10px}
#comment span {color: #f6a720; float:left; padding-left:0.3em; padding-top:0.6em;}
#comment a { font-weight:bold; text-decoration:none; background:url('../img/icon/hide_comment_textarea.gif') no-repeat right bottom; margin-top:0.4em; width:11px; height:13px; position:relative; float:right;}
#comment textarea { border:none; width:300px; border-top:1px solid #e5edc7; border-bottom:1px solid #e5edc7; background:#f4f8f9; color: #6a5d4a; margin-bottom:0.8em}
#comment input {padding:0.2em; border:none; background:#ff6600; text-decoration:none; text-transform:uppercase; color: #FFF}
.bntaddcomment {float: left; padding:0.2em; border:none; background:#C0C0C0; width:150px; text-decoration:none; text-transform:uppercase; color: #FFF}

.rating {cursor: pointer; margin: 2em; clear: both; display: block;}
.rating:after {content: '.'; display: block; height: 0; width: 0; clear: both; visibility: hidden;}
.cancel,
.star { float: left; width: 17px; height: 15px; overflow: hidden; text-indent: -999em; cursor: pointer;}
.cancel,
.cancel a {background: url('../../../modules/productcomments/img/delete.gif') no-repeat 0 -16px;}
.star,
.star a {background: url('../../../modules/productcomments/img/star.gif') no-repeat 0 0px;}
.cancel a,
.star a {display: block; width: 100%; height: 100%; background-position: 0 0px; border: 1px solid #FF0000; }
div.star_on a{ background-position: 0 -16px;}
div.star_hover a,
div.star a:hover{ background-position: 0 -32px;}
.confirmation { color: forestgreen; font-weight: bold; }
 
Вне форума
ПМ 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
Алекс


Администратор
Сообщений: 4516
Откуда: Красноярск
Регистрация: 29-05-2009


28-07-2011 10:54
modules/cashondelivery/validation.tpl

Добавить:
Код:
<br /><br />
        <b>{l s='Please confirm your order by clicking \'I confirm my order\'' mod='cashondelivery'}.</b>
    </p>
    <p class="cart_navigation">
        <a href="{$link->getPageLink('order.php', true)}?step=3" class="button_large">{l s='Other payment methods' mod='cashondelivery'}</a>
        <input type="submit" name="submit" value="{l s='I confirm my order' mod='cashondelivery'}" class="exclusive_large" />
    </p>
 
Вне форума
ПМ Отправить эл.сообщение 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
lev
Новичок
Сообщений: 9
Регистрация: 07-06-2011


28-07-2011 23:43
в этом файле все в порядке:

{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 1.4 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}

{capture name=path}{l s='Shipping' mod='cashondelivery'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
{assign var='current_step' value='payment'}
<div class="table_block">
{include file="$tpl_dir./order-steps.tpl"}
<h1>{l s='Order summation' mod='cashondelivery'}</h1>

<h3>{l s='Cash on delivery (COD) payment' mod='cashondelivery'}</h3>

<form action="{$this_path_ssl}validation.php" method="post">
<input type="hidden" name="confirm" value="1" />
<p>
<img src="{$this_path}cashondelivery.jpg" alt="{l s='Cash on delivery (COD) payment' mod='cashondelivery'}" style="float:left; margin: 0px 10px 5px 0px;" />
{l s='You have chosen the cash on delivery method.' mod='cashondelivery'}
<br/><br />
{l s='The total amount of your order is' mod='cashondelivery'}
<span id="amount_{$currencies.0.id_currency}" class="price">{convertPrice price=$total}</span>
{if $use_taxes == 1}
{l s='(tax incl.)' mod='cashondelivery'}
{/if}
</p>
<p>
<br /><br />
<br /><br />
<b>{l s='Please confirm your order by clicking \'I confirm my order\'' mod='cashondelivery'}.</b>
</p>
<p class="cart_navigation">
<span>
<a href="{$link->getPageLink('order.php', true)}?step=3" class="button_large">{l s='Other payment methods' mod='cashondelivery'}</a>
<input type="submit" name="submit" value="{l s='I confirm my order' mod='cashondelivery'}" class="exclusive" />
</span>
</p>
</form>
</div>
 
Вне форума
ПМ 
Щелкните, и это сообщение будет добавлено в ваш ответ как цитата Цитировать этот ответ
Ответить Новая тема Новый опрос