Link to home
Start Free TrialLog in
Avatar of Dean Meyer
Dean Meyer

asked on

Remove the Decimal in Standard Number of Bundle Product in Magento 1.9.3

I want to remove the decimal in the standard number of the bundle product I created in Magento 1.9.3

User generated image
This is the inventory config of this bundle product.

User generated image
In simple products, there is a field qty uses decimals set to no. But there is none in Bundle products.


In the backend, the template has this value of it's textbox:
value= "{{selection_qty}}"

Open in new window


I tried the round and number format in this value but it didn't work because {{selection_qty}} is not a php code.

How can I remove the decimals?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
stale question