在帐户页面上显示 Woocommerce 订单图像

时间:2021-06-03 23:16:50

标签: image woocommerce product orders

我想显示客户最近订单中产品的产品缩略图。我希望在他们帐户的 orders.php 页面上展示这些内容吗?

我已经实现了这段代码

import boto3

s3_client = boto3.client('s3',
                         region_name='us-west-2')


trz_bucket = 'our_data'


trz_prefix = 'our_folder/'


result = s3_client.list_objects(Bucket=trz_bucket, Prefix=trz_prefix, Delimiter='v')

result.get('CommonPrefixes')

enter image description here

附上结果。我希望这些是硬剪裁的 - 但我觉得我遗漏了什么?

0 个答案:

没有答案