Woocommerce Where Can I find this file

Avatar
  • Answered
Where can I find this in my files, support has not been able to find it.

STEP.1
go to your theme folder > woocommerce-config folder > config.php
and delete this
#
# shopping cart dropdown in the main menu
#
function avia_woocommerce_cart_dropdown()
{
global $woocommerce;
$cart_subtotal = $woocommerce->cart->get_cart_subtotal();
$link = $woocommerce->cart->get_cart_url();
STEP 2.
go to header.php and delete this

if(avia_woocommerce_enabled()) echo avia_woocommerce_cart_dropdown();

FINISH
Avatar
johnpaulb-imhs1
Hello, Thank you for your question regarding finding a WooCommerce file. The easiest way may be to perform a search in the upper right corner of cPanel File Manager. For example, you could look for the config.php file, and see if any results are in a WooCommerce folder. Thank you, John-Paul