Shopify themes, liquid, logos, and UX
Hi everyone,
I have read a bunch of posts that answer one or two of my requests but none that solve the entire problem. Currently I cannot see my compare at price when I view the website but I can see it when customising the theme. I would like for the compare at price to be
A) visible
B) unbolded
C) smaller
D) light grey
E) placed after the price rather than before
My website is alcatrazgear.com if you would like to inspect.
Hi @DaveyAlcatraz ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin -> Online store -> Theme > Edit code:
Step 2: Search for the file skelet.css. And add this code snippet to the end of the file.
x-cell.card-price div div {
display: flex;
flex-direction: row-reverse;
width: 50% !important;
justify-content: start;
}
x-cell.card-price div div .old-price {
padding-left: 10px !important;
color: lightgray;
font-size: x-small;
}
Step 3: Save your code and reload this page.
=>> The result:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is a great piece of code I will certainly implement but not quite what I was looking for, I was hoping for it to be on the product page itself, but this is something I will add once I've got the inital problem sorted. I have some code I'm trialing now and it appears I need to set up the Australian market compare at pricing first which I'm working out how to do.
Dear my friend @DaveyAlcatraz ,
😍 It's such my honor to help you, bro.
Hope you find answer for your problem from other comments, soon!
Have a nice day!
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Check this one,.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.price__sale {
display: flex !important;
flex-direction: column-reverse !important;
}
And Save.
result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, I'm yet to try this solution because I'm in the middle of trying another but for some reason my compare at pricing doesn't show in the Australian market, do you know how to fix that?
Hi @DaveyAlcatraz,
I tried checking with the Australian market and it is indeed not showing up. After finding out, that because Markets doesn't allow setup Compare-at price, it causes this error.
Solution if not using the app, you need to export the product, then enter the price manually and import again, it will display well. Refer link here
Hope it is clear to you.
Thanks very much buddy I will implement shortly and get back to you.
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024