I am trying to create a custom menu and I am using woocommerce. What I want to do is only have one menu tab for this shop called 'shop' then all other pages as a sub menu. Like this...
Home Page
Shop
- Cart
- Check Out
Contact
However, when I do this and use the custom links option it doesn't work. Without the custom link it looks at webaddress.com/shop/cart but I need it to look at webaddress.com/cart/. I assume I should be able to use the custom link to set it up to point to webaddress.com/cart/, and when I do set this up and put my mouse over the sub menu (without clicking) I see the address webaddress.com/cart/ appear on the lower left of the chrome browser. When I click on the link though it takes me to webaddress.com/shop/cart/. Does anyone have any suggestions on how to fix this?