Jump to content

mustang80

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

Recent Profile Visitors

619 profile views

mustang80's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. This does not work on 1.7.5.1 . I tried. jak nastavit modul pro propojení kategorií stromů a rozšířit brunch obsahující aktuální kategorii v PrestaShopu 1.7 , My site : https://hopshop.bg/ its my code theme file : ps_categorytree.tpl {function name='categories' nodes=[] depth=0} {strip} {if $nodes|count} <ul class="category-sub-menu list-unstyled list-arrows font-weight-bold"> {foreach from=$nodes item=node} <li data-depth="{$depth}"> {if $depth === 0} <a href="{$node.link}">{$node.name}</a> {if $node.children} <div class="navbar-toggler collapse-icons border-0 float-right" data-toggle="collapse" data-target="#exCollapsingNavbar{$node.id}"> <i class="icon-add-square add" aria-hidden="true"></i> <i class="icon-remove-square remove hidden" aria-hidden="true"></i> </div> <div class="collapse" id="exCollapsingNavbar{$node.id}">{categories nodes=$node.children depth=($depth + 1)}</div> {/if} {else} <a href="{$node.link}" class="category-sub-link">{$node.name}</a> {if $node.children} <span class="arrows" data-toggle="collapse" data-target="#exCollapsingNavbar{$node.id}"> <i class="icon-angle-right arrow-right ml-2 align-top" aria-hidden="true"></i> <i class="icon-angle-down arrow-down ml-2 align-top hidden" aria-hidden="true"></i> </span> <div class="collapse" id="exCollapsingNavbar{$node.id}">{categories nodes=$node.children depth=($depth + 1)}</div> {/if} {/if} </li> {/foreach} </ul> {/if} {/strip} {/function} <div class="block-categories side-block"> <p class="block-title"><a href="{$categories.link nofilter}">{$categories.name}</a></p> <div class="block-content">{categories nodes=$categories.children}</div> </div>
  2. How can I migrate without having any problems with my SEO ( links in Google ) site hopshop.bg that Zencart 1.5 to Prestashop 1.7.2.4. That I think works,https://www.presto-changeo.com/prestashop-migration-modules/133-zen-cart-to-prestashop-migration-module.html but how will it get me not to break the links in Google.
  3. I use Prestashop 1.7.2.4. When searching for certain words, it produces a lot of results, even when searching for exact phrases and product sentences, it produces hundreds of unnecessary results (version 1.7.1.2 did not have this problem). To bypass a problem I changed the class /Search.php with old version. at the same time does not show the product category in the search box as it was in version 1.7.1.2 ... .. For snippets I will upload photos https://hoptuning.bg
  4. Merhaba sorum shu , Prestashop 1.6 da oldugu gibi Prestashop 1.7 de sol tarafta alt kategori acilinca kategori menusu neden acik kalmiyor , bu navigasyonu zorlastiriyor. bu nasil duzenlenebilir acaba... sitem : https://hoptuning.bg
  5. My site is https://hoptuning.bg , how to make the categories on the left open when a subcategory is open ... At 1.6 it was the default, but at 1.7 when it clicked on the subcategory the tree with the categories is left closed ...
×
×
  • Create New...