Deprecated: Return type of WPCF7_FormTag::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-content/plugins/contact-form-7/includes/form-tag.php on line 385

Deprecated: Return type of WPCF7_FormTag::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-content/plugins/contact-form-7/includes/form-tag.php on line 377

Deprecated: Return type of WPCF7_FormTag::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-content/plugins/contact-form-7/includes/form-tag.php on line 371

Deprecated: Return type of WPCF7_FormTag::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-content/plugins/contact-form-7/includes/form-tag.php on line 389

Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Cookie/Jar.php on line 63

Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Cookie/Jar.php on line 73

Deprecated: Return type of Requests_Cookie_Jar::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Cookie/Jar.php on line 89

Deprecated: Return type of Requests_Cookie_Jar::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Cookie/Jar.php on line 102

Deprecated: Return type of Requests_Cookie_Jar::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Cookie/Jar.php on line 111

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 51

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 68

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 82

Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client2/web17/web/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php:15) in /var/www/clients/client2/web17/web/wp-includes/feed-rss2.php on line 8
EDV-Mediaservice https://www.edv-mediaservice.de Wed, 28 Feb 2018 09:24:45 +0000 de-DE hourly 1 https://wordpress.org/?v=6.1.6 Sofortueberweisung mit Paid Memberships Pro https://www.edv-mediaservice.de/sofortueberweisung-mit-paid-memberships-pro/ Tue, 12 Jul 2016 13:04:25 +0000 http://www.edv-mediaservice.de/?p=160 setAmount($sofort_args['amount']); $Sofortueberweisung->setCurrencyCode('EUR'); $Sofortueberweisung->setSenderCountryCode('DE'); $Sofortueberweisung->setReason($sofort_args['item_name'], 'Verwendungszweck'); $Sofortueberweisung->setSuccessUrl(pmpro_url(„confirmation“, „?level=“ . $order->membership_level->id), true); $Sofortueberweisung->setAbortUrl(pmpro_url(„cancel“, „?level=“ . $order->membership_level->id)); $Sofortueberweisung->setNotificationUrl(pmpro_url(„levels“, „?level=“ . $order->membership_level->id)); $Sofortueberweisung->setCustomerprotection(true); $Sofortueberweisung->sendRequest(); if($Sofortueberweisung->isError()) { echo $Sofortueberweisung->getError(); } else { $paymentUrl = $Sofortueberweisung->getPaymentUrl(); $_SESSION[„sofort_transactionsid“] = $Sofortueberweisung->getTransactionId(); wp_redirect($paymentUrl); } //check transaction $sofort = new SofortLib_TransactionData($Sofortueberweisung); $sofort->addTransaction($_SESSION[„sofort_transactionsid“]); $sofort->sendRequest(); $sofort_status = $sofort->getStatus(0); […]]]> //make transaction
$configkey = pmpro_getOption(„configkey“);

$Sofortueberweisung = new Sofortueberweisung($configkey);
$Sofortueberweisung->setAmount($sofort_args['amount']);
$Sofortueberweisung->setCurrencyCode('EUR');
$Sofortueberweisung->setSenderCountryCode('DE');
$Sofortueberweisung->setReason($sofort_args['item_name'], 'Verwendungszweck');
$Sofortueberweisung->setSuccessUrl(pmpro_url(„confirmation“, „?level=“ . $order->membership_level->id), true);
$Sofortueberweisung->setAbortUrl(pmpro_url(„cancel“, „?level=“ . $order->membership_level->id));
$Sofortueberweisung->setNotificationUrl(pmpro_url(„levels“, „?level=“ . $order->membership_level->id));
$Sofortueberweisung->setCustomerprotection(true);
$Sofortueberweisung->sendRequest();

if($Sofortueberweisung->isError()) {
echo $Sofortueberweisung->getError();
} else {
$paymentUrl = $Sofortueberweisung->getPaymentUrl();
$_SESSION[„sofort_transactionsid“] = $Sofortueberweisung->getTransactionId();
wp_redirect($paymentUrl);
}

//check transaction
$sofort = new SofortLib_TransactionData($Sofortueberweisung);
$sofort->addTransaction($_SESSION[„sofort_transactionsid“]);
$sofort->sendRequest();
$sofort_status = $sofort->getStatus(0);

if ($sofort_status == „pending“ OR $sofort_status == „received“){
//Sofortüberweisung erfolgreich
}else{
//Sofortüberweisung fehlgeschlagen
}

]]>
Letzte Beiträge als Shortcode https://www.edv-mediaservice.de/letzte-beitraege-anzeigen/ Thu, 02 Jun 2016 11:47:33 +0000 http://www.edv-mediaservice.de/?p=93 post_title; $post_date = $post->post_date; $post_content = substr($post->post_content, 0, 165); $comment_count = $post->comment_count; $post_permalink = get_permalink($post->ID); $thumbnail = get_the_post_thumbnail( $post->ID, 'thumbnail', array( 'class' => '', 'alt' => $post_title, 'title' => $post_title ) ); $output .= ' ' […]]]>

]]>
AJAX Update Anzahl und Preis https://www.edv-mediaservice.de/ajax-update-anzahl-und-preis/ Thu, 02 Jun 2016 11:45:14 +0000 http://www.edv-mediaservice.de/?p=91 Artikel –]]>

]]>
Mindestbestellwert ohne Plugin https://www.edv-mediaservice.de/mindestbestellwert-ohne-plugin/ Thu, 02 Jun 2016 11:39:50 +0000 http://www.edv-mediaservice.de/?p=89 cart->subtotal != 0) if( $woocommerce->cart->subtotal < $minorder){ wc_add_notice( sprintf(__('Sie haben den Mindestbestellwert ' . $minorder . ' Euro noch nicht erreicht ! ', 'woocommerce'), home_url()) ); wp_redirect( get_permalink( woocommerce_get_page_id( 'cart' ) ) ); exit; } } }]]> add_action('the_post','minimum_order_func',10); function minimum_order_func(){ global $woocommerce; if (is_checkout()){ $minorder = 15; if( $woocommerce->cart->subtotal != 0) if( $woocommerce->cart->subtotal < $minorder){ wc_add_notice( sprintf(__('Sie haben den Mindestbestellwert ' . $minorder . ' Euro noch nicht erreicht ! ', 'woocommerce'), home_url()) ); wp_redirect( get_permalink( woocommerce_get_page_id( 'cart' ) ) ); exit; } } } ]]> Ändern des Kaufen-Buttons https://www.edv-mediaservice.de/aendern-des-kaufen-buttons/ Thu, 02 Jun 2016 11:38:04 +0000 http://www.edv-mediaservice.de/?p=87 add_filter( 'woocommerce_order_button_text', function () { return 'Kostenpflichtig bestellen'; }); ]]> Paypal API Daten https://www.edv-mediaservice.de/paypal-api-daten/ Mon, 08 Feb 2016 12:26:00 +0000 http://www.edv-mediaservice.de/?p=77

]]>
Drucken auf dem lokalen Drucker von einem Remotecomputer https://www.edv-mediaservice.de/drucken-auf-dem-lokalen-drucker-von-einem-remotecomputer/ Mon, 25 Jan 2016 10:12:03 +0000 http://www.edv-mediaservice.de/?p=1

]]>