News:

AbanteCart v1.4.3 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ixl

#46
This was the line I tried to put into the  admin/view/default/template/responses/sale/order_invoice.tpl file, but I dont think I am doing it right at all...

(snip)



<td><?php echo $product['thumbnail_url']; ?></td>
<td><?php echo $product['model']; ?></td>
<td class="right"><?php echo $product['quantity']; ?></td>
#47
Hi,

Thanks for taking the time to reply and help.

Will this also work for the customer invoice? 
Quote from: Basara on August 25, 2025, 01:55:36 AMHello.
For adding product images in the order confirmation email, please implement the changes from this commit.
Once applied, update your email template to use thumbnail_url for the product images.
#48
Installation and Configuration / Re: Product Image Linking
September 06, 2025, 04:41:15 AM
Hi Tim

Did you manage to resolve this at all?

I've been trying to do the same thing.  Even reviewing the customers preview of their order which actually shows the image against the product purchase line, but using this code so far hasnt worked...  yet.

Maybe someone has since sorted it but if this is known or could be shared it would be apprecaited.
#49
Support / Re: Can refunds be issued from Abantecart?
August 31, 2025, 09:11:02 AM
I am extremely surprised at this.

You should still be able to credit back the order and produce a credit note.

Its a standard function IMHO.

Crediting the customer for future orders is not the same and even if you arrange the credit from the merchant gateway you use, you should still then be able to create the credit note of the order.

Very strange.

#50
Any thoughts on the above would be appreciated. Thanks :)
#51
Thanks for the reply.

Quote from: Basara on August 18, 2025, 07:27:03 AMFor images, this is trickier. We plan to add support in 1.4.3, but for now you'd need to extend the data passed to the email in the model to include product image URLs, then call them in your template.

This is what I am after but for the email template AND the confirmation PDF / Report as per OP.

The code (to a degree) is already being used or similar to show what I am after already within the website pages (as per the screenshot I shared in the OP in Order Details page), but its not in the email confirmations or document confirmation / invoice template which you would want to print and send with your order.

Is there a way to find this code thats already in place, so this could be adopted to both areas to the email and documents?



#52
Quote from: Basara on August 18, 2025, 01:50:29 AMHello,
You can customize the emails by navigating to Admin > Design > Email Templates. Look for the template named storefront_order_confirm to make your edits.

Hi, Yes I found the templates before I posted this, I should of stated that, sorry.  However there are no "hooks" so to speak to bring in the required linked images for each order line.

If someone can share the HTML code to do that, it would be appreciated.




#53
Hi.

Probably been asked many times before, but I cannot see historically where this has been asked.

When a customer is placing the order, at the final cart page and in their order history, they can see a preview on the website showing details of the order in full, showing in the main grid:

IMAGE - DESCRIPTION - MODEL - SKU - UNIT PRICE - QUANTITY - TOTAL.

When I set up the site, I was of the impression the emails the customer gets, and order documents (that you can print from admin or from the account) show the main product image with the detail as explained above.  However these do not, its just a basic summary of the same info but without the image. EG

PRODUCT CODE - MODEL - QTY - UNIT PRICE - TOTAL.


Is there a way to get the image to show per order line, within the order email confirmation and printable order document in the same way as you can do from the site page?

Basically I want to have two templates, one email and one printable document that can show the product images at will.

See attached:

Invoice print version (no product image)
Email confirmation version (no product image)
Customer Webpage Invoice View - (has product image)




Thanks in advance.









Forum Rules Code of conduct
AbanteCart.com 2010 -