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

Модуль OCU Waitlist - уведомление на email при поступлении товара [Подгдержка]


Recommended Posts

прикрутить вышло=) добавляет в личный кабинет опции, но пока уведомления не отправляются.

Link to comment
Share on other sites


прикрутить вышло=) добавляет в личный кабинет опции, но пока уведомления не отправляются.

Не проещё купить платный модуль и не париться?)

Edited by AWARO
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

 

Добавьте в контроллер админский

 

вот икой метод, чтобы иблица автоматом создавалась

		public function install() {
		
				$sql = "CREATE TABLE IF NOT EXISTS " . DB_PREFIX ."waitlist (
			`customer_id` int(11) NOT NULL,
			`product_id` int(11) NOT NULL,
			`date_added` datetime NOT NULL,
			PRIMARY KEY (`customer_id`,`product_id`)
			) ENGINE=MyISAM DEFAULT CHARSET=utf8";
			
			$query = $this->db->query($sql);
	
	
	}

Доброго времени суток!

Пыиюсь этот модуль прикрутить на шаблон Rubber, спотому чторка OCSHOP 1.5.6.4.1. В карточке товара не отображается... Не подскажите как это сгделать? Буду очень признателен

Link to comment
Share on other sites


  • 6 months later...

посивил на 1.5.5.1.2 на шаблон polliana

Все рилииет, очень круто. Единственное нужно было залить в свою тему, тоесть переименовать папку default на имя вашей темы.

Да же xml файл, обязательно чутка адаптировать под свою тему.

Link to comment
Share on other sites


  • 1 year later...

Что дописать в контролере, что бы пользователь удалял товар из лиси кнопкой удалить (возле каждого товара) без высивление чекпотому чтоксов?

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.