v1.6-v1.7 All-in-one: Related Products, Cross Selling, Upsell Module V 1.1.6

jpo

Member
XNullUser
Joined
May 12, 2022
Messages
73
Reaction score
0
Points
6
NullCash
0

Amazing thank you for sharing this module!​

 

markrest

Member
XNullUser
Joined
May 3, 2021
Messages
138
Reaction score
0
Points
16
NullCash
1
just what i was looking for, thank you so much for sharing ...
 

Vadimuch

Member
XNullUser
Joined
Mar 23, 2020
Messages
404
Reaction score
15
Points
18
NullCash
8
Thank you very much (y) Thank you very much (y)
Post automatically merged:

Ті, в кого модуль не працює, потрібно:
1. Перейти сюди
g_relatedcrosssellingproducts/controllers/admin
2. В файлі AdminGcrosssellingController.php видаляємо умову
192 (строка) $this->errors[] = $this->l('Sorry this function is disabled in demo mode');
else
щоб вийшло
190 }else if (Tools::isSubmit('saveConfig'))
191 {
192 if($this->context->employee->id > 1){
193 $shop_groups_list = array();
3. В файлі AdminGrelatedruleController.php видаляємо умову
443 $this->errors[] = $this->l('Sorry this function is disabled in demo mode');
else
щоб вийшло
440 Tools::isSubmit('showin_productg_relatedrule')){
441
442
443 if($this->context->employee->id > 1){
444
445 $id_g_relatedrule = Tools::getValue('id_g_relatedrule');
 
Last edited:

Vadimuch

Member
XNullUser
Joined
Mar 23, 2020
Messages
404
Reaction score
15
Points
18
NullCash
8
і ще в файлі AdminGrelatedruleController.php видаляємо умову
616 $errors[] = $this->l('Sorry this function is disabled in demo mode');
else
щоб вийшло
615 $errors = array();
616 if($this->context->employee->id > 1){
617 $id_rule = (int)Tools::getValue('id_g_relatedrule');
далі прибираємо умову тут
909 $this->errors[] = $this->l('Sorry this function is disabled in demo mode');
910 else
щоб вийшло
908 if(Tools::isSubmit('statusg_relatedrule')){
909 if($this->context->employee->id > 1)
910 parent::postProcess();
 

tgd173

Member
XNullUser
Joined
Apr 19, 2022
Messages
129
Reaction score
14
Points
18
NullCash
13
Thank you very much for this module!
It would be appreciated to have latest version for v8.
Thank you!
 
Top