Enefiok Ekwo

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Show price on order form #331
    Enefiok Ekwo
    Participant

    looking at the products.tpl in hostwhmcs_boxes folder I see this section of the code:
    <div class=”fields-container”>
    {foreach from=$products item=product}
    <div class=”field-row clearfix”>
    <div class=”col-xs-12″>
    <label class=”radio-inline product-radio”><input type=”radio” name=”pid” id=”pid{$product.pid}” value=”{if $product.bid}b{$product.bid}{else}{$product.pid}{/if}”{if $product.qty eq “0”} disabled{/if} /> {$product.name} {if $product.qty!=””}({$product.qty} {$LANG.orderavailable}){/if}{if $product.description} – {$product.description}{/if}</label>
    </div>
    </div>
    {/foreach}
    </div>

    You are not outputting the price of the product. What is the code to output the price? example $5/month

    in reply to: Show price on order form #330
    Enefiok Ekwo
    Participant

    Actually, I haven’t customized hostwhmcs_boxes. I simply copied it into the templates/orderform folder as instructed in the readme txt file. I only customized header.tpl and footer.tpl

    in reply to: Show price on order form #328
    Enefiok Ekwo
    Participant

    Here is the url: https://www.ecube-hosting.com/cart.php
    I have set the prices for my products in WHMCS but it is not showing on the orderform.

Viewing 3 posts - 1 through 3 (of 3 total)