Jump to content

Hardcoded price in cloud_slider/products.tpl


gupi

Recommended Posts

WHMCS version: 6.2.0 (full)

 

I am exploring [whmcs]/templates/orderforms/cloud_sider folder and I open the file products.tpl

Around line 73, I find this code

 

                          <!-- Start: Price Calculation Box -->
                           <div class="price-calc-container">
                               <div class="price-calc-top">
                                   <div class="row clearfix">
                                       <div class="col-md-9" id="products-top">
                                           <input type="hidden" id="scroll-top" name="scroll-top" value="" />
                                       </div>
                                       <div class="col-md-3 text-center">
                                           <span id="priceTop" class="price-cont">$39.95/mo</span>
                                           <a href="#" class="order-btn" id="product-order-button">
                                               {$LANG.ordernowbutton}
...

 

Is the price of $39.95 supposed to be there (~line 81) ?

Link to comment
Share on other sites

  • WHMCS Developer

Hi,

 

We have created an internal case CORE-9520 to track and fix this issue. It shouldn't affect cart functionality since this value gets overwritten later, but we want it fixed nevertheless. Thanks for reporting this!

 

Best regards,

Arty

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated