具有eJunkie的WooCommerce自定义支付网关

时间:2019-02-21 17:39:17

标签: php html wordpress woocommerce payment-gateway

我是WooCommerce代码的新手,但是成功创建了自定义付款网关。

在现场,我的包裹很少。当客户点击“自定义付款”时,将看到此按钮

<a href='https://www.e-junkie.com/ecom/gb.php?c=cart&ejc=2&cl=ejunkie_client_id&i=ejunkie_item_id&quantity=ejunkie_quantity' onclick='return EJEJC_lc(this);' style='display:inline-block;background: #3da5d9 url(https://www.e-junkie.com/ej/images/newaddtocart.png) center/100px no-repeat;border: none;padding: 7px 55px;border-radius: 3px;box-shadow: 1px 2px 2px rgba(0,0,0,0.2);text-decoration: none;' target='ej_ejc' class='ec_ejc_thkbx'>&nbsp;</a>

单击按钮后,需要抓取所有物品和数量并存储在此按钮中。因此,需要对每个站点上的软件包都执行此操作。

例如,网站上的项目ID为10或11或12,而eJunkie ID上的相同项目为142942或143821或144912。在按钮中必须为eJunkie的ID。

如何从订单中获取ID和数量并将其转换为eJunkie ID?

$ordered_item_on_site = $ejunkie_item_id
$ordered_quantity = $ejunkie_quantity

0 个答案:

没有答案