• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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...
 
  • Love
  • Like
Reactions: reyyez and Babak
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 );
 
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: Babak
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
Thank you for this wonderful theme! @Babak 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:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock