Jump to content
  • 0

Pole uwagi do zamówienia


robakx1

Question

11 answers to this question

Recommended Posts

  • 0

Jeśli zamówienie OPC to w order-carrier.tpl:

                {if $opc}
                    <p class="carrier_title">{l s='Leave a message'}</p>
                    <div>
                        <p>{l s='If you would like to add a comment about your order, please write it in the field below.'}</p>
                        <textarea class="form-control" cols="120" rows="2" name="message" id="message">{strip}
                            {if isset($oldMessage)}{$oldMessage|escape:'html':'UTF-8'}{/if}
                        {/strip}</textarea>
                    </div>
                {/if}

Jeśli zamówienie w 5 krokach to w order-address.tpl:

    {if !$opc}
        <div id="ordermsg" class="form-group">
            <label>{l s='If you would like to add a comment about your order, please write it in the field below.'}</label>
            <textarea class="form-control" cols="60" rows="6" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea>
        </div>
    {/if}

Jeśli jest ten kod w templatkach, to jeszcze trzeba sprawdzić inspektorem czy poprzez css nie są ukrywane te bloki.

  • Like 2
Link to comment
Share on other sites

  • 0
On 21.08.2017 at 11:30 AM, e_com said:

Jeśli zamówienie w 5 krokach to w order-address.tpl:


    {if !$opc}
        <div id="ordermsg" class="form-group">
            <label>{l s='If you would like to add a comment about your order, please write it in the field below.'}</label>
            <textarea class="form-control" cols="60" rows="6" name="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea>
        </div>
    {/if}

Jeśli jest ten kod w templatkach, to jeszcze trzeba sprawdzić inspektorem czy poprzez css nie są ukrywane te bloki.

 

Witam.

W pliku: order-messages.tpl - mam ten kod. Jednak pole sie nie wyswietla. Podpowie ktos jak wyszukac "ukryte bloki" i co zniemic?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...