You are here: Home
Support site for Tips and Tricks HQ premium products
understood, i was just wondering if there was a workaround solution that came to mind. if not, no worries.
is there any way to push categories ( show_products_from_category(1) ) to all multisites through the template files (ie sidebar, footer, etc.) without having to install wp estore throughout the entire network (so only super admin has conrol over settings / site, etc.)?
it seems like i have half a solution by including
require_once(ABSPATH . ‘wp-content/plugins/wp-cart-for-digital-products/wp_eStore1.php’);
so the above show_products..() does not fail, but it also displays the ‘no products in this category’ error.
or am i just sol? thanks for any help or direction.