Santé - Organic Shop WordPress Theme

Santé - Organic Shop WordPress Theme v1.3.1

No permission to download

psychorangy

New member
Jun 24, 2022
13
6
3
psychorangy submitted a new resource:

Santé - Organic Shop Wordpress Theme - Untouched

Screen Shot 2022-07-21 at 23.03.09.png


Let your new website thrive with Santé, a fresh contemporary theme dedicated to all modern organic shop websites. Packed with a stunningly designed collection of organic shop & cosmetics layouts, including templates for herbal products, topped off with full Elementor Page Builder compatibility, Santé has everything you’ll need to launch your organic shop website hassle free. Beautiful and organic – that’s your new ecommerce website...

Read more about this resource...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,262
111,761
120
smooth. thanks a lot!

edit: need nulled
For Nulling Open Functions.php and after line 1 add this code
PHP:
$theme_slug   = get_option( 'template' );
$theme_author = wp_get_theme( $theme_slug )->get( 'Author' );
$theme_domain = ( 'Qode Interactive' === $theme_author ) ? 'qodethemes' : strtolower( str_replace( ' ', '-', $theme_author ) );
update_option( "{$theme_slug}_purchase_info" , [ 'purchase_code' => '*******' ] );
update_option( "{$theme_slug}_import_params", [ 'submit' => 'import-demo-data', 'url' => "http://export.{$theme_domain}.com/" ] );

add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
    if ( strpos( $url, 'https://api.qodeinteractive.com/purchase-code-validation.php' ) !== false ) {
        return [
            'response' => [ 'code' => 200, 'message' => 'ОК' ],
            'body'     => json_encode( [ 'success' => true ] )
        ];
    } else {
        return false;
    }
}, 10, 3 );
 

reyyez

Member
Aug 3, 2020
31
3
8
For Nulling Open Functions.php and after line 1 add this code
PHP:
$theme_slug   = get_option( 'template' );
$theme_author = wp_get_theme( $theme_slug )->get( 'Author' );
$theme_domain = ( 'Qode Interactive' === $theme_author ) ? 'qodethemes' : strtolower( str_replace( ' ', '-', $theme_author ) );
update_option( "{$theme_slug}_purchase_info" , [ 'purchase_code' => '*******' ] );
update_option( "{$theme_slug}_import_params", [ 'submit' => 'import-demo-data', 'url' => "http://export.{$theme_domain}.com/" ] );

add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
    if ( strpos( $url, 'https://api.qodeinteractive.com/purchase-code-validation.php' ) !== false ) {
        return [
            'response' => [ 'code' => 200, 'message' => 'ОК' ],
            'body'     => json_encode( [ 'success' => true ] )
        ];
    } else {
        return false;
    }
}, 10, 3 );
Thank you. Works like a charm!
 
  • Love
Reactions: tanierlyons

molij

New member
Aug 20, 2022
7
1
1
hello
thanks for the theme , but i cant see demos pages , also i think is not full nulled
would help how to import data like demo ?
thanks
 
  • Like
Reactions: thanosp

thanosp

New member
Jul 21, 2022
2
0
1
Thank you for this wonderful theme! @Tomz I can't find a way to import the demos that come with it. Also, some functions doesn't seem to change anything.

Edit:
Changing the settings from Sante Core Options doesn't work for me. But I found out that I can change the same settings from Edit Settings.

Edit 2:
Nevermind. I found the demos as pages. Thank you again for your awesomeness!
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu