Comments marcubogdan started the conversationMarch 21, 2018 at 3:21pmHi,I receive this in my log errors:The WC_Cart::get_cart_url function is deprecated since version 2.5. Replace with wc_get_cart_url., referer: mydomain/pageWhat should I change? 2,700PenciDesign repliedMarch 21, 2018 at 3:31pmHi,Yeah, we knew about that. We will fixed it in the next update version of Soledad theme.Now, if you want to change it, please open header.php file, find and replace all this code: ( lines: 126, 140, 272, 286 ) echo WC()->cart->get_cart_url();To: $cart_link = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : WC()->cart->get_cart_url(); echo $cart_link;Best Regards,PenciDesignmarcubogdan repliedMarch 21, 2018 at 3:46pmHi,Thanks! I did it!On the next update the code it will change automatically?You can close this ticket! 2,700PenciDesign repliedMarch 21, 2018 at 3:47pmYeah, of course it will auto change in the next update. Don't worries about this.Best Regards,PenciDesign marcubogdan replied privately 2,700PenciDesign repliedMarch 22, 2018 at 2:29amHi, Can you send me your FTP account in a private reply? - I will check it help you. Best Regards, PenciDesign marcubogdan replied privately marcubogdan replied privately 2,700PenciDesign repliedMarch 23, 2018 at 3:45pmHi,Sorry currently, there is no way to stop google fonts from the theme. We will provide this options in the future updates.Best Regards,PenciDesign Sign in to reply ...
Hi,
I receive this in my log errors:The WC_Cart::get_cart_url function is deprecated since version 2.5. Replace with wc_get_cart_url., referer: mydomain/page
What should I change?
Hi,
Yeah, we knew about that. We will fixed it in the next update version of Soledad theme.
Now, if you want to change it, please open header.php file, find and replace all this code: ( lines: 126, 140, 272, 286 )
To:
Best Regards,
PenciDesign
Hi,
Thanks! I did it!
On the next update the code it will change automatically?
You can close this ticket!
Yeah, of course it will auto change in the next update. Don't worries about this.
Best Regards,
PenciDesign
Hi,
Can you send me your FTP account in a private reply? - I will check it help you.
Best Regards,
PenciDesign
Hi,
Sorry currently, there is no way to stop google fonts from the theme. We will provide this options in the future updates.
Best Regards,
PenciDesign