VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: roman5527 on April 23, 2019, 15:19:18 PM

Title: Product date of sale
Post by: roman5527 on April 23, 2019, 15:19:18 PM
Hi, when i set date in product, when is product pulish , can i see it on front-end ?
example how countdown or date ? thanks
Title: Re: Product date of sale
Post by: Jörgen on April 23, 2019, 15:22:54 PM
The product is published when You tick the box published. All other dates just control stock presentation. You have to make edits to Your template files to publich products by date.

Jörgen @ Kreativ Fotografi
Title: Re: Product date of sale
Post by: roman5527 on April 23, 2019, 17:29:40 PM
Hi, can I access the variable in which the date is stored?

thanks
Title: Re: Product date of sale
Post by: Jörgen on April 23, 2019, 17:45:56 PM
Yes

This works with my template:

$cdate = strtotime ($this->product->created_on) ;

Jörgen @ Kreativ Fotografi