Informazioni per la gestione del sito delle iscrizioni

 

 

SITO ISCRIZIONI

·       Installato i seguenti prodotti:

·       WORDPRESS 5.3

o   /web/htdocs/www.parrocchiaassago.it/home/iscrizioni

§  Database: Sql526241_2

§  Host database: 62.149.150.148

o   Tema Deli

·       Installato i seguenti Plugin:

 

 

Titolo

Descrizione

Utilizzo

Advanced Order Export For WooCommerce

Export orders from WooCommerce with ease (Excel/CSV/XML/JSON supported)

 

Extra Product Options (Product Addons) for WooCommerce

Add extra product options in product page.
Versione 2.1.1 | Di ThemeHigh

Gestione dei campi per l’anagrafica.
Selezionato tramite categoria “anagrafica”

Product Customer List for WooCommerce

 

Displays a list of customers that bought a product on the edit page.
Versione 2.9.1 | Di Kokomo

Per visualizzare l’elenco dei clienti che ha Fatto una iscrizione (Prodotto)

Title Remover

Gives you the ability to hide the title of any post, page or custom post type item without affecting menus or titles in the admin area.
Versione 1.2.1 | Di WPGurus

 

User Menus

Quickly customize your menus with a user's name & avatar, or show items based on user role.
Versione 1.2.1 | Di Code Atlantic

Cambiare i menu in funzione del login name (ruolo)

User Registration

Drag and Drop user registration form and login form builder.
Versione 1.7.4 | Di WPEverest 

 

WooCommerce

Un kit di strumenti per il commercio elettronico che ti aiuta a vendere qualunque cosa. In modo stupendo.
Versione 3.8.0 | Di Automattic

 

WooCommerce PayPal Checkout Gateway

A payment gateway for PayPal Checkout (https://www.paypal.com/us/webapps/mpp/paypal-checkout).
Versione 1.6.17 | Di WooCommerce

 

WooCommerce Product Table Lite

Display your WooCommerce product catalog in beautiful responsive tables.
Versione 1.9.2 | Di
WC Product Table

 Creazione della tabella di prodotti

WooCommerce Satispay

With Satispay you can send money to friends and pay in
Versione 1.4.3 | Di
Satispay

 

 

Personalizzazione dell’installazione:

·       Tolto prodotti correlate dal tema:

Aggiunto al file ……../wp-includes/functions.php

add_filter('woocommerce_product_related_posts_query', '__return_empty_array', 100);

 

 

·       aggiunto codice per default prodotto virtuale:

add_action( 'woocommerce_product_options_general_product_data', 'enable_virtual_option' );

function enable_virtual_option(){

?>

        <script>

            (function($){

                $('input[name=_virtual]').prop('checked', true);

            })(jQuery);

        </script>

        <?php

}

·       Rimosso la sezione: “forse vi interessano anche i seguenti prodotti”:

o   remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

o   ftp://1142395%40aruba.it:assago2012@ftp.parrocchiaassago.it/www.parrocchiaassago.it/iscrizioni/wp-content/themes/deli/functions.php

·        

·        

·        

·       Woocommerce->Impostazioni->Email->Ordine in elaborazione:

·       Aggiunto template email al cliente:  ordine in elaborazione

·       ftp://1142395%2540aruba.it@ftp.parrocchiaassago.it/www.parrocchiaassago.it/iscrizioni/wp-content/themes/deli/woocommerce/emails/customer-on-hold-order.php

·        

·       Woocommerce->Impostazioni->Email->Ordine in sospeso:

·       Aggiunto template email al cliente:  ordine in sospeso

·       ftp://1142395%2540aruba.it@ftp.parrocchiaassago.it/www.parrocchiaassago.it/iscrizioni/wp-content/themes/deli/woocommerce/emails/customer-processing-order.php