如何更改购物车中的WooCommerce产品缩略图并签出动态产品选项

时间:2019-05-23 20:18:42

标签: php woocommerce thumbnails cart checkout

我们有一个WooCommerce网站,我们希望允许用户在选择基本标志布局后选择自定义标志选项。我们正在使用div叠加层来显示/隐藏用户选择的各种选项。当用户单击“添加到购物车”时,我们想获取div图像并将其用作购物车和结帐缩略图图像,并在订购电子邮件中显示该图像。我们的元数据适用于不同的选项,但是在使用import lxml.html #URL = "http://mnregaweb4.nic.in/netnrega/FTO/ResponseDetailStatusReport.aspx?lflag=&flg=W&page=s&state_name=BIHAR&state_code=05&district_name=ARARIA&district_code=0541&fin_year=2018-2019&typ=R&mode=B&source=national&Digest=RZw1g4RnMeHsOzbabiNGBg" # response = requests.get(URL) html = lxml.html.parse('test.html') # Now I am reading test.html from my local disk. you can load data on local disk or try to parse directly from external data. find in documentation table = html.xpath('//table') print(table[0].xpath('//td')[0].text) 钩子使图像流过整个过程时遇到了问题。

下面是我们正在尝试做的基础。

woocommerce_cart_item_thumbnail

0 个答案:

没有答案