[Gelöst] calculation help needed : sqft to sqm , price per sqft
This support ticket is created vor 7 Jahren, 7 Monaten. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
I need to output this to layout for now . for my template and archive .
Could you guide me on the sample code for calculation please. I only see those calc under if conditions.nothing on direct output to layouts.
Could you please share problem URLs and few screenshot where exactly you want to display calculation and which calculation should display at which part with your exact needs.
1)
Please share problem URL.
2)
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
there is no problem on the site. i just need help with the codes.
I have this field: [types field='p-size' format='FIELD_NAME: FIELD_VALUE'][/types] the sample output is : 2,500 . I just need a code to do a math operation on this value . It is to divide the 2,500 with 10.7639 . and i need to display the result.
I have this field: [types field='p-size' format='FIELD_NAME: FIELD_VALUE'][/types] the sample output is : 2,500 . I just need a code to do a math operation on this value . It is to divide the 2,500 with 10.7639 . and i need to display the result.
No - as the shortcode is coded to do calculation - we need only numeric value so we do not need field name there. Outside the calculation shortcode you can use it if you want.