Hi, when i set date in product, when is product pulish , can i see it on front-end ?
example how countdown or date ? thanks
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
Hi, can I access the variable in which the date is stored?
thanks
Yes
This works with my template:
$cdate = strtotime ($this->product->created_on) ;
Jörgen @ Kreativ Fotografi