Jump to content

Date de disponibilité du produit lorsqu'il n'est plus en stock


Le-cathare

Recommended Posts

Ok

 

Et comment afficher la date alors ?

 

Bonjour,

 

Je viens de regarder le product.tpl du theme universel, et en effet, j'ai zappé la mention de date.

 

Remplacez la partie <-- availability --> par le code ci-dessous

 

  <!-- availability -->
  <p id="availability_statut"{if ($product->quantity <= 0 && !$product->available_later && $allow_oosp) OR ($product->quantity > 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE} style="display: none;"{/if}>
   <span id="availability_label">{l s='Availability:'}</span>
   <span id="availability_value"{if $product->quantity <= 0} class="warning_inline"{/if}">
   {if $product->quantity <= 0}{if $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{else}{$product->available_now}{/if}
   </span>
   <span id="pQuantityAvailable">
 {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order) && !$product->quantity == 0 }
 ( <span id="quantityAvailable" >{$product->quantity|intval}</span>
 <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='item in stock'} )</span>
 <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='items in stock'} )</span>
   </span>
   {/if}
  </p>
  <p id="availability_date"{if ($product->quantity > 0) OR !$product->available_for_order OR $PS_CATALOG_MODE OR !isset($product->available_date) OR $product->available_date < $smarty.now|date_format:'%Y-%m-%d'} style="display: none;"{/if}>
   <span id="availability_date_label">{l s='Availability date:'}</span>
   <span id="availability_date_value">{dateFormat date=$product->available_date full=false}</span>
  </p>

 

V++

 

Atch

Link to comment
Share on other sites

  • 11 months later...

Bonjour,

Je relance votre post.

J'ai le même souci avec un site http://www.biglens.be en multiboutique, impossible d'afficher une date de disponibilité (PS 1.5.6.0).

Elle est pourtant bien référencée dans le BO, et option "disponible à la vente" décochée...

Et j'ai modifié le product.tpl de mon template par votre code (il n'y avait rien dans <!-- availability --> )

 

Merci d'avance.

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