Changeset 3479703
- Timestamp:
- 03/11/2026 04:47:45 AM (4 weeks ago)
- Location:
- trackship-for-woocommerce
- Files:
-
- 2 edited
-
tags/2.0.0/includes/class-wc-trackship-front.php (modified) (1 diff)
-
trunk/includes/class-wc-trackship-front.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trackship-for-woocommerce/tags/2.0.0/includes/class-wc-trackship-front.php
r3479095 r3479703 890 890 'items_total_price' => $item->get_total(), 891 891 'item_unit_price' => $item->get_subtotal() / $item->get_quantity(), 892 'product_image' => get_the_post_thumbnail_url( $ product_id, 'thumbnail' ),892 'product_image' => get_the_post_thumbnail_url( $item->get_product_id(), 'thumbnail' ), 893 893 ); 894 894 } -
trackship-for-woocommerce/trunk/includes/class-wc-trackship-front.php
r3479089 r3479703 890 890 'items_total_price' => $item->get_total(), 891 891 'item_unit_price' => $item->get_subtotal() / $item->get_quantity(), 892 'product_image' => get_the_post_thumbnail_url( $ product_id, 'thumbnail' ),892 'product_image' => get_the_post_thumbnail_url( $item->get_product_id(), 'thumbnail' ), 893 893 ); 894 894 }
Note: See TracChangeset
for help on using the changeset viewer.