How To Remove "View Full Details" Button on Refresh Theme ?

Hi everyone,

I’m asking for help about a little detail but we know that little details make the difference.

I’m currently using the Refresh theme, but I am encountering a problem. I chose to display my products on my home page but I would like to remove the “View full details” button that we can find under the Buy it now button.

Does someone know how to do it ? Thank you very much!

Hello @etere

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

Hi @etere

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

Hi, I have the same challenge. Can someone provide assistance.

Hi @tanji

Thank you so much for reaching out to us and letting us know some of your information. Your problem needs to fix the liquid code in the Store Theme. You can refer to the following steps:

  • You go to Online Store > Theme > Edit code. Then, search “featured_product.liquid” and edit the code:

In this featured_product.liquid file, to add a product feature/description, please go to the following paragraph:

Then, add this code after them:


    {{ product.description }}

  • Here is the result:

Next, to expand View Details you need to find the following code and delete them:

Then find the code in the image below:

and add this code:


                          {{ 'products.product.view_full_details' | t }}
                          {% render 'icon-arrow' %}
                        

The above code will be inserted into the code found above. You’ll need to be careful to put them in the right place as shown in the image below:

  • Here is the final result:

The order of the elements you can change them based on the code arrangement.

I hope the above suggestions can help you solve the issue.

Hello and thank you so much for providing an option. Instead of having a expand button, is it possible to show the product details on the home page? Basically, trying to eliminate the extra step of clicking the button. The goal is for my main feature product to display all of it details on the home page.

Hi @tanji

To do that, you need to delete the code containing the expand buttons (you can go to the above file and delete the code containing those expand buttons).

Usually they will have the tag {%- when something -%}, for example: {%- when ‘buy_buttons’ -%} like below:

  • For example, we have removed the code at {%- when ‘buy_buttons’ -%}:
![view - 2023-02-10T092421.687.png|1905x965](upload://myE4OvR6tJI0Onvy0LjZOPWy1wE.jpeg)

I hope that our suggestions can help you solve the issue.

When code is removed - I get the following:

What is the cost for your team to assist in updating the code and also adding the additional product images to the main product feature?

1 Like

Hi @tanji

If you need help from our expert, kindly share your request with us via Shopify experts. We will check it and give you a detailed solution. We’re looking forward to working with you.

hello kindly can you help me with this ??