问题标签 [jigoshop]

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 投票
1 回答
3327 浏览

php - 如何在wordpress中添加过滤器,更改数组

在插件中我有这个代码..

是否可以使用该add_filter 函数来更改此数组的值?

我目前正在尝试学习过滤器,并试图将其用作一个简单的示例。

如果可能的话,我不确定你如何将新信息传递给这个数组。

假设我想改变

__( 'My Account', 'jigoshop' ) => get_permalink( jigoshop_get_page_id('myaccount') )

__( 'Logout', 'jigoshop' ) =>'test'

到目前为止我有这个..

谢谢

0 投票
1 回答
670 浏览

wordpress - Jigoshop: Changing country at checkout doesn't refresh shipping option

We're in the final stages of putting together a new Jigoshop site for a customer who will be shipping her products worldwide.

United Kingdom is selected as the default country, and if the user goes to checkout the UK shipping options are shown in the dropdown menu. However if the user then enters a USA address for example, the shipping options are not refreshed.

The user also has the choice of free shipping or next day delivery, but selecting next day at the checkout does not change the price.

The worst thing is the user can simply click "Place Order" and it takes them to the chosen payment page (Worldpay in our example), without adding any shipping costs.

How can we make the shipping options refresh, and force the user to choose an option? This seems like a huge oversight.

Regards,

Chris.

0 投票
1 回答
165 浏览

php - 无法激活jigoshop wordpress插件

我想安装 wordpress jigoshop 插件,但在尝试激活插件时出现以下错误。我已经尝试通过评论该行,但它会产生更多错误。

插件无法激活,因为它触发了致命错误。

解析错误:语法错误,第 21 行 /............/wp-content/plugins/jigoshop/gateways/paypal.php 中的意外 T_FUNCTION

我怎样才能解决这个问题?

0 投票
1 回答
365 浏览

jquery - Woocommerce / Jigoshop 标签在 Wordpress 中不起作用

我自己的 Wordpress 主题出现问题,似乎无法正确加载 jQuery。也就是说,我已经尝试过 WooCommerce 和 JigoShop,并且在产品页面上,选项卡没有正确加载(面板都显示)。

我在控制台中没有看到任何错误,所以不确定它可能是什么。起初我认为这可能与 CSS https://github.com/woothemes/woocommerce/issues/2739有关

但是 jQuery 冲突似乎是罪魁祸首,不幸的是我似乎无法纠正它。

我在这里查看了J-Query 选项卡在 Woocommerce和http://foundation.zurb.com/forum/posts/2284-foundation-5-to-wordpress-js-jquery-scripts中不起作用

因此,我的 functions.php 文件看起来像

这也没有解决我的问题。另外我不知道取消注册 jQuery 的核心捆绑版本是否是个好主意。

我坚持这一点,所以希望有人可以看看,如果是这样的话,至少指出明显的刺耳。

0 投票
0 回答
109 浏览

php - 如何在strlen内只允许修剪3个数字?

我正在使用 Jigoshop 1.9.3.1,但在验证邮政编码时遇到问题。

我希望客户只能在邮政编码字段中输入 3 个数字,所以我更改了邮政编码验证 PHP 代码:

jigoshop_validation.class.php http://pastebin.com/PwZTyD5w

邮编检查类http://pastebin.com/1B5rLWan

我换了

现在客户不能输入少于 3 个数字的邮政编码,但可以输入超过 3 个数字。我希望他们只能准确输入 3 个数字。我怎样才能做到这一点?

PS。由于某些原因,我不打算将 Jigoshop 更新到最新版本。

0 投票
1 回答
55 浏览

php - 覆盖jigoshop中的公共功能

我需要覆盖在jigoshop中返回折扣百分比的公共函数

我试过了

我试过了,add_filter()但没有运气。

是否可以修改现有的公共功能?

0 投票
1 回答
43 浏览

php - Jiggoshop产品页面乱了?

我在一个主题上安装了 Jigoshop,产品页面完全混乱,但是产品搜索页面看起来还可以吗?您可以在此处查看:http ://www.peterjswain.com/shop ,然后单击其中的一种产品。

我确实安装了 woocommerce,这在以前更糟,但他们确实有一些关于钩子和替换主题文件中的循环的文档;我不确定 Jigoshop 是否有类似的方法。

任何帮助将不胜感激。

提前致谢。:)

0 投票
0 回答
48 浏览

wordpress - JigoShop 购物车按钮不起作用

我不得不将使用 jigoshop 的 wordpress 网站更改为另一家托管公司,除了我的购物车按钮外,一切正常。在我的旧主机上,当我单击按钮时,它会打开并显示我购物篮中的产品列表,但现在该按钮没有任何作用。

我的Jigoshop信息:

有人为什么会发生这种情况,我该如何解决这个问题。

0 投票
1 回答
32 浏览

php - Wordpress jigoshop 端点不会调用 processResponse()

你好,我正在尝试使用其他支付类型修改蓝色支付插件。付款后的这种类型需要像 processResponse() 这样的函数来发布数据,但对我来说什么也没发生。端点调用该类,因为如果我在 __construct 函数中回显某些内容,它会显示。Echo processResponse() 不做任何事情。我知道我需要在服务中设置一些细节,但是什么以及如何设置?现在我使用这段代码`