Skocz do zawartości

Polka

Members
  • Zawartość

    18
  • Rejestracja

  • Ostatnia wizyta

Posty dodane przez Polka


  1. Są te frazy ale się nie tłumaczą na polski :/

     

    tpl:

     

    {*
    * 2007-2013 PrestaShop
    *
    * NOTICE OF LICENSE
    *
    * This source file is subject to the Academic Free License (AFL 3.0)
    * that is bundled with this package in the file LICENSE.txt.
    * It is also available through the world-wide-web at this URL:
    * If you did not receive a copy of the license and are unable to
    * obtain it through the world-wide-web, please send an email
    * to license@prestashop.com so we can send you a copy immediately.
    *
    * DISCLAIMER
    *
    * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
    * versions in the future. If you wish to customize PrestaShop for your
    * needs please refer to http://www.prestashop.com for more information.
    *
    *  @author PrestaShop SA <contact@prestashop.com>
    *  @copyright  2007-2013 PrestaShop SA
    *  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
    *  International Registered Trademark & Property of PrestaShop SA
    *}
     
    {if isset($products)}
    <!-- Products list -->
    <div id="product_list" class="clear">
    {foreach from=$products item=product name=products}
    {if $product@iteration%3==1}
    <div class="clearfix product-block row">
    {/if}
    <div class="col-md-4 col-ms-4 col-sm-6 product-block 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="product-container">
    <div class="center_block">
    <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}">
    <img class ="img-responsive" src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html'}" alt="{if !empty($product.legend)}{$product.legend|escape:'htmlall':'UTF-8'}{else}{$product.name|escape:'htmlall':'UTF-8'}{/if}" title="{if !empty($product.legend)}{$product.legend|escape:'htmlall':'UTF-8'}{else}{$product.name|escape:'htmlall':'UTF-8'}{/if}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />
    {if isset($product.new) && $product.new == 1}<span class="new">{l s='New'}</span>{/if}
    </a>
    </div>
    <div class="right_block">
    <h3 class="product-name">{if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}<a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h3>
    <div class="left_block">
    <div class="product_desc">{$product.description_short|strip_tags:'UTF-8'|truncate:160:'...'}</div>
    {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 (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}
    {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only'}</span>{/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}<span class="warning_inline">{l s='Out of stock'}</span>{/if}</span>{/if}
    {/if}
    {if isset($comparator_max_item) && $comparator_max_item}
    <p class="compare">
    <input type="checkbox" class="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} autocomplete="off"/> 
    <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label>
    </p>
    {/if}
    </div>
     
     
    {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" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>{/if}
    <a class="lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a>
    </div>
    {/if}
    {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=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html'}" title="{l s='Add to Cart'}">{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)|escape:'html'}" title="{l s='Add to Cart'}">{l s='Add to Cart'}</a>
    {/if}
    {else}
    <span class="exclusive">{l s='Add to Cart'}</span>
    {/if}
    {/if}
     
    </div>
    </div>
    </div>
    {if $product@iteration%3==0||$smarty.foreach.products.last}
    </div>
    {/if}
    {/foreach}
    </div>
    <!-- /Products list -->
    {/if}

  2. Witam,

     

    Zainstalowałam moduł płatności PayU występowały problemy po drodze ale z pomocą obsługi technicznej PayU udało się zainstalować poprawnie...niestety jest problem z potwierdzeniem zamowienia i obsługa techniczna tez nie wie o co chodzi.... kazali mi pisac do twórców plugina githuba...pisałam ale nie dostałam żadnej odpowiedzi i....Bardzo prosze o pomoc moze ktoś tutaj na tym formu będzie wiedziało o co chodzi ....Problem jest w momencie "Potwierdzenia zamówienia" strona z tym buttonem ładuje się ale nigdzie indziej nie przechodzi ....prosze proszę o pomoc.


  3. Witam,

     

    Mam problem z szablonem black&white a mianowicie w dolnej części szablonu gdzie układa sie moduły np. dostawców, producentów i nowości nie wyskakuje podział na 3 kolumny tylko na dwie ..... próbowałam już z przemieszczaniem modułów i LiveEdit ale nic nie działa...to samo czyli puste białe pole jest też kiedy wejdzie sie w jakis produkt i tez po prawej stronie jest biała kolumna....co zrobić? co jest nie tak?

     

    Na zdjęciach są screen szablonu mojego i szablon oryginalny....

     

    http://vizualna.strefa.pl/grafika/001.jpg

    http://vizualna.strefa.pl/grafika/002.jpg

    http://vizualna.strefa.pl/grafika/003.jpg

    http://vizualna.strefa.pl/grafika/004.jpg

×