maestro92 Posted March 21, 2014 Share Posted March 21, 2014 Witam, który plik odpowiada za podsumowanie zamówienia ? Link to comment Share on other sites More sharing options...
0 korni Posted March 21, 2014 Share Posted March 21, 2014 confirmation.tpl w danym module Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 21, 2014 Author Share Posted March 21, 2014 A wiesz może jak go wyedytować tak a żeby zamiast kwoty dostawy, był napis "Wybrany koszt wysyłki" ? Link to comment Share on other sites More sharing options...
0 korni Posted March 21, 2014 Share Posted March 21, 2014 czekaj, uściślijmy to. Bo teraz sam nie wiem o które podsumowanie chodzi. Masz odpowiedzialne dwa pliki: validation.tpl <- na tym kroku jest podsumowanie, ale jeszcze nie złożone zamówienie. Czyli możesz się jeszcze cofnąć. confirmation.tpl <- podsumowanie po złożeniu zamówienia. wszelkie tłumaczenia masz w pliku pl.php jak znajduje się napis j/n "mod" to tłumaczenia szukasz w konkretnym module, jak nie ma go tam, to bezpośrednio w katalogu z prestą. Tłumaczenia są zaszyfrowane md5 więc jak zmienisz napis w templatce to i w tłumaczeniu musisz nowy zapis zrobić. Można również bezpośrednio w back office, ale osobiście to tego nie lubię robić ;] {l s='Phone' mod='cashondelivery'} Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 21, 2014 Author Share Posted March 21, 2014 Chodzi o moment w którym wyświetlają się szczegóły złożonego zamówienia (nie ma już odwrotu) I tak mam na przykład Dostawa-9,00 A chciałbym żeby widniało Dostawa- "Wybrany koszt dostawy" Mam nadzieje ze w miare obrazowo mówie. Dopiero zaczynam z Prestą Link to comment Share on other sites More sharing options...
0 korni Posted March 21, 2014 Share Posted March 21, 2014 (edited) który moduł? ale tak na szybko to zamiast zmiennej z ceną wpisz {l s='Wybrany koszt dostawy'}poprawie powinno być oczywiście po angielsku, a tłumaczenie zrobić do tego w module pl.php Edited March 21, 2014 by korni (see edit history) Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 21, 2014 Author Share Posted March 21, 2014 Moduł czy szablon ? Jeśli moduł jak sprawdzić który to ? Link to comment Share on other sites More sharing options...
0 korni Posted March 21, 2014 Share Posted March 21, 2014 ;] to inaczej, jaką formę płatności wybierasz? za pobraniem, czek, paypal, payu, przelew itp? jeżeli, za pobraniem, to ten moduł nazywa się "cashondelivery", resztę już poznasz po nazwach. W pozycjach modułów, w wierszu zatytułowanym "Payment return" również zobaczysz jakie masz zainstalowane moduły płatności Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 21, 2014 Author Share Posted March 21, 2014 PayPal i przelew bankowy. Sory ale uczę się Presty i niektóre rzeczy trzeba mi naprawdę "łopatologicznie" tłumaczyć Czyli w tych modułach trzeba pozmieniać na {l s='Wybrany koszt dostawy'} ? Link to comment Share on other sites More sharing options...
0 korni Posted March 21, 2014 Share Posted March 21, 2014 jaką masz wersję sklepu? I czy przelew bankowy jest oryginalnym modułem czy był modyfikowany? Pytam się, ponieważ szukam w nim i szukam pola "dostawa" i coś nie mogę znaleźć w żadnym pliku. payment-return.tpl odpowiada w nim za podsumowanie, ale w mojej wersji nie mogę znaleźć tego pola {if $status == 'ok'} <p>{l s='Your order on %s is complete.' sprintf=$shop_name mod='bankwire'} <br /><br /> {l s='Please send us a bank wire with' mod='bankwire'} <br /><br />- {l s='Amount' mod='bankwire'} <span class="price"> <strong>{$total_to_pay}</strong></span> <br /><br />- {l s='Name of account owner' mod='bankwire'} <strong>{if $bankwireOwner}{$bankwireOwner}{else}___________{/if}</strong> <br /><br />- {l s='Include these details' mod='bankwire'} <strong>{if $bankwireDetails}{$bankwireDetails}{else}___________{/if}</strong> <br /><br />- {l s='Bank name' mod='bankwire'} <strong>{if $bankwireAddress}{$bankwireAddress}{else}___________{/if}</strong> {if !isset($reference)} <br /><br />- {l s='Do not forget to insert your order number #%d in the subject of your bank wire' sprintf=$id_order mod='bankwire'} {else} <br /><br />- {l s='Do not forget to insert your order reference %s in the subject of your bank wire.' sprintf=$reference mod='bankwire'} {/if} <br /><br />{l s='An email has been sent with this information.' mod='bankwire'} <br /><br /> <strong>{l s='Your order will be sent as soon as we receive payment.' mod='bankwire'}</strong> <br /><br />{l s='If you have questions, comments or concerns, please contact our' mod='bankwire'} <a href="{$link->getPageLink('contact', true)}">{l s='expert customer support team. ' mod='bankwire'}</a>. </p> {else} <p class="warning"> {l s='We noticed a problem with your order. If you think this is an error, feel free to contact our' mod='bankwire'} <a href="{$link->getPageLink('contact', true)}">{l s='expert customer support team. ' mod='bankwire'}</a>. </p> {/if} A modułu z paypalem nie posiadam, więc w nim Ci nie pomogę, Będziesz musiał sobie zrobić kopię zapasową modułu i samemu kombinować metodą prób i błędów Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 21, 2014 Author Share Posted March 21, 2014 (edited) to jest mój kod z order-confirmation.tpl {* * 2007-2012 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 [email protected] 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 <[email protected]> * @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 6599 $ * @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='Order confirmation'}{/capture} <div id="custom_title"><span>{l s='Order confirmation'}</span>{l s='Order confirmation'}<span>{l s='Order confirmation'}</span></div> {assign var='current_step' value='payment'} {include file="$tpl_dir./order-steps.tpl"} {include file="$tpl_dir./errors.tpl"} {if $opc} <div class="order_carrier_content_2" style="margin-top:92px;"> {else} <div class="order_carrier_content_2"> {/if} {$HOOK_ORDER_CONFIRMATION} {$HOOK_PAYMENT_RETURN} <br /> {if $is_guest} <p>{l s='Your order ID is:'} <span class="bold">{$id_order_formatted}</span> . {l s='Your order ID has been sent to you via e-mail.'}</p> <a href="{$link->getPageLink('guest-tracking', true, NULL, "id_order={$reference_order}&email={$email}")}" title="{l s='Follow my order'}"><img src="{$img_dir}icon/order.gif" alt="{l s='Follow my order'}" class="icon" /></a> <a href="{$link->getPageLink('guest-tracking', true, NULL, "id_order={$reference_order}&email={$email}")}" title="{l s='Follow my order'}">{l s='Follow my order'}</a> {else} <a href="{$link->getPageLink('history', true)}" title="{l s='Back to orders'}"class="exclusive_large">{l s='Back to orders'}</a> {/if} </div> <div> Czy dobrze myślę , że muszę wyedytować <div class="order_carrier_content_2" style="margin-top:92px;"> {else} <div class="order_carrier_content_2"> i zmienić order_carrier_content_2 na moje "Wybrany koszt dostawy" Edited March 21, 2014 by maestro92 (see edit history) Link to comment Share on other sites More sharing options...
0 maestro92 Posted March 26, 2014 Author Share Posted March 26, 2014 Ponawiam pytanie bo niestety się nie udaje;/ Link to comment Share on other sites More sharing options...
Question
maestro92
Witam, który plik odpowiada za podsumowanie zamówienia ?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now