Forum Replies Created
-
AuthorPosts
-
October 12, 2017 at 7:10 pm in reply to: Curious Delay/Speed Issue on placing the Order with WooCommerce #863576
Hi John,
thanks for your help! I’ve got information updates – and all of them show me, that it’s not enfolds fault.
I’ll tell you what i’ve tried – so maybe someone has any further ideas :)
– I called my hoster (1&1): They couldn’t give me a full apache log… very poor :(
– I installed WP Super Cache, optimized pics, … mosty all hints from the link you gave me
– I checked with WPs Twenty Seventeen template
– https://docs.woocommerce.com/document/endless-loadingspinner-on-the-checkout-page/ tried/checked this
– This guy had the same issue (caused by email delivery / solution: smtp queue plugin) – but in my case it didn’t help.
tried even to deativate the order confirmation mail.
– and tried this: https://wpfixit.com/why-is-woocommerce-so-slow/But nothig helped :(
I know, it seems NOT to be an enfold issue – but you all are smart guys :)
I will also contact woo support forum…Best regards,
BirgerOctober 10, 2017 at 7:34 pm in reply to: Curious Delay/Speed Issue on placing the Order with WooCommerce #862637Hi John,
do you really think it’s a server issue? I checked the standard logs i could get, but there are no further information or anything helpful.
In access logs i can only see the IP and browser infos. I activated the error logs, but the are no errors. CPU load “idles” between 5-20%.
So the server seems to be chilly during this process.Can you give me a hint for what type of logs i should ask my provider?
Greetz,
BirgerSeptember 6, 2017 at 5:01 pm in reply to: Fullwidth Color-Sec with LayerSlider on Mobile View #848746Nice! …so simple :)
Many thanks!
Greetz,
BirgerSeptember 6, 2017 at 4:55 pm in reply to: Fullwidth Color-Sec with LayerSlider on Mobile View #848737This reply has been marked as private.September 3, 2017 at 10:02 am in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #847354Hi Mike,
yes, you can close this thread.
Greetz,
BirgerAugust 29, 2017 at 11:40 am in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #845285Hi Basilis,
me again :) I found a solution.
wc_print_notices(); is the code which is displaying the messages.
So I created a shortcode in functions.php and put the shortcode into a code-block element on the ALB-product-page!function custom_shortcode_func() { ob_start(); ?> <?php wc_print_notices(); $output = ob_get_clean(); return $output; } add_shortcode('show_woo_errors', 'custom_shortcode_func');
- This reply was modified 7 years, 2 months ago by SaikoSports.
August 29, 2017 at 10:40 am in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #845266Hi Basilis,
yes I understand this. Without the ALB everything is working fine and the errors of the “Product Addons-Plugin” are shown if you
dont fill out a requiered field.But it would be really nice if I could use the ALB for building up the products. So isn’t there a possibility the add somewhere some code, that ALB-built-products show the errors too?
Greetz
BirgerAugust 24, 2017 at 12:27 am in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #843327Hi Basilis,
thanks for your reply.
I am using the official Woo extension “product addons” for creating input fields, select boxes and so on…
So the missing errors should be displayed, if a required field is not answered/selected correctly.I’ve recently recognized, if you don’t input the size (required field) of the product (for example http://www.taisei-karategi.com/produkt/mizu-kopie)
and put it into the basket, the page reloads without an error, but with a click on the basket, the error is shown there.
But for the customer the error has to be shown at the product page ;)I’d like to give you a more professional description of my problem, but i’m really new to the WordPress/WooCommerce world.
Just feel free to take a look at the project (logins are already posted) or ask/tell me where i have to look to give you needed information.Greetz,
BirgerAugust 19, 2017 at 9:27 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #841427Hi Victoria,
just tried your code, but no difference :(
I put it into my cild-themes functions.php
August 18, 2017 at 2:14 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #840874Hi Victoria,
there was a typo in the password… now it works!
August 16, 2017 at 2:27 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #839880This reply has been marked as private.August 14, 2017 at 4:41 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #838758This reply has been marked as private.August 14, 2017 at 4:33 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #838751This reply has been marked as private. -
AuthorPosts