Plugin Directory

Changeset 3479703


Ignore:
Timestamp:
03/11/2026 04:47:45 AM (4 weeks ago)
Author:
trackship
Message:

Version 2.0.0

Location:
trackship-for-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trackship-for-woocommerce/tags/2.0.0/includes/class-wc-trackship-front.php

    r3479095 r3479703  
    890890                        'items_total_price' => $item->get_total(),
    891891                        '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' ),
    893893                    );
    894894                }
  • trackship-for-woocommerce/trunk/includes/class-wc-trackship-front.php

    r3479089 r3479703  
    890890                        'items_total_price' => $item->get_total(),
    891891                        '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' ),
    893893                    );
    894894                }
Note: See TracChangeset for help on using the changeset viewer.