Re: How do I change my compare at price?

How do I change my compare at price?

DaveyAlcatraz
Explorer
63 0 13

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.

Replies 7 (7)

BSSCommerce-B2B
Shopify Partner
1793 551 609

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:

BSSCommerceB2B_0-1724058324225.png

 

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: 

BSSCommerceB2B_1-1724058457954.png

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

DaveyAlcatraz
Explorer
63 0 13

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.

BSSCommerce-B2B
Shopify Partner
1793 551 609

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

Made4uo-Ribe
Shopify Partner
8463 2020 2482

Hi @DaveyAlcatraz 

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: 

Made4uoRibe_0-1724058655108.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
DaveyAlcatraz
Explorer
63 0 13

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?

namphan
Shopify Partner
1348 164 199

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.

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
DaveyAlcatraz
Explorer
63 0 13

Thanks very much buddy I will implement shortly and get back to you.