Jump to content
  • 0

Potrzebna pomoc


xenaxx

Question

Witam wszystkich i z osobna,

mam problem z którym sobie nie radzę.

U mnie na stronie internetowej w tytułach artykułu i opisach pokazuje w pierwszej kolejności nie nazwa marki tylko co się sprzedaje np.w okularach słonecznych i nie tylko w pierwszej kolejności wyświetla się nazwa Okulary : 

http://brandsvestis.pl/15226-okulary-przeciwsl?n=50&controller=category&id_category=15226

Pełny opis pojawia się jak się najedzie myszka na obrazek. Chciała bym aby we wszystkich artykułach w pierwszej kolejności wyświetlała się nazwa marki.

Podobno jest to kwestia ustawienia w Prestashop, ale nie wiem jak i gdzie to ustawić.

Prosze o pomoc

 

 
Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

Można zrobić tak ewentualnie:
Emporio Armani

Okulary przeciwsłoneczne Emporio Armani

 

Czyli przed oryginalną nazwą produktu będzie występowała nazwa producenta.
 

Można kombinować w inny sposób, napisać skrypt, który będzie nazwę wyświetlał w inny sposób ale nie sprawdzi się on przy wszystkich produktach. 
Czy tego typu modyfikacja ma dotyczyć również pozostałych kategorii w sklepie ?

Link to comment
Share on other sites

  • 0

Wszystkich artykułów. Ktos mi podpowiedział że jest inny sposób. np  zmodyfikować tpl tak aby w title było {nazwa_producenta}-{nazwa produktu}

ale nie umiem znaleźć tego pliku jak on się nazywa i w której lini szukać  żeby zmodyfikowac.

Link to comment
Share on other sites

  • 0

Proszę mi podac gdzie ja mam to wstawić?? 

*}

{if isset($products)}

<!-- Products list -->

<ul id="product_list" class="clear">

{foreach from=$products item=product name=products}

  <li class="ajax_block_product {if $smarty.foreach.products.first}first_item{elseif $smarty.foreach.products.last}last_item{/if} {if $smarty.foreach.products.index % 2}alternate_item{else}item{/if} clearfix">

   <div class="left_block">

    {if isset($comparator_max_item) && $comparator_max_item}

     <p class="compare">

      <input type="checkbox" class="checkbox comparator" id="comparator_item_{$product.id_product}" value="comparator_item_{$product.id_product}" {if isset($compareProducts) && in_array($product.id_product, $compareProducts)}checked="checked"{/if} />

      <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label>

     </p>

    {/if}

   </div>

   <div class="center_block">   

     <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}">

      <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_alysum')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}"  />

      <span class="subimage-container pid_{$product.id_product}"></span>

      {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}

     </a>

     <div class="product-info">

      <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:30:'...'}</a></h3>

      <div class="product_desc">{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</div>

     </div>      

     <div class="right_block">     

      {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}     

      <div class="content_price">

       {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>{if $product.specific_prices}<span class="display-reduction">{if $product.specific_prices.reduction_type == "percentage"}-{$product.specific_prices.reduction*100}%{elseif $product.specific_prices.reduction_type == "amount"}-{convertPrice price=$product.specific_prices.reduction}{/if}</span><span class="old-price">{convertPrice price=$product.price_without_reduction}</span>{/if}{/if}     

      </div>

      {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}

       {if ($product.allow_oosp || $product.quantity > 0)}

        {if isset($static_token)}

         <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", false)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a>

        {else}

         <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}", false)}" title="{l s='Add to cart'}">{l s='Add to cart'}</a>

        {/if}     

       {else}

        <a class="button exclusive" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Details'}">{l s='View'}</a><br />

       {/if}

      {elseif ($product.id_product_attribute != 0)}

       <a class="button exclusive" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='Details'}">{l s='View'}</a><br/><br/>

      {/if}

      {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if}

      {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='On sale!'}</span>

      {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if}

      {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if}

      {/if}

     </div>

   </div>

  </li>

{/foreach}

</ul>

<script type="text/javascript">

$(document).ready(function(){

   $.ajax({

     type: 'POST',

     url: baseDir+'modules/themesettings/ajax.php',

     data: 'id={foreach from=$products item=p name=prd}{$p['id_product']}{if $smarty.foreach.prd.last}{else},{/if}{/foreach}&lang_id={$cookie->id_lang}',

     success: function(result){

       if (result == '0')

       {

         console.log('no data')

       } else {                         

         var pData = JSON.parse ( result );

         $.each(pData, function (id) {

          $(".pid_"+id).append("<img src='"+pData[id]+"' alt='' />");

          $(".pid_"+id).parent().addClass("hasSubImage");

         });       

       }

     }

   });

});

</script>

<!-- /Products list -->

{/if}

Link to comment
Share on other sites

  • 0

Do Vekia:

Witam, na spokojnie szukałam tej linijki <a class="product_img_link" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url"> i nigdzie w kodzie tego nie znalazłam

A szukałam linijka po linijce.

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