-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.16
Hi
I am trying to add a custom field from the table product to the account page. I already have one field from table order which shows as per attachment of the view user / cpanel_orders.php.
<div> <?php echo $order->notes; ?></div>
I now have a text field of eta for the table product , which displays on the product listing and product page. Is it possible to add code so that it also display in the user cpanel? I did try this but it doesn't show <?php echo $product->eta; ?>
Thanks
Dave