Possible to change product displayed without fully refreshing product page?

Hey - I’d have a clothing store that has many skus with the same print. I’d like to have, for example, a t-shirt product page and have the option to link to the other product types like a hoodie, hat etc, that has the same print, WITHOUT fully reloading the whole page each time.

I don’t know if this is even possible but it feels like much better user experience. Kind of how OLIPOP does on their product page here: https://drinkolipop.com/products/banana-cream

Thanks

1 Like

Kindly send your store link

Hello @Harry_Molyneux

Yes it’s possible to add other product in the product pages. We need to customize product.liquid file to add this functionality in your theme.

@Lanresdev02

Hi @shozoid

Thanks for your response - I have a developer working on a solution but right now it just reloads the entire page whenever a new product is selected. We’d like it to just swap out the product variable like images, price, description etc. without reloading the whole page. Do you know if of any resources that explain how to do this like in the example I shared in the original post?

Hello , Can you please provide updated product.liquid file ?

Thanks

Hi,
Can I know you are using the jquery for reload.
Also are define the products reloading in theme.liquid file.
Sure then I will help you easily. But I need the code

Iam using dawn theme

i show the other some product in detail page

i just want that i click on product and it show details without page refresh

Thanks

Hello, How can I help you.

Can you please provide me the code for product detail.

When click on product it will show detail without refresh the page.

Thanks

Please check below url, I need same functionality
https://woxer.com/products/baller-brushed-gold

hi
could you please help me out ?
i’m facing same problem using jquery
updating product using ajax request but don’t know how to change junip reviews

1 Like

Yes, Msg me personally

I encountered the same problem, how did you solve it?