Hi,
Is there a way to show images and manufacturer or link of the ordered products in orders, order views and emails?
Thank you!
Item images and/or Manufacturer in order
-
- Phoca Member
- Posts: 10
- Joined: 10 May 2020, 19:03
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Item images and/or Manufacturer in order
Hi, for now there is no such option, so this needs to be customized in the output code
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 10 May 2020, 19:03
Re: Item images and/or Manufacturer in order
Hi Jan, if i decide to try - which files should i look for? Will an update override them?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Item images and/or Manufacturer in order
Hi,
the file for displaying orders is stored in layouts:
components\com_phocacart\layouts\order.php
If a modification is done to this file, it will be overriden by update. This is why Joomla! uses overrides for this. So you can override this file in your template and it will be not changed by Phoca Cart Update:
https://docs.joomla.org/How_to_override ... omla!_core
Jan
the file for displaying orders is stored in layouts:
components\com_phocacart\layouts\order.php
If a modification is done to this file, it will be overriden by update. This is why Joomla! uses overrides for this. So you can override this file in your template and it will be not changed by Phoca Cart Update:
https://docs.joomla.org/How_to_override ... omla!_core
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 10 May 2020, 19:03
Re: Item images and/or Manufacturer in order
Thanks a lot!
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Item images and/or Manufacturer in order
Ok
If you find Phoca extensions useful, please support the project