0

I'm trying to create a template where one of a text box's value is:

value="{{selection_qty}}";

the value of {{selection_qty}} is decimal

I want to remove the decimal.How could I do it using php?

I tried to put it inside php code but it didn't work.

value="<?php echo number_format({{selection_qty}}); ?>"
Dean
  • 23
  • 7
  • Do you want to preserve the decimal place value? If not then it is easy to do with pure javascript. – IronAces Feb 06 '17 at 13:07
  • @DanielShillcock {{selection_qty}} is Magento's template directive and I am not sure how will I store it in a variable. – Dean Feb 07 '17 at 02:21

0 Answers0