Jump to content

Mon panier n'affiche pas toutes les infos du produit ajouté


Recommended Posts

Merci pour ta réponse.

J'ai essayé d'y regarder de plus près mais je ne vois pas d'où peut venir le problème...
Peut être que tu saura. Voici le code d'une partie du blockcart.tpl:


<!-- MODULE Block cart -->


{l s='Cart' mod='blockcart'}
{if $ajax_allowed}
 
 
{/if}



<!-- block summary -->

{if $cart_qties > 0}{$cart_qties}{/if}
{l s='products' mod='blockcart'}
{l s='product' mod='blockcart'}
{if $cart_qties > 0}{if $priceDisplay == 1}{convertPrice price=$cart->getOrderTotal(false)}{else}{convertPrice price=$cart->getOrderTotal(true)}{/if}{/if}
{if $cart_qties == 0}{if $cart_qties == 0}{l s='(empty)' mod='blockcart'}{/if}{/if}

<!-- block list of products -->

{if $products}

{$product.cart_quantity}x
getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:html:'UTF-8'}">{t text=$product.name length='10' encode='true'}
{if !isset($customizedDatas.$productId.$productAttributeId)} {/if}
{if $priceDisplay == $smarty.const.PS_TAX_EXC}{displayWtPrice p="`$product.total`"}{else}{displayWtPrice p="`$product.total_wt`"}{/if}

getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{l s='Product detail'}">{$product.attributes_small}
{/if}

<!-- Customizable datas -->
{if isset($customizedDatas.$productId.$productAttributeId)}
{if !isset($product.attributes_small)}
{/if}

  • {foreach from=$customizedDatas.$productId.$productAttributeId key='id_customization' item='customization' name='customizations'}


  • {$customization.quantity}x{if isset($customization.datas.$CUSTOMIZE_TEXTFIELD.0)}{t text=$customization.datas.$CUSTOMIZE_TEXTFIELD.0.value length='28' encode='true'}
    {else}
    {l s='Customization #' mod='blockcart'}{$id_customization|intval}{l s=':' mod='blockcart'}
    {/if}

    {/foreach}

{if !isset($product.attributes_small)}



Je t'en remercie d'avance

Link to comment
Share on other sites

Bonjour,

Normalement ligne 65 du fichier modules/blockcart/blockcart.tpl , il y a le code

{t text=$product.name length='10' encode='true'}



Il suffit de remplacer le 10 par le nombre de caractères que vous souhaitez voir apparaître dans le nom du produit.
Par contre attention, si vous affichez davantage de caractères, le texte risque de "déborder".....

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