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

Фильтр товара по налилию и ocfilter


relative
 Share

Recommended Posts

Добрый гдень!
Уважаемые учасники форума, пожалуйси подскажите сложно ли бугдет "подружить" с ocfilter?
Ипотому что когда фильтр по налилию активен - он сбрасывается при выпотому чторе опций ocfilter.

Пропотому чтовал ик:

catalog/controller/extension/module/ocfilter.php

 

 $instock_true = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";

if (preg_match('instock', $instock_true)) {
$json['href'] = str_replace('&', '&', $this->ocfilter->link($this->ocfilter->getParams())) . '?instock=true';
} else {
$json['href'] = str_replace('&', '&', $this->ocfilter->link($this->ocfilter->getParams()));
} 

 

Но увы, - это не рилииет(

 

Да, адаптировал его к OC3 (надо чтоб рилиило в этот версии)

module.ocmod.zip

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

×
×
  • 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.