Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 WordPress 购买了 WooCommerce 预订插件,因为我的客户想租用拖车。不同的价格有问题。
拖车 A 的价格为每天 60 欧元。如果有人在周末租用它,则周末是 100 欧元。一周为 200 欧元,一个月为 500 欧元。
问题是日期范围不能这样工作:
我在一周内预订了 2 次相同的项目。一个从周日到周六,另一个从周一到周日。两者都是一周,但价格不同,因为周末范围日期...
有正确的方法吗?如果我预订一个月,我也会遇到同样的问题,它也需要其他日期范围。
编辑:
当我使用这个日期范围时,它工作得更好,但仍然不是 100% 的好方法,因为我想在管理和前端中为客户端使用舍入值
将小数点设置为0。 它将199.50欧元的产品显示为200 欧元- 这适用于前端,但不幸的是不适用于管理员。WooCommerce > Settings > General > Number of decimals
WooCommerce > Settings > General > Number of decimals
最后,转到WooCommerce > Status > Tools > WooCommerce transients并单击Clear Transients。
WooCommerce > Status > Tools > WooCommerce transients