Support System » All Posts https://support.physcode.com/forums/forum/uray-wordpress-theme/feed/ Mon, 29 Apr 2024 11:05:12 +0000 https://bbpress.org/?v=2.6.9 en-US https://support.physcode.com/forums/topic/basket-expand-issue/#post-14454 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14454 Thu, 01 Feb 2024 04:13:40 +0000 Julia Hi,
So happy to hear that your problem was resolved. I hope you love our theme.

Because your issue is no more. I will close this topic now.
Thanks.

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14449 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14449 Wed, 31 Jan 2024 07:32:26 +0000 ritsicrooker the problem is that the cart-fragments.js is not loading on the site. so i added it on the urray-child/functions.php

function init_mini_cart(){

echo “<script>
wc_cart_fragments_params = {};
wc_cart_fragments_params.ajax_url = ‘/wp-admin/admin-ajax.php’;
wc_cart_fragments_params.fragment_name = ‘wc_fragments_key’;
wc_cart_fragments_params.wc_ajax_url = ‘”.get_site_url().”/?wc-ajax=%%endpoint%%’;
wc_cart_fragments_params.cart_hash_key = ‘myHashKey’;
wc_cart_fragments_params.request_timeout = 1000000;
</script>
“;

wp_register_script(
‘cart-fragments’,
get_site_url().’/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js?’,
array(),
‘0.1’,
true
);

wp_enqueue_script(‘cart-fragments’);

}

add_action(‘wp_enqueue_scripts’,’init_mini_cart’);

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14448 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14448 Wed, 31 Jan 2024 07:29:11 +0000 ritsicrooker yes this is because i fixed it by my own ….

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14437 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14437 Mon, 29 Jan 2024 04:10:44 +0000 Julia Hi,
We tested no problem https://prnt.sc/diFohl0qm-na, please check again.
Thanks.

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14433 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14433 Wed, 24 Jan 2024 20:34:44 +0000 ritsicrooker Hello. Can you just tell me if you are working on it? The site needs to be published and I cannot do anything else unless I know that this can be fixed. Thanks

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14427 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14427 Fri, 19 Jan 2024 12:16:53 +0000 ritsicrooker https://support.physcode.com/forums/topic/basket-expand-issue/#post-14424 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14424 Fri, 19 Jan 2024 10:17:41 +0000 Julia Hi,
Please provide access information so we can check for you.
Thanks.

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14419 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14419 Thu, 18 Jan 2024 11:36:04 +0000 ritsicrooker they helped the other topic so i believe they are going to do the same to my problem too. Its really sad to hear that they didnt event respond to your problem.

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14418 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14418 Thu, 18 Jan 2024 11:10:28 +0000 ekebakker Not only that. It doesn’t even go to the cart anymore and the price goes up x80 instead of paying 80% when a second person is added. The header looks awful, there is even a stripe from left to right, and more things. It’s all a big mess and I’m already waiting since the 1st of January for their help but they seem to refuse. I saw this in more topics; very frustrating because we need to move forward, just like them. Is there an authority where we can claim our rights?

]]>
https://support.physcode.com/forums/topic/basket-expand-issue/#post-14416 <![CDATA[Reply To: Basket expand issue]]> https://support.physcode.com/forums/topic/basket-expand-issue/#post-14416 Thu, 18 Jan 2024 08:51:43 +0000 ritsicrooker If this is helpfull the .widget_shopping_cart_content is empty .. even if i have 3 products in there.. if i add one more product this getting full and correct.. until some refresh.

]]>