Jump to content

Modification du champ stock disponibilité fiche article


Recommended Posts

Bonjour,

 

dans un soucis de toujours donner le maximum d'information a nos clients nous voudrions inclure dans le champs stock - disponibilité produit un lien qui permet d'ouvrir une fenêtre jquery qui permettra au client d'en savoir plus sur les produits en stock et les délais quand ce n'est pas le cas.

 

Je rencontre actuellement un petit désagrément quand je fais la modification nécessaire, le lien apparait bien quand le produit est en stock dans le cadre vert, mais n'apparait pas quand le produit est hors mais vente autorisé dans le cadre orange.

 

Voici le bout de code concerné:

<!-- availability or doesntExist -->

            <p id="availability_statut"{if !$PS_STOCK_MANAGEMENT || ($product->quantity <= 0 && !$product->available_later && $allow_oosp) || ($product->quantity > 0 && !$product->available_now) || !$product->available_for_order || $PS_CATALOG_MODE} style="display: none;"{/if}>

                

                {*<span id="availability_label">{l s='Availability:'}</span>*}

                <span id="availability_value" class="label{if $product->quantity <= 0 && !$allow_oosp} label-danger{elseif $product->quantity <= 0} label-warning{else} label-success{/if}">{if $product->quantity <= 0}{if $PS_STOCK_MANAGEMENT && $allow_oosp}{$product->available_later}{else}{l s='This product is no longer in stock'}{/if}{elseif $PS_STOCK_MANAGEMENT}{$product->available_now}{/if}

                <!-- ajout en savoir plus délai -->

                <a class="iframe" href="{$base_dir}content/24-delai-produit?content_only=1" style="text-decoration:none;"><b><font color="red">EN SAVOIR +</font></b></a>

            </span>

             </p>

Auriez vous une idée? j'ai raté un truc?

 

En vous remerciant.

 

Cordialement.

Edited by Tchupa (see edit history)
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...