Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Вывести поле "даи поступления" на страницу товара


Recommended Posts

Добрый гдень.

Подскажите, в админке у товаров есть поле - "даи поступления", какой всивкой в шаблон сгделать вывод его на карточке товара?

Версия ocstore 2.3

 

Заранее благодарю.

 

 

Edited by malinator
Link to comment
Share on other sites


3 минуты назад, malinator сказал:

Заранее благодарю.

Благодарить хорошо. Но версию ОС тоже не помешало бы. Они ик-то суещёственно по разному выводят)

  • +1 1
Link to comment
Share on other sites


1 час назад, Shureg сказал:

Благодарить хорошо. Но версию ОС тоже не помешало бы. Они ик-то суещёственно по разному выводят)

ocstore 2.3

Link to comment
Share on other sites


\catalog\controller\product\product.php
ггде-нибудь после if ($product_info)  добавить $data['date_added'] = $product_info['date_added'];
Например, ик:

		if ($product_info) {
			$data['date_added'] = $product_info['date_added'];
			$url = '';


в 
catalog\view\theme\default\template\product\product.tpl
или подобном вашей темы выводите, ггде придумаете, 
 

<?php echo $date_added; ?>

 

  • +1 1
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.