Comments Ceri York started the conversationFebruary 20, 2021 at 4:09pmWhen my cart is empty the saved for later items do not show. I notice you had this problem some time ago. Do you have a fix or workaround?ThanksCeri 767Janilyn repliedFebruary 22, 2021 at 3:49amHi Ceri,Thanks for contacting us here.We have received reports about this issue but as our workloads are heavy lately so our developers haven't fixed it yet. I will keep you posted when this issue was addressed.Best regards.Janilyn T. - WPClever Support AgentCeri York repliedFebruary 24, 2021 at 1:13pmHi Janilyn, thanks for your response. I found a solution by adding add_action( 'woocommerce_cart_is_empty', array( $this, 'woosl_after_cart_table' ) );to the wpc_save_for_later.php fileHope this helpsCeri xx 767Janilyn repliedFebruary 25, 2021 at 6:28amHi Ceri,Thanks for the useful information. This will help us a lot. I have transferred your piece of code to our developers so that they can consider this in the coming update.Best regards and have a nice day. Janilyn T. - WPClever Support Agent Sign in to reply ...
When my cart is empty the saved for later items do not show. I notice you had this problem some time ago. Do you have a fix or workaround?
Thanks
Ceri
Hi Ceri,
Thanks for contacting us here.
We have received reports about this issue but as our workloads are heavy lately so our developers haven't fixed it yet. I will keep you posted when this issue was addressed.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Janilyn, thanks for your response. I found a solution by adding
add_action( 'woocommerce_cart_is_empty', array( $this, 'woosl_after_cart_table' ) );
to the wpc_save_for_later.php file
Hope this helps
Ceri xx
Hi Ceri,
Thanks for the useful information. This will help us a lot.
I have transferred your piece of code to our developers so that they can consider this in the coming update.
Best regards and have a nice day.
Janilyn T. - WPClever Support Agent