mkud
Forum Replies Created
-
I see that the year changes to this number on this scale. Can you imagine what formula they use from 0.01 to 4.01?
Because these two profitability sections are very important to us. If you can, try to upload this box for us to write the price of electricity and, based on that, describe the formula in which we would change the price of electricity and change according to this table: solarplant.lt/skaiciuokle/
We need the same table and I don’t know how I can help you to get the same calculation picture.
The first three boxes work very well.
The latest two filed are changing depending on the value of Quantity fields: http://joxi.ru/DmBYV9PH61ddgr
can we make this field in our spreadsheet? Because according to the rules, we should have the same calculation as in their table.
If you can, then add this field where it is in the photo.
Thanks.
Have you seen this message from us?
I don’t know the formula according to which they calculate, but I need exactly the same calculation as I sent with the supplier’s calculator. We are in the same business and need the same calculations. Example: https://solarplant.lt/skaiciuokle/
1.This data must be set as a slider to the lowest number of 100 kWh. The slider must increase every 10 numbers. From minimum 100 to maximum 3000 kWh.
https://pasteboard.co/jY1esmA792Ao.png
I don’t need the quantity field.
2. Rekomenduojama elektrinės galia: (100KW -> 1.20), (110KW -> 1.32), (120KW -> 1,44) —-> If the sliders change every 10 on the scale, then here they must change by 0.12. The maximum must reach 36 KW.
3. Elektrinės įrengimo kaina -> (100KW -> 1260.00 €), (110KW -> 1386.00 €), (120KW -> 1512.00 €) —-> If the sliders change every 10 on the scale, then here they must change by 126 €. The maximum must reach 37800.00 €.
4. APVA parama -> (100KW -> 378.00 €), (110KW -> 415.80 €), (120KW -> 453.60 €) —-> If the sliders change every 10 on the scale, then here they must change by 37.80 €. After reaching 840kWh and this amount 3,150.00€ more, it does not change from higher kWh.
5. Atsiperkamumas su APVA parama -> If you can, see how this formula changes, because from 840kWh this number increases by 0.1 number. After reaching 2950kWh, this scale stops and remains (3.7 year). Please you check this example website: https://solarplant.lt/skaiciuokle/
6. Atsiperkamumas be paramos -> Nothing changes when changing the slider, it must always be the same number (4.04 year)
Thanks.
- This reply was modified 3 years ago by mkud.
Thanks, good working.
How can I prevent a customer from seeing this code? We want to see this code and hide it for the customer.
As we have received the letter that the order has been received, we want it to be there.How should I edit this feature?
<?php
add_action( ‘woocommerce_order_item_meta_end’, ‘ts_order_item_meta_end’, 10, 4 );
function ts_order_item_meta_end( $item_id, $item, $order, $plain_text ){
echo ‘<p> Website: http://www.tychesoftwares.com </p>’;
}