How can collection page directly open product page?

Actually, I am beginner and learning shopify show. What I want is that let’say I have 3 collections and as soon as I click on the collection. I get all the information about the product. And that too only about 3 products. So how I do that code I mean? As soon as I click on the collection, it will directly render the product page so that we do not have to click again to go product page. So how can I do this is it possible

A Collection holds Product Cards and these product cards can be shown to have some information, such as sizes or colors. You can also add a Quick Add or Buy Now button, so you can add it to cart directly from the Collection Page.

It is highly dependent on the theme you have. Some themes are better than others. Some only have basic functions. Some come with what I’m talking about without adding code.

You should watch some videos on how to customize your theme.

You can do that through theme customization, what theme are you using?

@diks12 collection is created to show multiple products , hence showing a single product on them is not in a default scope of shopify.

You can click any one of the products and it will go to product page

dawn theme .actually i am beginner just know css JS HTML and little bit idea of section creation,so from where i should learn it beause as a beginner level to dealwith multiple files in shopify is hard to understand

from collection list → products → single product information.I can not skip the meanwhile step?

@diks12 if you click on collections then no you can not skip middle step

but if you link product pages in navigation or use featured products section on home page, then user can directly go to product pages

You should be able to customize the collection page and add the product card in the position you want then to be, if you are really familiar with them customization on shopify.

You can also create a page and link it to the collection navigation

can u help me some sources to start shopify from scratch

can u suggest me some sources to learn shopify

@diks12 forum and youtube videos

for example, you want to know about basic shopify structure, then you can go to my profile and check theme.liquid file details. You can start from there and go ahead.

It’s really easy. As @suyash1 suggested, a few YouTube videos and you’re well on your way. People tend to make it seem more complicated than it really is.

I have sent you a message check your inbox

I m geeting confused so how to start from where to start all this

I have just make account in morning so where is inbox chats present ,i am little confused ..

Click the 3 lines at the top you will see my messages as option 3

Here is my WhatsAppcontact link Share on WhatsApp

Here is a video showing the basic steps

Here is a video more geared towards designing in the theme editor. Dawn theme for example

Here are a couple videos for editing code in the code editor

Again, you can learn pretty much anything. Step by step. Shopify also has a “manual”

https://help.shopify.com/en/manual/intro-to-shopify

Hello! I’m not sure if I understood you correctly…

To make a collection page go to a product page, you can do a 301 redirect. Here’s how (article I published a few months ago): REDIRECCIONAR Shopify: Así se hace!【DAVID 10X】

This makes the URL /collections/example go to: /products/example

Good luck with your project!