我有两种送货方式,免费送货和统一费率,其中免费送货最低运费1500和固定费率固定金额135.
我必须在一步结帐页面上跳过送货方式选项,但它应该应用于购物车中的总金额.
我在结帐页面上跳过了送货方式,但在付款结束时,它给了我错误, 请指定送货方式
我正在使用php-git客户端在我的php脚本中提取分支。每当我从主站进行结帐到测试时,都会收到以下错误。
error: Pull is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
Run Code Online (Sandbox Code Playgroud)
我的文件在bitbucket服务器上。我在bitbucket上添加/修改文件并在那里提交。
我不明白,我没有在本地计算机上做任何事情,但仍然收到此错误。
以下是我的“ git status”输出。
Your branch is up-to-date with 'origin/testing'.
You have unmerged paths.
(fix conflicts and run "git commit")
(use "git merge --abort" to abort the merge)
Changes to be committed:
modified: g_1.0.yaml
new file: potter_3.4.yaml …Run Code Online (Sandbox Code Playgroud)