Jump to content

Displaying Start/End Date of Promotions


roz

Recommended Posts

Inside product.tpl (theme folder) try:

 

{$product->specificPrice.from}

{$product->specificPrice.to}

 

;)

 

Of course, use a condition to check if there is a specific price first, and dates are actually valid!

Link to comment
Share on other sites

i'm actually not a php coder :)  mind doing the conditions for me? :) 

i tried it inserting first and it's showing the correct dates. only need the conditions and the formatting of date :)

many thanks!

Link to comment
Share on other sites

Inside product.tpl (theme folder) try:

 

{$product->specificPrice.from}

{$product->specificPrice.to}

 

;)

 

Of course, use a condition to check if there is a specific price first, and dates are actually valid!

 

okay i now only need the correct way how to format this in DD-MM-YYYY. can help how to code it? :)

Link to comment
Share on other sites

×
×
  • Create New...