Hi,
If you need to update price with decimals use this code. You need to replace the line 49>56 in the file plugin folder>inc>fpde-popup.php
I hope this will help !
<div class="price-group form-field">
<label for="fpde-reg-price" class="fde-reg-price"><span class="fpde-title"><?php echo esc_html('Regular Price'); ?></span>
<input type="number" step="0.01" min="0" max="1000000000" id="fpde-reg-price" name="fpde-reg-price" value="<?php echo esc_attr($product->get_regular_price()); ?>">
</label>
<label for="fpde-sale-price" class="fpde-sale-price"><span class="fpde-title"><?php echo esc_html('Sale Price'); ?></span>
<input type="number" step="0.01" min="0" max="1000000000" id="fpde-sale-price" name="fpde-sale-price" value="<?php echo esc_attr($product->get_sale_price()); ?>">
</label>
</div>
]]>
Hi,
It’s a great plugin, but I can see that there has been no update since 2 years, the decimal update price issue has not been fixed, and the upcoming feature are still upcoming??
Could you please tell me if the project is still going on or if it will be removed. I’m concerned about this message:
“This plugin?hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
Thanks
]]>Emm… How are we supposed to save the changes made through the front end? Didn’t find any button to do it.
]]>When product is added from front end, the product image uploaded does not show
]]>Hi,
Cool plugin only two suggestions:
1. Price with decimals are not updateble like 1,50 or 1.50
2. If you have many categories it will cut the categories after 50.
Kind regards,
Mitchell Bakker – [email protected]
]]>Exactly what i wwas looking for, but how is the ETA to have this variable product edit?
Awesome work!