Jump to content
  • 0

Usunięcie szczegółów produktu i szybkiego podglądu produktu


Razor45

Question

4 answers to this question

Recommended Posts

  • 0
On 1/23/2020 at 1:22 PM, krzysiuus said:

Szczegóły to informacje jakie masz uzupełnione przy samym produkcie w panelu. Jeżeli chcesz je usunąć to tylko modyfikacja w kodzie szablonu. 

Szybki podgląd z tego co pamiętam to usunięta jest możliwość jego wyłączenia w panelu dlatego pozostaje znów edycja plików szablonu. 

Witam,

Mam u siebie 1.7.6.4, theme standard classic, możesz wyjaśnić co mam usunąć/wyłączyć w plikach szablonu aby wyłączyć szybki podgląd? 

Link to comment
Share on other sites

  • 0

te szczegóły produktu wyświetla plik themes/classic/templates/catalog/product.tpl

konkretnie musisz usunąć te kawałki kodu:

               <li class="nav-item">
                    <a
                      class="nav-link{if !$product.description} active{/if}"
                      data-toggle="tab"
                      href="#product-details"
                      role="tab"
                      aria-controls="product-details"
                      {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a>
                  </li>

oraz

{block name='product_details'}
                   {include file='catalog/_partials/product-details.tpl'}
{/block}

Link to comment
Share on other sites

  • 0
On 6/28/2020 at 5:10 PM, crash2k said:

te szczegóły produktu wyświetla plik themes/classic/templates/catalog/product.tpl

konkretnie musisz usunąć te kawałki kodu:

               <li class="nav-item">
                    <a
                      class="nav-link{if !$product.description} active{/if}"
                      data-toggle="tab"
                      href="#product-details"
                      role="tab"
                      aria-controls="product-details"
                      {if !$product.description} aria-selected="true"{/if}>{l s='Product Details' d='Shop.Theme.Catalog'}</a>
                  </li>

oraz

{block name='product_details'}
                   {include file='catalog/_partials/product-details.tpl'}
{/block}

Po zastosowaniu tego znika zawartość. Ale sam tytuł i ramka niestety jest.

szcz.jpg

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...