rayhanrahman420
Forum Replies Created
-
Hi @inpsydekrystian
Thanks for your response. I’ve replied your questions in Jira Support Management thread
Best RegardsHi @inpsydekrystian,
I’ve removed www. from domain but issue remains same . I’ve attached screenshot below
https://tinyurl.com/27czpzmz- This reply was modified 6 months, 2 weeks ago by rayhanrahman420.
Hi @inpsydekrystian
Problem remains same, I’ve already switched to storefront theme, disabled all plugin excerpt WooCommerce and WooCommerce PayPal Payments.Hello @inpsydekrystian
Could please kindly check this https://mygdoc.dstudio.asia/product/beanie/ I’m also facing apple pay issue this domain https://mygdoc.dstudio.asia/ . you don’t need to check https://www.fromagerie.de/ for this domain and I’ve already provided https://mygdoc.dstudio.asia/ server information. I’ve already switched to storefront theme, disabled all plugin excerpt WooCommerce and WooCommerce PayPal Payments.
Best Regards- This reply was modified 6 months, 3 weeks ago by rayhanrahman420.
- This reply was modified 6 months, 3 weeks ago by rayhanrahman420.
Hi,
I’m using given hook this way in my theme function.php after update the event I’m getting critical error. do you have any idea ?
function after_even_update($post_id, $request ){
echo “something”;
}
add_action( ‘tec_events_custom_tables_v1_update_post_after’, ‘after_event_update’);