location of Sidecart code
Hi! We want to include related products for upselling on the sidecart besides the cart where they're already.
is that possible? in any case, where are the files to check the sidecart?
thanks in advance
Hi! We want to include related products for upselling on the sidecart besides the cart where they're already.
is that possible? in any case, where are the files to check the sidecart?
thanks in advance
Comments
Hi,
The file responsible for its display is betheme/includes/woocommerce-cart.php.
Best regards
Thanks! and the function mfn_get_woo_sidecart_content?
regards!
Sorry, but I quite do not understand. What about this function?
Best regards
hi Phil, We need to know where this funcition is located to analize the code.
in which file can we find the function mfn_get_woo_sidecart_content()?
the function is commented in the file betheme/includes/woocommerce-cart.php.
if we need to add code the sidecart, where can we add it? thanks
This function is located in functions/theme-woocommerce.php.
You can add your code for the sidecart in the first file I mentioned (woocommerce-cart.php).
Best regards