开发者 | sagaio |
---|---|
更新时间 | 2018年11月14日 18:38 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.9.8 |
版权: | GPLv2 |
版权网址: | 版权信息 |
You can find all global settings under "Appearance" > "Customize" > "Shortcode Loan Calculator". There you can set thousands separator, decimals separator, number of decimals and a global multiplier variable. Example1 without fallback text: [shortcode_loan_calculator loan="300000" multiplier="0.003403"] Example2 with fallback text: [shortcode_loan_calculator loan="300000" multiplier="0.003403" fallback_text="Contact us"] Example3 with global multiplier: [shortcode_loan_calculator loan="300000" multiplier="global" fallback_text="Contact us"]
The default fallback text is "Contact us for pricing"
When either the "loan" or the "multiplier" fields are not filled. For example [shortcode_loan_calculator loan="" multiplier="0.003403" fallback_text="This is now displayed instead of the sum"]