【发布时间】:2023-01-10 04:49:56
【问题描述】:
我有个问题。我如何根据 shopify 结账中的工作日显示某些运费。例如,我希望 shopify 在周末显示不同的运费,周末会更贵。
我知道它应该是这样的伪代码:
Get current day of week
If day equal to Saturday and Sunday
{show these weekend shipping methods}
else
{show regular shipping methods}
谁能帮我写剧本?
【问题讨论】:
标签: shopify