format_raw

Open to all! Ask other shopowners for help.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: format_raw

Post by heatherbell »

ecartz wrote: Fri Mar 01, 2024 7:28 am It looks like ->get('products_date_added') would be correct in any place where the manufacturer data is loaded.
Yes, had discovered that:
heatherbell wrote: Thu Feb 29, 2024 4:12 pm Used $product->get('date_added') and $product->get('products_date_added') in product_card
but that outputs nothing in any place where the manufacturer data is not loaded.


Join The Code Co-op to get access to your library in the Code Co-op Forum
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: format_raw

Post by ecartz »

Code: Select all

$product->get('products_date_added') ?? $product->get('date_added')


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply