Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1512585
Woocommerce
Closed

Comments

  • marcubogdan started the conversation

    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?

  •  2,699
    PenciDesign replied

    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 replied

    Hi,

    Thanks! I did it!

    On the next update the code it will change automatically?

    You can close this ticket!

  •  2,699
    PenciDesign replied

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


    Best Regards,

    PenciDesign

  •   marcubogdan replied privately
  •  2,699
    PenciDesign replied

    Hi,

    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,699
    PenciDesign replied

    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