CreationsbyS
Member-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by CreationsbyS
-
Looking to remove or disable the add to cart button on the product page
CreationsbyS replied to a topic in Other
Oh I actually did want to hide all atc and quantity. So unless this is a bad way of using the codes I shared (?), I am happy with the result.- 138 replies
-
- add-to-cart
- shopping-cart
-
(and 2 more)
Tagged with:
-
Looking to remove or disable the add to cart button on the product page
CreationsbyS replied to a topic in Other
I tried another code that I found you posted earlier in another thread, but I changed it a bit and also added some coding, seemed to have worked 🙂 I've used this code: <style> .ProductItem-details .sqs-add-to-cart-button-wrapper { display : none; } </style> <style> .ProductItem-details .product-price { display : none; } </style> <style> .ProductItem-details .product-quantity-input { display : none; } </style>- 138 replies
-
- add-to-cart
- shopping-cart
-
(and 2 more)
Tagged with:
-
Looking to remove or disable the add to cart button on the product page
CreationsbyS replied to a topic in Other
No I didn't get it to work. What have I done wrong? I added it to the store setting> Advanced > Page Header Code Injection....see attached image:- 138 replies
-
- add-to-cart
- shopping-cart
-
(and 2 more)
Tagged with:
-
Looking to remove or disable the add to cart button on the product page
CreationsbyS replied to a topic in Other
Hi! I am looking to hide the "add to cart" button AND "quantity" on only ONE of my product pages. Is that possible to do? Here is the page: https://kristensenart.com/jewelry- 138 replies
-
- add-to-cart
- shopping-cart
-
(and 2 more)
Tagged with:
-
Hey Creedon and everyone! I managed to login to my shiny pass profile and end my subscription! Yay, but too bad bcoz now I need to find another extension.... I am thinking of sf.digital even though its more expensive :/. What extension do you guys use? And which do you recommend?
-
My Shiny pass suddenly stopped working on my site, and I cant figure out how to make it work again??? I was billed for this month but for the past 2 weeks its been absent. Customer support don't reply and I cant figure out either how to stop my subscription. Help, anyone?
-
My Shiny pass suddenly stopped working on my site too, and I cant figure out how to make it work again??? I was billed for this month but for the past 2 weeks its been absent. Anyone figured out what to do? Customer support don't reply and I cant figure out either how to stop my subscription. Help, anyone?
-
Hide Price On Sold Items On Product Page
CreationsbyS replied to alifelessordinary's topic in Code Blocks
Yes finally something works! Took some time for us to get there, but we did in the end :). Thank you! -
Hide Price On Sold Items On Product Page
CreationsbyS replied to alifelessordinary's topic in Code Blocks
I had to do some maintenance on website, so its this page https://www.creationsbysujatha.com/artgallery All the sold products on this page I want the price to be hidden. Right now I've set them to 0. But I wish for this NOT to show. DO you have a code that will work for me? -
Hide Price On Sold Items On Product Page
CreationsbyS replied to alifelessordinary's topic in Code Blocks
Hide sold out prices on on individual product I presume. You can visit my product page which was linked at the beginning and you will understand. -
Hide Price On Sold Items On Product Page
CreationsbyS replied to alifelessordinary's topic in Code Blocks
Sorry I don't understand what you mean? Please explain further. Thanks. I am attaching a print screen of how my CSS looks like currently, where the code to hide prices on sold product doesn't work. -
Hide Price On Sold Items On Product Page
CreationsbyS replied to alifelessordinary's topic in Code Blocks
Site URL: https://www.creationsbysujatha.com/abstract-art Hi! The code I've been using to hide prices on sold products has stopped working. Ive tried update it with all the suggested codes from the forum after Aug 2022, but still with no success. None of them works on my site. Please if anyone can help me and provide a code that will actually work. I wish it to say Sold without the price. Thanks in advance.