问题标签 [woocommerce-theming]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
1200 浏览

php - 将自定义字段添加到运输区域表单 - Woocommerce

我正在尝试向 Woocommerce Shipping选项卡和其中的Shipping Zones部分添加一个选择字段,同时创建一个新的运输区域。我在寻找解决方案时在 Woocommerce 的官方文档中找到了这个。

到目前为止我尝试过的是:

但是挂钩过滤器功能仅针对shipping_options部分运行,因为我echo只能在该部分的顶部看到输出。
用于运输设置的 Woocommerce 类具有这种获取设置的方法。

显然,我在这里做错了什么,可能是挂钩到不正确的过滤器或其他任何东西。请帮忙。

0 投票
0 回答
65 浏览

php - 从 WooCommerce 中的插件挂钩操作

我想重新排列我的 WooCommerce 产品页面上的一些项目。我知道如何为 WooCommerce 中最内置的项目/操作(例如产品标题)执行此操作。

为此,我删除了该操作并添加了一个新操作。像这样:

要找到我在主题文件中查找的动作挂钩,或者我正在使用插件“Simply Show Hooks”(https://de.wordpress.org/plugins/simply-show-hooks/)。

如果我想重新安排来自第三方插件的操作,我经常会发现看起来不同的钩子。像这个:

我怎样才能删除这样的动作挂钩并将其添加到新位置?上面的方法对此不起作用。

0 投票
0 回答
1079 浏览

wordpress - 在 Woocommerce 中向产品添加新库存状态

我正在尝试为 Woocommerce 中的产品添加新的“已售”状态。我已经找到了许多解决方案,但没有一个解决方案将 Sold 视为缺货。

售出的产品也缺货,但他们永远不会再有货了。

我找到的所有解决方案都将“已售出”状态设置为“可延期交货”或“有货”。但我需要它像“缺货”产品一样由 Woocommerce 处理。

这是我最近的尝试。

我还注意到在

将主要改变(可在延期交货时)和库存之间的状态。

0 投票
1 回答
755 浏览

wordpress - 通过自定义字段中的图像 url 更改 woocommerce 图像

我正在尝试建立一个会员网站,我需要在其中导入 10.000 多种产品。我使用 WP All Import,它让我可以选择将图片下载到我的服务器。但是你可以想象,所有的图片一起填满了我的空间,使我的网站和导入速度变慢。

我可以将图像 URL 保存为自定义字段,并且我想在我的 img 标签中使用此 URM,但我不知道如何完成此操作。我试过谷歌搜索,但我的问题太具体了。我没有得到构建模板的所有神秘代码。我认为这就像替换 img 标签的 src 一样简单,但我什至找不到 img 标签来做到这一点。我可以想象,如果很难找到 img 标签,那么用自定义字段替换 src 值会更加困难。

有人可以告诉我如何实现我的目标吗?

0 投票
1 回答
2749 浏览

php - 在 WooCommerce 的感谢页面上从 $order 获取数据

我想在我的 WooCommerce 结帐的感谢页面上显示一组订单详细信息。已经有一些了,我在模板中找到了它们thankyou.php。但我需要额外div添加一个名为“Trusted Shops”的工具。

所以我尝试了以下代码:

问题是,我没有从$order. 我收到以下错误:

我尝试添加此代码,但没有帮助:

什么不见​​了?我怎么能从中获取数据$order

和奖金:我怎么能得到预计的交货日期?;)

0 投票
1 回答
1926 浏览

wordpress - 所有产品的 Woocommerce 产品默认描述

这是否可以为所有产品页面添加 Woocommerce 产品默认描述。那应该是图像或注释文本。我希望它会放在描述文本的上方或底部。

提前致谢

0 投票
0 回答
29 浏览

php - woocommerce 我的帐户自定义

我正在尝试在我的 wocommerce 注册页面中添加一个复选框,如果选中该复选框,它会在成功注册后重定向到我服务器上的附加注册页面。这可能吗?如果可以,怎么做?

0 投票
1 回答
23 浏览

wordpress - product-archive.php 在 woocommerce 的最新版本中未被覆盖

在以前的版本中,woocommerceproduct-archive.php没有问题地被覆盖。但在最后一个版本中,我不能这样做。

所有页面都期望product-archive.php被覆盖。

同样在woocommerce/status我无法product-archive.php在覆盖列表中看到名称。但其他页面已完成。

在此处输入图像描述

仅供参考,我没有Woocommerce.php在我的主题中使用。

0 投票
2 回答
1642 浏览

wordpress - 如何在 Woocommerce 中的购物车按钮附近添加“显示详细信息”按钮

我想在 woocommerce 单品中添加额外的按钮。我需要在哪个文件中进行更改?

屏幕示例: 在此处输入图像描述

0 投票
1 回答
728 浏览

wordpress - Wordpress + Flatsome Theme Appearance Display Limitation

Using the Flatsome theme I have a few questions and would like to try and get them solved myself, is this the manner in which I should direct those questions?

I'm running WooCommerce I'd simply like to know how to make the breadcrumbs bar a little smaller where it displays the name.. on the single product page it looks great but I see no settings to edit it on the display list, i can show you a screenshot of the problem here (ALSO I WANT TO CHANGE THE WHITE BACKGROUD WHERE IT SAYS "HEADSHOP" TO SOMETHING MORE MATCHING) -- THERE ARE NO OPTIONS FOR CHANGING ANY OF THIS?

enter image description here

I'd really like to be able to edit this area and I'd like to gain more access to it, this theme appearance editor area wont let me do it, I've tried and tried to no avail!

With that being said, this is just the display of all the main products.. What throws me off is that in the Single Product page it formats exactly the way I want it to on all pages, see example here..

enter image description here