woocommerce - 向主题添加新功能及其 UI
woocommerce - add a new functionality to the theme along with its UI
我是 wordpress 世界的新手,我打算做一个小型商店网站,我需要的所有功能都已经在 woocommerce 中了,但是我需要的小功能如下:
在首页我需要显示公司提供的 3 种不同服务,每项服务都有一个按钮,该按钮将显示弹出窗口或将用户重定向到另一个页面。
弹出窗口或新页面将要求用户输入他的信息以及他的手机号码,以便公司可以联系他。
我选择了这个主题https://themebeez.com/demos/?theme=orchid-store
这是一张图片,显示了确切的更改位置
所以我的问题是最快的方法是什么,有没有插件可以帮我做这个,或者我应该自己制作实际功能并手动编辑主题代码?
谢谢。
In the homepage i need to show 3 different services are served from
the company and each service will have a button which will show a
popup or redirect the user to another page.
基本上有 3 个按钮可以将您带到另一个页面。只需编辑模板即可轻松完成。查看支持文档,看看您的主题是否可以由某些页面构建器编辑(我的使用 Composer 等),只需添加 "buttons",如果不能,您需要使用一些 HTML 手动编辑模板。没什么复杂的,它只是 HTML,而不是 PHP 或 JS.
the popup or the new page will ask the user to enter his information
along with his mobile number so the company could contact him.
Blockquote
请说明,是弹出页面还是新页面?如果它是一个新页面,当您在主页上创建 3 个按钮时,只需将它们分别连接到一个新页面(在管理面板中,新建>>页面)。这很简单,只是 <a href>
标签。而且,这就是我在短时间内要做的。
So my question is what is the fastest way to do that, is there a
plugin to do this for me, or i should make the actual functionality
myself and edit the theme code also manually?
在 SO 中要求插件是题外话,另外,这些数据要去哪里?在数据库中?或者将被发送到一些管理员电子邮件?请参阅 How to Ask
但我认为有一些插件可以帮助您解决这个问题。您只需要一些自定义字段,所以 Have you tried searching for some? I use one to get in contact with clients which may fulfill your requirements
我是 wordpress 世界的新手,我打算做一个小型商店网站,我需要的所有功能都已经在 woocommerce 中了,但是我需要的小功能如下:
在首页我需要显示公司提供的 3 种不同服务,每项服务都有一个按钮,该按钮将显示弹出窗口或将用户重定向到另一个页面。
弹出窗口或新页面将要求用户输入他的信息以及他的手机号码,以便公司可以联系他。
我选择了这个主题https://themebeez.com/demos/?theme=orchid-store
这是一张图片,显示了确切的更改位置
所以我的问题是最快的方法是什么,有没有插件可以帮我做这个,或者我应该自己制作实际功能并手动编辑主题代码?
谢谢。
In the homepage i need to show 3 different services are served from the company and each service will have a button which will show a popup or redirect the user to another page.
基本上有 3 个按钮可以将您带到另一个页面。只需编辑模板即可轻松完成。查看支持文档,看看您的主题是否可以由某些页面构建器编辑(我的使用 Composer 等),只需添加 "buttons",如果不能,您需要使用一些 HTML 手动编辑模板。没什么复杂的,它只是 HTML,而不是 PHP 或 JS.
the popup or the new page will ask the user to enter his information along with his mobile number so the company could contact him. Blockquote
请说明,是弹出页面还是新页面?如果它是一个新页面,当您在主页上创建 3 个按钮时,只需将它们分别连接到一个新页面(在管理面板中,新建>>页面)。这很简单,只是 <a href>
标签。而且,这就是我在短时间内要做的。
So my question is what is the fastest way to do that, is there a plugin to do this for me, or i should make the actual functionality myself and edit the theme code also manually?
在 SO 中要求插件是题外话,另外,这些数据要去哪里?在数据库中?或者将被发送到一些管理员电子邮件?请参阅 How to Ask
但我认为有一些插件可以帮助您解决这个问题。您只需要一些自定义字段,所以 Have you tried searching for some? I use one to get in contact with clients which may fulfill your requirements