Re: can't see prices in Product in Dawn-

Solved

How can I hide 'From..' price but show variant prices in Dawn theme?

jsweeney
Tourist
5 0 1

Hello, In Dawn i have a single collection on the home page:  customdtftransfers.com.

I was trying to hide the "From.." price that is showing on the home page in the product thumbnail, but instead I hid all of the actual prices showing for the variants in the product itself.  I used this CSS (below) to hide the prices.  How can I get those prices to show and then hide just the "From.." price on the home page.

 

.section-template--15393943060635__featured_collection-padding .card-information {
display: none;
}

Accepted Solution (1)
webwondersco
Shopify Partner
1160 169 169

This is an accepted solution.

It is the same way I explained above. Just find the price section for the home page feature products and update the {{money}} part with filter remove:"from".

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 8 (8)

webwondersco
Shopify Partner
1160 169 169

@jsweeney , Hope you are doing well.

 

You need to update the price snippet from your theme. You can't manage this using the CSS only.

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jsweeney
Tourist
5 0 1

thanks for the reply.  i have been searching thru the theme and cant find anything that says price snippet.  These prices were there last night, but i mistakenly applied the css to the live site instead of making a duplicate for testing.

webwondersco
Shopify Partner
1160 169 169

@jsweeney Please add below code in your price.liquid file .

{{ money_price | remove: 'From' }}

 

Please check attached screenshot for better understanding:

webwondersco_0-1707829683457.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jsweeney
Tourist
5 0 1

like this?  it didn't seem to do anything

thx

jsweeney_0-1707830314343.png

 

webwondersco
Shopify Partner
1160 169 169

@jsweeney Could you please confirm you are adding the code at the right place or line? as there are around 4 5 times the money will be called in this template.

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jsweeney
Tourist
5 0 1

My apologies- I just realized what I did.  I Deleted the Price Block inside each of the variants.  I went back in and added the Price block back in and it's fine...however, this is what i was trying to do in the first place...hide the "From.." price here on the home page in the product thumbnail. Is there a way to do this?

jsweeney_1-1707924248864.png

https://customdtftransfers.com/

 

thank you for your time.

 

 

webwondersco
Shopify Partner
1160 169 169

This is an accepted solution.

It is the same way I explained above. Just find the price section for the home page feature products and update the {{money}} part with filter remove:"from".

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jsweeney
Tourist
5 0 1

I see now, thanks so much