wdrożenia PrestaShop Powiększenie zdjęć moduł

OPC dublowanie bloków

  • 2 Odpowiedzi
  • 1497 Wyświetleń

0 użytkowników i 1 Gość przegląda ten wątek.

*

Offline endriu107

  • user
  • Mieszkaniec
  • *****
  • 1,197
  • 51
  • PrestaShop: PS
  • Status: forum
OPC dublowanie bloków
« dnia: Wrzesień 25, 2014, 06:08:02 pm »
Witajcie, natrafił mi się ciekawy przypadek, otóż przy zamówieniach na jednej stronie gdy klient jest zalogowany dublują się kroki 2 i 3 czyli cały krok z wyborem przewożnika i krok z wyborem płatności. Układ bloków wygląda tak:
1. rejestracja/logowanie
2. wybór przewoźnika
3.wybór płatności
2. wybór przewoźnika
3.wybór płatności
 
Problem jest tylko po zalogowaniu, początkowo myślałem że problem leży w pliku order-opc jednak wydaje się być ok:


{*
* 2007-2013 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-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}


{if $opc}
{assign var="back_order_page" value="order-opc.php"}
{else}
{assign var="back_order_page" value="order.php"}
{/if}


{if $PS_CATALOG_MODE}
{capture name=path}{l s='Your shopping cart'}{/capture}

<h2 id="cart_title">{l s='Your shopping cart'}</h2>
<p class="warning">{l s='Your new order was not accepted.'}</p>
{else}
<script type="text/javascript">
// <![CDATA[
var imgDir = '{$img_dir}';
var authenticationUrl = '{$link->getPageLink("authentication", true)|addslashes}';
var orderOpcUrl = '{$link->getPageLink("order-opc", true)|addslashes}';
var historyUrl = '{$link->getPageLink("history", true)|addslashes}';
var guestTrackingUrl = '{$link->getPageLink("guest-tracking", true)|addslashes}';
var addressUrl = '{$link->getPageLink("address", true, NULL, "back={$back_order_page}")|addslashes}';
var orderProcess = 'order-opc';
var guestCheckoutEnabled = {$PS_GUEST_CHECKOUT_ENABLED|intval};
var currencySign = '{$currencySign|html_entity_decode:2:"UTF-8"}';
var currencyRate = '{$currencyRate|floatval}';
var currencyFormat = '{$currencyFormat|intval}';
var currencyBlank = '{$currencyBlank|intval}';
var displayPrice = {$priceDisplay};
var taxEnabled = {$use_taxes};
var conditionEnabled = {$conditions|intval};
var countries = new Array();
var countriesNeedIDNumber = new Array();
var countriesNeedZipCode = new Array();
var vat_management = {$vat_management|intval};

var txtWithTax = "{l s='(tax incl.)' js=1}";
var txtWithoutTax = "{l s='(tax excl.)' js=1}";
var txtHasBeenSelected = "{l s='has been selected' js=1}";
var txtNoCarrierIsSelected = "{l s='No carrier has been selected' js=1}";
var txtNoCarrierIsNeeded = "{l s='No carrier is needed for this order' js=1}";
var txtConditionsIsNotNeeded = "{l s='You do not need to accept the Terms of Service for this order.' js=1}";
var txtTOSIsAccepted = "{l s='The service terms have been accepted' js=1}";
var txtTOSIsNotAccepted = "{l s='The service terms have not been accepted' js=1}";
var txtThereis = "{l s='There is' js=1}";
var txtErrors = "{l s='Error(s)' js=1}";
var txtDeliveryAddress = "{l s='Delivery address' js=1}";
var txtInvoiceAddress = "{l s='Invoice address' js=1}";
var txtModifyMyAddress = "{l s='Modify my address' js=1}";
var txtInstantCheckout = "{l s='Instant checkout' js=1}";
var txtSelectAnAddressFirst = "{l s='Please start by selecting an address.' js=1}";
var errorCarrier = "{$errorCarrier}";
var errorTOS = "{$errorTOS}";
var checkedCarrier = "{if isset($checked)}{$checked}{else}0{/if}";


var addresses = new Array();
var isLogged = {$isLogged|intval};
var isGuest = {$isGuest|intval};
var isVirtualCart = {$isVirtualCart|intval};
var isPaymentStep = {$isPaymentStep|intval};
//]]>
</script>
{if $productNumber}
<!-- Shopping Cart -->
{include file="$tpl_dir./shopping-cart.tpl"}
<!-- End Shopping Cart -->
{if $isLogged AND !$isGuest}
{include file="$tpl_dir./order-address.tpl"}
{else}
<!-- Create account / Guest account / Login block -->
{include file="$tpl_dir./order-opc-new-account.tpl"}
<!-- END Create account / Guest account / Login block -->
{/if}
<!-- Carrier -->
{include file="$tpl_dir./order-carrier.tpl"}
<!-- END Carrier -->

<!-- Payment -->
{include file="$tpl_dir./order-payment.tpl"}
<!-- END Payment -->
{else}
{capture name=path}{l s='Your shopping cart'}{/capture}

<h2>{l s='Your shopping cart'}</h2>
<p class="warning">{l s='Your shopping cart is empty.'}</p>
        {hook h='displayAnywhere' location="11" mod='steasycontent' caller='steasycontent'}
{/if}
{/if}


W żadnym innym pliku tpl nie ma includa do tych dwóch kroków, więc to nie to, może gdzieś w bazie trzeba poszperać tylko nie wiem w którą tabelę zaglądnąć.

*

Offline design4VIP

  • user
  • Mieszkaniec
  • *****
  • 3,866
  • 131
    • design4VIP z innej strony...
  • PrestaShop: PS
  • Status: Programista
Odp: OPC dublowanie bloków
« Odpowiedź #1 dnia: Wrzesień 25, 2014, 06:13:44 pm »
tu masz ewidentny blad, tak, w order-opc... ale nie w pliku .tpl tylko .js w katalogu /js skorki
design4VIP z innej strony...

*

Offline endriu107

  • user
  • Mieszkaniec
  • *****
  • 1,197
  • 51
  • PrestaShop: PS
  • Status: forum
Odp: OPC dublowanie bloków
« Odpowiedź #2 dnia: Wrzesień 25, 2014, 06:27:04 pm »
Dzięki, o to chodziło.