Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    It is not possible without editing the theme file. You can also try to use a theme builder like Elementor to create your own custom shop template.

    Thread Starter ramesh2014

    (@ramesh2014)

    can you tell me where i need to edit theme file? i can edit that file

    thank you

    Hello,

    Step 1 – Install and activate the OceanWP child theme
    Step 2 – Copy the Oceanwp > Woocommerce folder into the child theme. Only keep those files in the child theme that you want to modify. Open archive page and edit it as per your need.

    Thread Starter ramesh2014

    (@ramesh2014)

    thank you, but i just need change that settings, i mean when i create New Shop Page and setup Url “/shop/” like this, and select my template from word press page attributes part, but still my my template is not loading there, /shop/ shows products archives.

    let me know how can i change this, please let me know where i have edit ?>

    thank you

    I didn’t understand what you want to achieve exactly. To edit the shop page, go to Dashboard > Pages and edit shop page.
    To select a different shop page, go to Dashboard > Woocommerce > Settings and select a different shop page.

    Thread Starter ramesh2014

    (@ramesh2014)

    actually i want to show my own custom shop page to ‘/shop/’ url but your theme setting is not allow to me. please check this screenshot
    https://blockchainorbit.com/wp-content/uploads/2019/02/sc.jpg

    It’s not theme settings. It because of woocommerce settings. Did you check the steps as I mentioned above? To display your own page as a shop page, go to Dashboard > Woocommerce > Settings and select your page as shop page.

    Thread Starter ramesh2014

    (@ramesh2014)

    thank you,
    i fixed it.
    i have another question, please check this page : https://blockchainorbit.com/shop/allproducts/ there you can see some product images are big some are large let me know any theme settings do you have for that? i mean make all images same size ?

    Example :
    Bitcoin Duffel Bag BLACK
    Bitcoin Cash Women’s Tee
    Bitcoin Socks

    Bottom Related product seation :https://blockchainorbit.com/wp-content/uploads/2019/03/product-page-RELATED-PRODUCTS-image-sizing.png

    thank you

    Amit Singh

    (@apprimit)

    Add the below code to the Customize > Custom CSS section to fix it. Clear cache to see the changes.

    .woocommerce ul.products li.product .woo-entry-image-swap img {
        width: initial;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘custom Shop Page’ is closed to new replies.