v1.6-v1.7 Product Questions Module

PrestaDevMan

New member
XNullUser
Joined
Nov 22, 2021
Messages
26
Reaction score
0
Points
1
NullCash
24
its crucial to provide this kind of functionality on your product pages. Will test and report back
 

Sillumin

Well-known member
☆ Pro ☆
Master
Diamond
Elite
Joined
Jun 18, 2021
Messages
3,620
Reaction score
782
Points
113
NullCash
6,226
Thank you very much! It is very good module!
 

unique

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 12, 2020
Messages
2,862
Reaction score
481
Points
83
NullCash
1,184
any link of demo?!!!
version!!!
any link of demo?!!!
version!!!
Post automatically merged:

very old
if (version_compare(_PS_VERSION_, '1.5', '<')){
require_once(_PS_MODULE_DIR_.$this->name.'/backward_compatibility/backward.php');
}

require_once(_PS_MODULE_DIR_.$this->name.'/backward_compatibility/backward_functions.php');

if(version_compare(_PS_VERSION_, '1.6', '>')){
$this->bootstrap = true;
$this->need_instance = 0;
}
 
Top