web4studio2019
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Double weight Info at PDFDear Yordan.
That’s right, your guess was correct. The line is only included once in the order. A third party plugin may cause this issue… I guess it might be the german market plugin, what do you think about it?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Double weight Info at PDFThey use the SIMPLE template + Astra Child Theme.
Many thx… Nadine
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Double weight Info at PDFHey there
Unfortunately still the same. May i have a wrong function.php?
See below:
—
<?php
/**- Astra Child Theme functions and definitions
* - @link https://developer.wordpress.org/themes/basics/theme-functions/
* - @package Astra Child
- @since 1.0.0
*/
/**
- Define Constants
*/
define( ‘CHILD_THEME_ASTRA_CHILD_VERSION’, ‘1.0.0’ );
/**
- Enqueue styles
*/
function child_enqueue_styles() { wp_enqueue_style( ‘astra-child-theme-css’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘astra-theme-css’), CHILD_THEME_ASTRA_CHILD_VERSION, ‘all’ );
}
add_action( ‘wpo_wcpdf_custom_styles’, function( $document_type, $document ) {
if ( $order = $document->order ) {
?>
.weight:first-child {
display: none;
}
<?php
}
}, 10 , 2 );add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_styles’, 15 );
add_filter( ‘wc_add_to_cart_message_html’, ‘my_custom_add_to_cart_message’ );
function my_custom_add_to_cart_message( $message ) {
$message .= sprintf( ‘%s‘, get_permalink( woocommerce_get_page_id( ‘shop’ ) ), ‘Weiter Shoppen’);
return $message;
}add_shortcode( ‘ekaa_back_btn’ , ‘ekaaBackButton’);
function ekaaBackButton(){
if ( wp_get_referer() ) {
$button = “\n zurück”;
echo ( $button );
}
}Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi Steve
I will let u know next week. Many thx so far..
Nadine
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Dear Steve
https://lightlifetechnology.com/ Sure. No problem. Thanks for asking.
Have a nice weekend
Nadine
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi
Yes directly from GoDaddy Poynt Settings. I think i can’t regenerate a private key. Because it will generate a problem with the live site. Right?
Which account you wann access? GD?
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi
I did also updated to PHP 8.1
Many thx
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi
Yes it was a MWP –> CPanel hosting.
Now the SSL is active.
Pls check again. The solutions is not to update the plugin for now?
Many thx
Nadine
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi Steve
Regarding SSL i have no idea. What we can do for now?
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2You’ve got mail 😉
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Done / support@skyverge.com
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi
Yes its a cpanel hosting package at godaddy. How can i send you the login credentials safely?
Many thx
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2Hi Steve
Same issue with theme Twenty Twenty-ThreeVersion: 1.0
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2We use this plugin only at our staging site, because the live site is an managed wp server incl. GD core plugins. We want to move from managed wp to cpanel hosting within godaddy packets
Forum: Plugins
In reply to: [GoDaddy Payments for WooCommerce] Critical Error on plugin update 1.3.2 - Astra Child Theme functions and definitions