Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #813681

    Jimmy P
    Participant

    I read other topics about this and adding code to the functions.php of my child theme, but can’t determine what exactly to add and how to make it work.

    I made a custom shop page titled “Shop”. I want the menu to show “shop” like it does, but also to have the URL show empowersperformance.com/shop

    When I tried to change the URL in pages, it renamed it automatically to “shop-2”

    I deleted the “shop” page that came with woocommerce and it looks like I can now label the custom shop page URL as shop. However when you type in empowersperformance.com/shop it redirects you to the woocommerce original shop page somehow!

    Here is what I am looking to do:
    1. have my URl for my custom shop page: empowersperformance.com/shop
    2. have the breadcrumbs stop saying “the shop” and say “shop” and link to my custom page – Not the woocommerce original shop page
    3. Make the woocommerce original shop page disappear! So even for the links that say “return to shop” they link back to my custom page not the woocommerce page.

    Can you please help!?

    Thank you!

    #813682

    Jimmy P
    Participant
    This reply has been marked as private.
    #814324

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    1. How do you need to replace your woocommerce shop page with another shop page? They will just going to be both the same since they belong to woocommerce shop main page. Would you mind providing more information?

    2. Shop title should be changeable through Admin > Appearance > Customizer > Integrity > SHOP OPTIONS

    3. Could be related to #1, even if you have custom shop page and made it to /shop/. Woocommerce will stay display its own shop content. What you could do is use some redirect (3rd party plugin) to redirect your old shop to your custom shop.

    Hope this helps.

    #814676

    Jimmy P
    Participant

    I wanted to add a custom page that included my products. I know I can add the woocommerce shortcodes on my page to make this happen.

    Since the actual woo commerce shop page does not provide the flexibility of content in the way I wanted it, I thought the easiest way would be to make a custom page.

    I wanted my new custom page to be labeled “shop”. I was running into the issue because that is the URL that was already taken by the stock woocommerce shop page. Any way around this?

    I want my custom page to have the url or empowersperformance.com/shop

    I read the following topic and see that I may need to add code to my functions.php in my child theme:
    https://community.theme.co/forums/topic/redirect-return-to-shop-to-custom-url-redirect-the-shop-in-breadcrumbs-too/

    Can you help with this as well?

    I want the breadcrumbs and links to reference my custom shop page not the stock woocommerce shop page.

    Hope that helps clear it up. Thanks for the help!

    #815087

    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! First you must create the new shop page. If it’s needed, you may need to change the slug of your existing shop page as well to avoid any slug conflict. Once done, you should follow on this topic: https://community.theme.co/forums/topic/redirect-return-to-shop-to-custom-url-redirect-the-shop-in-breadcrumbs-too/#post-780840

    That topic covers the shop page, breadcrumb and a reference link to your custom shop page. You just have to change things that will accommodate your own slug and custom shop page.

    Please note that as this is all custom development regretfully we might not be able to assist further. Custom development is outside the scope of our support. We’re happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.

    Thank you very much for your understanding.