腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
找不到
tax
_rate类“mypluginname\WC_
Tax
”
$product_id = $item->get_product_id(); $
tax
_rates= WC_
Tax
::get_base_
tax
_rates($_product->get_
tax
_class(true)); $
tax
_rate = reset($
tax
浏览 2
修改于2019-08-27
得票数 1
回答已采纳
1
回答
Woocommerce
Tax
展示
我修改了/plugins/woocommerce/includes/文件夹中的一个文件,以更改税在购物车和结帐中的显示方式。我试图实现的是在“包括X税”文本之前有一个中断,所以它在两行而不是一行上,也显示文本时,没有税沿着“您的订单是免税”的线与一个超级链接。有没有人可以告诉我正确的方向,或者更好的是告诉我如何将这段代码写入func
浏览 0
提问于2018-02-07
得票数 0
1
回答
PayPal响应缺少
tax
我正在工作的NVP API集成和整个支付过程是正常工作。我在完成时从PayPal得到的响应并没有提供所有正确的信息。&PAYMENTREQUEST_0_AMT=44.48&PAYMENTREQUEST_0_TAXAMT=4.48&PAYMENTREQUEST_0_INVNUM=5193f0cca7e70&PAY
浏览 0
修改于2013-05-16
得票数 0
回答已采纳
1
回答
从magento的
Tax
类获取
tax
_calculation_rule_id
如果我有产品税类和客户税类,我如何获得
tax
_calculation_rule_id?目前,我正在开发一个模块,在这个模块中,我试图扩展magento API的税务规则。我有customer
tax
class name和product class name,有没有可以在这两个基础上给我提供
tax
_calculation_rule_id的函数
浏览 0
提问于2014-07-15
得票数 1
1
回答
Wordpress get post by
tax
term-
tax
term是page slug
ID, 'pubgal' ); // get the term $term = array_shift( $terms );$args = array( '
tax
_query
浏览 3
修改于2016-11-07
得票数 0
1
回答
使用WC_
Tax
::get_
tax
_classes()获取所有WooCommerce税类
当我使用WC_
Tax
::get_
tax
_classes()时,我会得到一个空数组。 WC_
tax
类是如何在没有订单详细信息的情况下独立运行的?
浏览 3
修改于2021-02-14
得票数 2
回答已采纳
1
回答
Wordpress
Tax
_Query on Custom Post Type Term,
Tax
Query not filtering by term
'publish', 'posts_per_page' => 5, '
tax
_query
浏览 16
提问于2021-07-13
得票数 0
1
回答
动态
tax
_query术语
我试着追随,但没有起作用:'post_type' => 'cpt', array(php 'post_type' => 'cpt', array( 'taxonomy
浏览 2
修改于2016-03-06
得票数 0
2
回答
hidden_
tax
_amount是什么?
我看到,在我几乎所有的订单中,Magento都在计算一种名为hidden_
tax
_amount的税收。这个值与什么有关?我怎么才能禁用它呢?[base_hidden_
tax
_amount] => 4.3000[base_hidden_
tax
_invoiced,这个字段是在1.6.0.0 (Mage/Sales/sq
浏览 1
修改于2015-02-23
得票数 2
1
回答
简单
tax
_query交
我正在尝试为那些在
tax
_query中有term1和在taxonomy2中有term2的帖子做taxonomy1'
tax
_query' => [ 'post_status' => 'publish',
浏览 0
修改于2020-03-01
得票数 0
回答已采纳
1
回答
狂欢: additional_
tax
_total =零
=> included_
tax
_total, :adjustment_total => promo_total=
tax
.is_included.reload.map(&:update!).compact.sum additional_
tax
_total =
tax
.additional.reload.map(&:update!).compact
浏览 2
修改于2015-02-09
得票数 0
2
回答
如何从woocommerce_product_
tax
_class迁移到woocommerce_product_get_
tax
_class?
我目前在functions.php中定义了以下内容 $id = $product->get_id(); $
tax
_class = 'Zero Rate';} add_filter(
浏览 9
提问于2018-01-12
得票数 0
回答已采纳
1
回答
使用
Tax
函数发布(If/Else语句)
我的功能有问题。当我输入calculateTaxRate(10000,“联合”)时,它没有给出10%的正确答案。它返回的是“最好叫个会计”。我不确定为什么这种情况还在发生。任何帮助我解释这一点的人都将不胜感激。if (status !== ("single" || "joint") || (salary > 74900)) {} else if (status ==
浏览 0
提问于2016-10-26
得票数 0
1
回答
忽略Paypal智能按钮
tax
get
"currency_code":"EUR", "shipping":0, "
tax
"value":"360.00", "shipping&
浏览 14
修改于2020-08-13
得票数 0
回答已采纳
1
回答
Magento quote_item和
tax
我需要向商店中的选定产品添加自定义属性。为此,我使用了Model_Price_Observer。我正在使用Magento 1.7。到目前为止,我可以添加自定义属性,但计算出的价格是错误的-缺少税收。 $quote_item->getProduct()->setIsSuperMode(true); $quote_item->setCustomPrice( $customprice ); $quote_item-&
浏览 0
提问于2013-04-08
得票数 1
1
回答
is_
tax
()条件标记不工作
我有一个菜单项,其中一个CSS类添加了一个'page_active‘类(它在相关项下直观地显示了下划线)。如果is_page('Latest')或is_archive('sites)条件返回true,则在某些菜单项上添加此选项。下面是代码-任何关于如何解决这个问题的想法都将受到极大的赞赏。.underline.pag
浏览 0
提问于2020-02-21
得票数 0
回答已采纳
2
回答
Wordpress
tax
_query和分页问题
我正在创建一个wordpress模板,通过使用
tax
_query来查询我的自定义帖子类型。它工作得很好,我在第1页得到了正确的帖子,但当我单击第2页时,我看到了与第1页相同的帖子。提前谢谢。$args = array( array( "
浏览 3
修改于2012-02-11
得票数 1
1
回答
tax
_query忽略关系或
'event', 3 => string 'newsletter' 'posts_per_page' => -1, 'relation' => 'OR', 'taxonomy' =&g
浏览 0
修改于2017-10-26
得票数 0
回答已采纳
1
回答
使用is_
tax
选择多个类别
'hide_out_of_stock_from_cat' ); if ( $query->is_
tax
浏览 0
提问于2019-09-07
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券