FranciscoAMK
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Thanks mhicauber, that did the trick for me 🙂
Forum: Plugins
In reply to: [WooCommerce] Payement gateways and update to woocommerce 2.0.4Just put the “wc-dineromail” folder into the plugin’s root folder, then activate the plugin from the wordpress admin.
That may work.
Forum: Plugins
In reply to: [WooCommerce] Payement gateways and update to woocommerce 2.0.4Thanks a lot. It worked fine for me.
Forum: Plugins
In reply to: [WooCommerce] Payement gateways and update to woocommerce 2.0.4Oh sorry. So, the question is: Where do I have to put this line into woocommerce.php?
include( 'classes/gateways/dineromail/class-wc-dineromail.php' );Forum: Plugins
In reply to: [WooCommerce] Payement gateways and update to woocommerce 2.0.4¿En qué línea o dentro de qué función haces la llamada en woocommerce.php?
include( 'classes/gateways/dineromail/class-wc-dineromail.php' );Forum: Plugins
In reply to: [OptionTree] Meta Boxes on specific theme template pageI did this and worked very well for me. The only problem is that you have to save the post an then the meta box appear.
$post_id = $_GET['post'] ? $_GET['post'] : $_POST['post_ID']; $template_file = get_post_meta($post_id, '_wp_page_template', TRUE); if ($template_file == 'template-quienessomos.php') { ot_register_meta_box( $quienessomos_meta_box ); }Forum: Plugins
In reply to: [OptionTree] Meta boxes for pages using a certain templateGreat idea, thanks a lot.
Viewing 7 replies - 1 through 7 (of 7 total)