追加したい箇所は2カ所あります。
(1)カート以外全ページ共通表示される店舗ロゴ画像のタグ
<div class="p-logo p-header__logo">
<a href="https://hogehoge.com/ec/">
<img src="https://hogehoge.com/ec/wp-content/uploads/2022/11/logo.png"
(2)商品詳細ページのメイン画像のタグと、拡大画像のタグ
<div class="p-entry-product__mainimage">
<img class="p-entry-product__mainimage-normal tcd-lazy loaded" src="https://hogehoge.com/ec/wp-content//uploads/2022/11/item1.jpg" alt="●●●" data-src="https://hogehoge.com/ec/wp-content/uploads/2022/11/item1.jpg" data-was-processed="true">
<div class="p-entry-product__mainimage-zoom">
<img class="p-entry-product__mainimage-zoom-image tcd-lazy loaded" src="https://hogehoge.com/ec/wp-content//uploads/2022/11/item1.jpg alt="●●●" data-src="https://hogehoge.com/ec/wp-content/uploads/2022/11/item1.jpg" data-was-processed="true" style="transform: translate3d(-555px, -750.895px, 0px);">