Reply 253433 to: activacion

Avatar: Olga Barlow
Olga Barlow
Support staff
October 1, 2020 at 15:29

Hello,

Could you, please, write in English? We don’t speak Spanish and it’s a little bit difficult for us to understand.
The cart icon is in the header http://prntscr.com/urajj2 Watch the video tutorial on how to edit the header https://www.youtube.com/playlist?list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG

1) you can either enable the breadcrumbs in the page settings and show the breadcrumbs and then banner or add the shop page banner shortcode [block id=”4664″] to every product category description http://prntscr.com/uranwq

2) Go to Theme Options > Custom CSS

.product-content .out-of-stock, .single-product-builder .out-of-stock {
    font-weight: bold;
}

3) Don’t understand your question. Could you, please, provide an example or something?

4) You can use the plugins without activation. Read more about the bundled plugins https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins

5) We have added the following code to child theme functions.php to show the cart button in the off-canvas mini-cart

add_action('wp', 'etheme_template_custom_hooks', 90);
function etheme_template_custom_hooks() {
	add_action( 'woocommerce_widget_shopping_cart_buttons', function() { echo '<a href="' . esc_url( wc_get_cart_url() ) . '" class="button active wc-forward">' . esc_html__( 'View cart', 'xstore-child' ) . '</a>'; }, 10 );
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.