take away price from product

Solved

take away price from product

globalallureusa
Tourist
11 0 1

Hi there, i would like to remove the $0.00 from my "Our Services" page for all of my individual services.

www.globalallureusa.net or https://globalallureusa.net/pages/our-services

 

Thank you

Accepted Solution (1)

B2Bridge
Excursionist
334 67 82

This is an accepted solution.

Hi @globalallureusa 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
.card-information{
    display:none !important;
}
{% endstyle %}

 

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Replies 10 (10)

NerdCurator
Shopify Partner
440 80 112

@globalallureusa Thanks for posting the query. You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of component-card.css file.

.card-information{
display:none !important;
}

   

Believes in delivering optimizing web solutions | Shopify Partner | Working as a web developer for last 10+ years.
- Was my reply helpful? Click Like to let me know! Coffee tips fuel my dedication.
- Was your question answered? Mark it as an Accepted Solution
Email me: info@nerdcurator.com
globalallureusa
Tourist
11 0 1

I’m currently using the “Studio” theme. Under the assets file I’m unable to find card.css

B2Bridge
Excursionist
334 67 82

This is an accepted solution.

Hi @globalallureusa 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

Here is the code for Step 3:

 

{% style %}
.card-information{
    display:none !important;
}
{% endstyle %}

 

 If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

globalallureusa
Tourist
11 0 1

Amazing! Thank you; if I go into the “Product” how am I able to take away the price, quantity & “pay with shop” tag?

globalallureusa
Tourist
11 0 1

https://globalallureusa.net/products/sporting-events-and-concerts

for example I can still see the price, add more than a quantity of 1+ and “Pay with Shop” & more pay options. How am I to get rid of those? 

B2Bridge
Excursionist
334 67 82

Hi @globalallureusa  
Do you want to hide the price, quantity, and the "Pay with Shop" tag? 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

globalallureusa
Tourist
11 0 1

Yes if it’s possible to hide or take them away

B2Bridge
Excursionist
334 67 82

You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

 

{% style %}
[id^="price-template--"],
[id^="Quantity-Form-template--"],
.product-form__buttons
{
    display:none !important;
}
{% endstyle %}

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

B2Bridge
Excursionist
334 67 82

@globalallureusa Have you applied my solution? If any issues arise, feel free to ask.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

globalallureusa
Tourist
11 0 1

Yes! Thank you so much i just did now and its perfect! thank you