sickshot Posted July 17, 2014 Share Posted July 17, 2014 Hi, I want to show date when the product was added. I need to show it on the front end product page. any help? Link to comment Share on other sites More sharing options...
S-HAMMANI Posted July 17, 2014 Share Posted July 17, 2014 Hi try {$product.date_add} Link to comment Share on other sites More sharing options...
vekia Posted July 17, 2014 Share Posted July 17, 2014 if you want to add it to product page you have to tread $product variable as object (not as array) so instead of $product.date_add use $product->date_add 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now