if you go to this page and try to make a selection, you can see that the add to cart button isn't showing up. http://www.wearigive.com/product/camo-bracelet/
如果您转到此页面并尝试进行选择,则可以看到“添加到购物车”按钮未显示。 http://www.wearigive.com/product/camo-bracelet/
you can see all of the comments on this page: http://www.woothemes.com/2012/08/in-this-weeks-episode-of-woocommerce/ about the add to cart button not showing
你可以看到这个页面上的所有评论:http://www.woothemes.com/2012/08/in-this-weeks-episode-of-woocommerce/关于添加到购物车按钮没有显示
I can't figure out why the button won't show? I have verified jQuery 1.7 is running in the page, and it's not being overwritten by another jQuery version.
我无法弄清楚按钮为什么不显示?我已经验证了jQuery 1.7正在页面中运行,并且它没有被另一个jQuery版本覆盖。
4 个解决方案
#1
11
I ran into this problem and solved it by simply filling out the needed information for the product (ID, SKU, Price, Weight, Dimensions)
我遇到了这个问题并通过简单填写产品所需的信息(ID,SKU,价格,重量,尺寸)解决了这个问题
#2
2
I had the same problem. My solution was simpler. Turned out I'd used a plugin that moves javascript to the bottom of the page to speed up the page loads. Apparently that caused a jquery issue. Disabling the plugin returned the button to visibility.
我有同样的问题。我的解决方案更简单。原来,我使用了一个插件,将javascript移动到页面底部以加快页面加载。显然这引起了jquery问题。禁用插件会将按钮返回到可见性。
#3
1
It may not be broken. If the product has variables, and when the option to enable AJAX add to cart buttons on product archives
in the woocommerce
settings, the button div will be revealed to the user once all the selections are made. The reason, there may be options to choose which affect the price. In your testing, be sure to make all of the required selections on the user side.
它可能不会被打破。如果产品具有变量,并且当启用AJAX的选项添加到woocommerce设置中的产品档案上的购物车按钮时,则在完成所有选择后,将向用户显示按钮div。原因是,可能有选择哪些会影响价格。在测试中,请务必在用户端进行所有必需的选择。
#4
0
And sometimes this will solve the problem: go to customization > shop (store) > catalogue mode: disable. That was my case
有时这将解决问题:转到自定义>商店(商店)>目录模式:禁用。那是我的情况
#1
11
I ran into this problem and solved it by simply filling out the needed information for the product (ID, SKU, Price, Weight, Dimensions)
我遇到了这个问题并通过简单填写产品所需的信息(ID,SKU,价格,重量,尺寸)解决了这个问题
#2
2
I had the same problem. My solution was simpler. Turned out I'd used a plugin that moves javascript to the bottom of the page to speed up the page loads. Apparently that caused a jquery issue. Disabling the plugin returned the button to visibility.
我有同样的问题。我的解决方案更简单。原来,我使用了一个插件,将javascript移动到页面底部以加快页面加载。显然这引起了jquery问题。禁用插件会将按钮返回到可见性。
#3
1
It may not be broken. If the product has variables, and when the option to enable AJAX add to cart buttons on product archives
in the woocommerce
settings, the button div will be revealed to the user once all the selections are made. The reason, there may be options to choose which affect the price. In your testing, be sure to make all of the required selections on the user side.
它可能不会被打破。如果产品具有变量,并且当启用AJAX的选项添加到woocommerce设置中的产品档案上的购物车按钮时,则在完成所有选择后,将向用户显示按钮div。原因是,可能有选择哪些会影响价格。在测试中,请务必在用户端进行所有必需的选择。
#4
0
And sometimes this will solve the problem: go to customization > shop (store) > catalogue mode: disable. That was my case
有时这将解决问题:转到自定义>商店(商店)>目录模式:禁用。那是我的情况