v1.6-v1.7 Product Questions Module

PrestaDevMan

New member
XNullUser
Joined
Nov 22, 2021
Messages
27
Reaction score
0
Points
1
NullCash
19
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
789
Points
113
NullCash
6,275
Thank you very much! It is very good module!
 

unique

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 12, 2020
Messages
2,990
Reaction score
492
Points
83
NullCash
890
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