This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi there. I’d like to add a custom footer, and maybe an element at the top of the shop page.
However, it doesn’t seem to be editable. There are options to change, but there is no ‘publish’ button.
Am i missing something?
Hello,
You may change footer for shop page via this – http://prntscr.com/ihbye1. There is a bug with this option for shop page, so please edit classico/framework/templates/footer.php file
http://prntscr.com/ihbhic
if ( is_shop() ) {
$shop_id = wc_get_page_id('shop');
$custom_footer = etheme_get_custom_field('custom_footer', $shop_id);
}
also this bug will be fixed in next theme update.
Regards
The issue related to '‘Editing SHOP page.’' has been successfully resolved, and the topic is now closed for further responses