Thank you very much for your work making these videos! Very helpful! Keep it up, I subscribed as soon as I saw the first video, and now my store looks much better
The percentage shows wrong, in some it shows higher percentage and in some it shows lower percentage, so that the percentage doesn't match with the amount, Please make updated video and correct this,because if the amount and percentage do not match, it will have a bad effect on the customer, so you should correct this and make another video. Thank you.
hi I did not find these files price.liquid and card-product.liquid on my store code can you please help me how I can show sale discount percentage badge on my product.
There is an issue. This style also shows up when an item is out of stock, and for the out of stock i would like the default styling. Is there a way to do this?
If anyone comes across this issue, i tried this code and it worked. simply replace the css code in the theme.liquid file with this and it should be good to go: .price__badge-sale, .badge.badge--bottom-left.color-{{ settings.sale_badge_color_scheme }} { background-color: {{ settings.aftertextbackgroundcolor }} !important; color: {{ settings.aftertextcolor }} !important; font-size: {{ settings.font_size_badge }}px !important; border-radius: {{ settings.badge_border_radius }}px !important; padding-top: {{ settings.badge_padding_top }}px !important; padding-bottom: {{ settings.badge_padding_bottom }}px !important; {% if settings.badge_animation %} animation: pulse 2s infinite ease-in-out; {% endif %} } /* Keep the animation keyframes unchanged */ @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } to { transform: scale(1); } }
Thank you for sharing. Can I change the position of the OFF batch on the collection page (Left up not left down as standard) not for the product page. This question is based on your last video of 2023. Thank you in advance
Thank you for all your help! If possible, could you do a tutorial on making this so we can add our own text and/or link it to a metafield? rather than linked to the compare-at price
How do I edit the liquid code if I've already applied code edits from your last video for "How to Show Discount/ Sale Badge' since I can't find the exact code of original theme shown by you to cut and replace. Can you please help me understand how to go about it once we have applied your last video and want to now update it to this video
I have followed the instructions, but what could be the reason that only some products show the discount percentage. In others it only shows the on sale label
The smallest font with no padding, gets OK for the desktop version of our store but the mobile screen it covers almost 30% area of the product. Any suggestions on how to make this sales banner show smaller on the mobile version please?
Overall Great Video, I liked the previous one and this one too. The settings you gave a great. The only problem I ran into was that the sale badge was normal on the collection pages. Is there a fix to that?
Hello! great video! for me it doesn't actually change the color Of the badge of my DAWN theme when i try to change it into the theme setting? but appear only in RED color. any solution to fix this?🙏🙏
Great video and free codes as always. I noticed on the "all product page", there is no minus sign if there is a sale for a particular product. Think there is a formula error?
@@WebSensePro i think minus sign should not be shown in product page, Its is getting confusion seeing minus sign. please tell how to remove it sir as it is not showing in collection or catalogue page but only in product page.
Hi, Please can you guide me sir how I can show this badge on top not bottom on product card. And how I just show the discount text without background color padding on product pages. Thanks Good video very informative. looking forward for you response. Thnaks again
Could youm please tell me that how can i increase my page speed score on mobile by coding, bcz i tried already many methods and no one works for optimized speed on mobile "Page Speed Score" So kindly it's a humble request from me
1st of all, excellent and exceptional stuff mate 👏👏👏 keep educating us all. i have 1 question if you could please make a video on that or share link if you already have made. on my store, i have enabled "buy it now" button below add to cart, but when i open the website as a buyer i see "buy with shop pay" or "buy with G-pay" i just want to keep it as "buy now" only. how to remove this buy with shop pay or g-pay? Thanks a bunch in advance bro
Shopify Store For Just 1$/Month: shopify.pxf.io/XYRLdX
Our Shopify App:
✅BBD ‑ Big Bulk Discount 👉 apps.shopify.com/big-bulk-discount
Amazing, you rock! Thank you so much for all your work and for sharing!
You're welcome!
Thank you very much for your work making these videos! Very helpful! Keep it up, I subscribed as soon as I saw the first video, and now my store looks much better
You're welcome!
i cannot find price liquid file in my theme code , how to find and replace it ?
Please contact via websensepro.com/contact-us for paid support
Really Awesome, Thank you for sharing and teaching 😍
Glad you liked it!
Awesome content, you help me a lot with all these solutions, best from Chile
Great to hear!
Hello. Can we also do this in wordpress? If so, how? THANK YOU!!
Please contact via websensepro.com/contact-us for paid support
The percentage shows wrong, in some it shows higher percentage and in some it shows lower percentage, so that the percentage doesn't match with the amount,
Please make updated video and correct this,because if the amount and percentage do not match, it will have a bad effect on the customer, so you should correct this and make another video.
Thank you.
Sure will create a new one
How about Dawn 9.0 ?
That's a very old version
Sir, your videos are amazing , these video really helped me a lot
Thanks, please subscribe and share
very nice and easy. Best tutorial!
Glad it was helpful!
Can i mention [value%] on my own just like other text rather than automatically mentioning value% ??
hi I did not find these files price.liquid and card-product.liquid on my store code can you please help me how I can show sale discount percentage badge on my product.
Which theme?
amazing bro i see your first video and subscribe thank you so much for help. God Bless you bro
Thanks for the sub!
Great update. Thank you so much!!
You are so welcome!
Showing discount badge but animation, font size and color not work
Please contact via websensepro.com/contact-us for paid support
Great video, however the change of text and % only shows on the product page, and not the collection page..
It should work fine on collection page as well
It doesn’t
In my Shopify store half of the settings done by ur classes.....thnx buddy
You're welcome!
Is this possible to do with the prestige theme?
Yes
how to add new arrivals tags etc on products
You can simply change text on this section
thank you for all your help ,I have a question. I would like to ask you, the discount ratio of the homepage products - number does not appear
Yes it's doable but will have to check the store. Please contact via websensepro.com/contact-us for paid support
There is an issue. This style also shows up when an item is out of stock, and for the out of stock i would like the default styling. Is there a way to do this?
If anyone comes across this issue, i tried this code and it worked. simply replace the css code in the theme.liquid file with this and it should be good to go:
.price__badge-sale,
.badge.badge--bottom-left.color-{{ settings.sale_badge_color_scheme }} {
background-color: {{ settings.aftertextbackgroundcolor }} !important;
color: {{ settings.aftertextcolor }} !important;
font-size: {{ settings.font_size_badge }}px !important;
border-radius: {{ settings.badge_border_radius }}px !important;
padding-top: {{ settings.badge_padding_top }}px !important;
padding-bottom: {{ settings.badge_padding_bottom }}px !important;
{% if settings.badge_animation %}
animation: pulse 2s infinite ease-in-out;
{% endif %}
}
/* Keep the animation keyframes unchanged */
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
to {
transform: scale(1);
}
}
Yes it's doable but will have to check the store. Please contact via websensepro.com/contact-us for paid support
Thank you for sharing. Can I change the position of the OFF batch on the collection page (Left up not left down as standard) not for the product page. This question is based on your last video of 2023. Thank you in advance
Yes it's doable but will have to check the store. Please contact via websensepro.com/contact-us for paid support
you are doing great bro jazk ALLAH
on home page is showing only sale not the whole writing , what could it be ??
Yes it's doable but will have to check the store. Please contact via websensepro.com/contact-us for paid support
Will this work on Craft theme?
Yes it will
Will it work with motion theme?
It should but it's not tested
not perfect. in customize page showing 77%, product page showing 22%. whats that MR
Sorry can't tell without seeing the code/store
Thank you for all your help! If possible, could you do a tutorial on making this so we can add our own text and/or link it to a metafield? rather than linked to the compare-at price
You can do this with this tutorial
Hi, Please can you guide me sir, on how I can remove sale tag or button from the product?
Yes it's doable but will have to check the store. Please contact via websensepro.com/contact-us for paid support
How do I edit the liquid code if I've already applied code edits from your last video for "How to Show Discount/ Sale Badge' since I can't find the exact code of original theme shown by you to cut and replace. Can you please help me understand how to go about it once we have applied your last video and want to now update it to this video
Will have to remove old codes and add these new ones
I have followed the instructions, but what could be the reason that only some products show the discount percentage. In others it only shows the on sale label
Please contact via websensepro.com/contact-us for paid support
The smallest font with no padding, gets OK for the desktop version of our store but the mobile screen it covers almost 30% area of the product. Any suggestions on how to make this sales banner show smaller on the mobile version please?
Add some CSS with media query
Hello Sir , I need a brief video of how to manage SEO or block by robot.txt how to unblock without codes
Thanks for the idea! I'll add that to my list.
Overall Great Video, I liked the previous one and this one too. The settings you gave a great. The only problem I ran into was that the sale badge was normal on the collection pages. Is there a fix to that?
Normal?
Sir when will you start liquid coding?
i am waitting
No idea yet
Hello! great video! for me it doesn't actually change the color Of the badge of my DAWN theme when i try to change it into the theme setting? but appear only in RED color. any solution to fix this?🙏🙏
Please contact via websensepro.com/contact-us for support
Great video and free codes as always. I noticed on the "all product page", there is no minus sign if there is a sale for a particular product. Think there is a formula error?
No
@@WebSensePro i think minus sign should not be shown in product page, Its is getting confusion seeing minus sign. please tell how to remove it sir as it is not showing in collection or catalogue page but only in product page.
thank you
How do i change to Dollar amount, NOT %
Please contact via websensepro.com/contact-us for paid support
@@WebSensePro REALLY? Paid support for this line of code - {{ compare_at_price | minus: price | money }}
This is really nice........ Sir......and can you make a video on how to increase CRO
Sure, it will be a long video
Hi, Please can you guide me sir how I can show this badge on top not bottom on product card. And how I just show the discount text without background color padding on product pages. Thanks Good video very informative. looking forward for you response. Thnaks again
Please contact via websensepro.com/contact-us for paid support
Could youm please tell me that how can i increase my page speed score on mobile by coding, bcz i tried already many methods and no one works for optimized speed on mobile "Page Speed Score" So kindly it's a humble request from me
Sure will create a video on that
it is wow bro
Thanks pls subscribe
Brilliant
Thank you
virtual papi accept karain boss RESPECT
Hahahaha
my theme does not have price.liquid option
It will work on free themes if you want to add this functionality on paid theme please contact via websensepro.com/contact-us
1st of all, excellent and exceptional stuff mate 👏👏👏
keep educating us all.
i have 1 question if you could please make a video on that or share link if you already have made.
on my store, i have enabled "buy it now" button below add to cart, but when i open the website as a buyer i see "buy with shop pay" or "buy with G-pay"
i just want to keep it as "buy now" only. how to remove this buy with shop pay or g-pay?
Thanks a bunch in advance bro
Great suggestion!