Cart into Navigation
-
Hello people,
hope you can help me, i have changed the height from the header, and add the navigation bar bellow the header, witch works great.
but now i want to add the cart whit dropdown menu into the navigation section, to they are at the same line and whit the same design.
i treid this one
<php function cart_to_navigation(){ remove_action( 'storefront_header', 'storefront_header_cart', 60 ); add_action( 'storefront_primary_navigation', 'storefront_header_cart', 5 ); } add_action( 'init', 'cart_to_navigation' ); ?>
but that doenst work, anyone got a solution?.
also i got a other question but i dont think its possible, when you look at my website, you see in the navigation bar. Leeftijd and Merken.
this are products attribute. so when i go to leeftijd and click 0 tot 1 jaar, i will see al products whit that attribute thats good. but now i want van i go to the side bar and click music, its show al music whit that attribute. now it only show music and i need to select that attribute again.link website: https://www.medischwijzer.nl/
sorry for my bad english hope you understand me
greetz Jasper
- The topic ‘Cart into Navigation’ is closed to new replies.