| FAQ |
| Kalender |
|
|
|
|
#1 | ||
|
|||
|
Medlem
|
Kolla i modulens tpl-filer, förmodligen är det tpl-filen med samma namn som modulen, som du ska ändra i.
|
||
|
|
Svara med citat
|
|
|
#2 | ||
|
|||
|
Medlem
|
Citat:
Kod:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;
|
||
|
|
Svara med citat
|
|
|
#3 | ||
|
|||
|
Medlem
|
Fann ytterligare en modulfil som tillhör "Block för nya produkter"-modulen.
/prestashop/themes/default-bootstrap/newproducts.tpl Kod:
{capture name=path}{l s='New products'}{/capture}
<h1 class="page-heading product-listing">{l s='New products'}</h1>
{if $products}
<div class="content_sortPagiBar">
<div class="sortPagiBar clearfix">
{include file="./product-sort.tpl"}
{include file="./nbr-product-page.tpl"}
</div>
<div class="top-pagination-content clearfix">
{include file="./product-compare.tpl"}
{include file="$tpl_dir./pagination.tpl" no_follow=1}
</div>
</div>
{include file="./product-list.tpl" products=$products}
<div class="content_sortPagiBar">
<div class="bottom-pagination-content clearfix">
{include file="./product-compare.tpl"}
{include file="./pagination.tpl" no_follow=1 paginationId='bottom'}
</div>
</div>
{else}
<p class="alert alert-warning">{l s='No new products.'}</p>
{/if}
|
||
|
|
Svara med citat
|
|
|
#4 | ||
|
|||
|
Medlem
|
Denna förändring i product_list.css fixade avståndet
ul.product_list.grid > li .product-container h5 { padding: 0 15px 0px 15px; min-height: 25px; |
||
|
|
Svara med citat
|
| Svara |
|
|