VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: tjrayner on July 11, 2018, 16:15:29 PM

Title: Show product alias on order page
Post by: tjrayner on July 11, 2018, 16:15:29 PM
Please can someone help me find a way to get the product alias to show on the order page. I've tried adding different things to the order_item.php page but cannot work out the correct code
Title: Re: Show product alias on order page
Post by: Jörgen on July 11, 2018, 21:58:57 PM
Vm version, Joomla etc

Jörgen @ Kreativ Fotografi
Title: Re: Show product alias on order page
Post by: Studio 42 on July 11, 2018, 23:57:19 PM
do a var_dump or a print_r of the $item in the foreach loop, so you see all fields
Title: Re: Show product alias on order page
Post by: tjrayner on July 16, 2018, 14:27:37 PM
Sorry, Joomla 3.8.10 with Virtuemart 3.2.14
Title: Re: Show product alias on order page
Post by: tjrayner on July 16, 2018, 15:07:16 PM
Quote from: Studio 42 on July 11, 2018, 23:57:19 PM
do a var_dump or a print_r of the $item in the foreach loop, so you see all fields

Thanks Studio 42, this is something I've never done before but figured it out and it worked a treat. Thank you very much for pointing me in the right direction