Skip to content
Public Ticket #2079

Woocommerce

Conversation thread

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

Hi,

\

Can you send me your FTP account in a private reply? - I will check it help you.

\

Best Regards,

\

PenciDesign

PenciDesign replied

Staff Reply

Yeah, of course it will auto change in the next update. Don't worries about this.

Best Regards,

PenciDesign

marcubogdan replied

Customer Reply

Hi,

Thanks! I did it!

On the next update the code it will change automatically?

You can close this ticket!

PenciDesign replied

Staff Reply

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 )

\
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,

PenciDesign

marcubogdan started the conversation

Conversation Start

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?

Want to join this conversation or access attachments? Sign in first.