Jump to content

Modify myalerts.tpl to show if in stock and add to cart


weraw

Recommended Posts

Hi,

I am traying to modify my myalerts.tpl to show if the product is in stock and to show a add to cart button.
(See my attach.) In the attach you can see in stock but this is only sample text.

I found out verry soon that i can´t do this so i serching for help in right directetion. How can this be mayde?

38398_QWEHbEb4Bf1ZDMKyl8o1_t

Link to comment
Share on other sites

Wee i found how to fix so the stock is showing and add to cart button. How can i fix so it is showing price.

Price should be placed where sample text is: Price goes here


[removed]
<!--
   var baseDir = '{$base_dir_ssl}';
-->
[removed]


   {capture name=path}{l s='My account' mod='mailalerts'}{$navigationPipe}{l s='My alerts' mod='mailalerts'}{/capture}
   {include file=$tpl_dir./breadcrumb.tpl}

{l s='My alerts' mod='mailalerts'}

   {include file=$tpl_dir./errors.tpl}

   {if $id_customer|intval neq 0}
       {if $alerts}

{l s='Product' mod='mailalerts'}{l s='Stock' mod='mailalerts'}{l s='st.pris' mod='mailalerts'}{l s='Delete' mod='mailalerts'}

{$product.name|truncate:40:'...'|escape:'htmlall':'UTF-8'}

                   {if $product.product_quantity == 0}

                   {else if $product.product_quantity != 0}

                   {/if}

                   Price goes here

{l s='Add to cart' mod='mailalerts'}





 
       {else}

{l s='You are not subscribed to any alerts.' mod='mailalerts'}
       {/if}
   {/if}


{l s='Back to Your Account' mod='mailalerts'}
{l s='Home' mod='mailalerts'}


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