在WooCommerce(WooCommerce多门店)的购物车上添加产品时,如何显示门店名称?

时间:2019-10-22 作者:Md Mahbub Bakth Ansary

我在我的Woocommerce网站上使用“OST多商店”。现在,当我在购物车中添加产品时,它工作正常,但由于它是一个多商店,我想在购物车中显示商店名称。

Here is my current cart:

enter image description here

How i want it:

enter image description here

Here is my woo-commerce product dashboard:

enter image description here

Now my question is how can I make this thing happen?

1 个回复
SO网友:Masum Hasan

您需要使用两个过滤器woocommerce\\u add\\u cart\\u item\\u data和woocommerce\\u add\\u to\\u cart\\u validation以获取详细信息https://pluginrepublic.com/add-custom-cart-item-data-in-woocommerce/

相关推荐