Price

Price

theeliteblinds
New Member
5 0 0

Hi, 

I couldn't change my product price . Price product needs to be sqft not per unit. I was trying to add to sqft next to price box but I couldn't do it. The only thing that I need, sqft needs to be show up un the product price because I'm selling per sqft not per item. How can I do that? Thanks  

Replies 8 (8)

Mehran_Ali
Shopify Partner
461 63 69

HI @theeliteblinds 

 

Can you please share your store URL and password if it is password protected So I can help you out 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

theeliteblinds
New Member
5 0 0
Here’s the store url
https://theeliteblinds.com
Mehran_Ali
Shopify Partner
461 63 69

Hi @theeliteblinds 

 

Just follow the steps Below:

  1. Go to online store ->  theme 
  2. select three dots and select code edit 
  3. Search for the file theme.css and base.css
    past that code at the end 

 

.price__container:after {
    content: 'SQFT';
}

.price__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}​

 

The Result Will Be like

Mehran_Ali_0-1733033477579.png

NOTE: change this work if you want any other word to show 
content: 'SQFT';

I hope this solution worked for you!
if Yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

theeliteblinds
New Member
5 0 0

I have the base.css but I don't have the theme.css?

 

Mehran_Ali
Shopify Partner
461 63 69

So you can add the code at the end of base.css that is fine 

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

theeliteblinds
New Member
5 0 0

like that 

Mehran_Ali
Shopify Partner
461 63 69

Like what?

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

theeliteblinds
New Member
5 0 0

It didn't work out