Jump to content

puspo

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Activity
    Other

puspo's Achievements

Newbie

Newbie (1/14)

4

Reputation

1

Community Answers

  1. Yes, you need to check this option to show the hidden hook paymentOptions. Display non-positionable hooks It's on the top of the Positions page.
  2. i found it! but not in my bought template, but in classic template. this os so weird.
  3. I have bought theme and can't find in in shop > theme > catalog neither... I'm looking for flag: "new", but there is none.
  4. Try my solution.. !important: Locate temp file (cache) (search for it via totalcmd) and backup it. Searh for some kind of unique html tag in your code. Turn on Force compile and make sure you have turned down Cache underneath Force compile.. edit nav.tpl following file and upload it back. /themes/default-bootstrap/modules/blockcontact/nav.tpl Refresh your shiny websites.. Better?
  5. Still not ideas? Any solutions? Every link is helpful..
  6. This not work's for me on Presta 1.5.6.1 Also not working: '{id_customer}' => $this->context->customer->id_customer,
  7. Thanks for quick reply.. I do a copy of this field to another tpl file.. It's in red border..
  8. Hi everyone, I'm looking everywhere and I think nobody hasn't same "problem". In my order, I want to add and additional field "recommendation". I add to /themes/default/order-carrier.tpl this: <h3><sup>*</sup>{l s='Leave a message'}</h3> <div> <p>{l s='Recommendation'}</p> <p><textarea cols="120" rows="3" name="message" id="message">{if isset($oldMessage)}{$oldMessage|escape:'htmlall':'UTF-8'}{/if}</textarea></p> This displaying fine. In order details in BO is displaying too. But, I don't know, where AND what I must put a code for requiring this message before order complete. Do anybody have a solution? Thanks for every reply.
  9. Hi everyone, i have a big problem. On my live PrestaShop™ 1.5.6.0 for unknown reason stop working payment ordering process. I have already: -installed payments modules, -setting up localization->Zones,Countries,atp -setting up shipings -editing some ordering tpl files (backup lost on damaged hdd) In 5 steps error is: No payment modules have been installed. In 1 step is: No payment method is available for use at this time. Can anybody help me find a problem? Thanks..
  10. Oh my.. It's copy from another website.. Thank you so much! It WORKS!
  11. Hi, I'm confused.. if i try <a href="{$link->getPageLink('new-products')|escape:'html'}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a> I get link to http://www.rozvojsportovnichklubu.cz/eshop/index.php?controller=new-products but to CMS is http://www.rozvojsportovnichklubu.cz/eshop/index.php?id_cms=6&controller=cms so, in $link->getPageLink('new-products') i missing id_cms=6& I also try this <a href="{$link->getCMSLink(’6′)}" title="how it works">How it works</a> and i get white screen and don't know why I think this is better way to link CMS didn't it?
  12. First of all, thank you for reply. Yes, I know little about blockcategories.tpl, but I can't imagine, where I put a CMS code and what code .. <!-- Block categories module --> <div id="categories_block_left" class="block"> <!--<p class="title_block">{l s='Categories' mod='blockcategories'}</p>--> <div class="block_content"> <ul class="tree {if $isDhtml}dhtml{/if}"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach} </ul> {* Javascript moved here to fix bug #PSCFI-151 *} <script type="text/javascript"> // <![CDATA[ // we hide the tree only if JavaScript is activated $('div#categories_block_left ul.dhtml').hide(); // ]]> </script> </div> </div> <!-- /Block categories module --> Please, can You tell me what and where i must put? Thanks.
×
×
  • Create New...