Ninthony
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-28-2024 05:51 PM
Topic Started
1
Topics Started
Topic Solutions
350
Solutions
Post Count
2329
Posts
Post Kudos
1023
Likes

Community Badges

Hey everyone @Jason, @Jasoliya -- Any help would be appreciated . So I'm having a bit of an issue. I want to add free gifts after certain price breaks on the cart page, and also remov...
Hey everyone. I'm currently making a shopify section that is a slideshow that will swap out desktop and mobile images. However, I'd like it to be possible to include more than one on a page if the us...
Looking to get started in App development but really unsure where to start. Can someone give me a rundown on what I need to be familiar with to get started? I am currently looking into Polaris right ...
So I'm trying to write a script that when the cart has $50, if they have this other specific product in the cart, give them that product for $10 instead of the original price. Here's the script: &nb...
Hey all, just wondering if anyone knows if there's a way to display your articles in order of most popular. We'd like to implement that in a sidebar on our article pages. Is there a way to track view...
Hey everyone, just looking to gain a little more experience with Shopify Scripts. I have basic Ruby knowledge and have read most of the API. I have written a small script that applies specific pricin...
Heyo, just wanted to ask if anyone has had any experience in creating a wishlist? I know that there are apps out there for it, but I was wondering how I might go about developing one myself. If anyon...
Hey just wondering if anyone has any tips for creating a quick shop modal. I have succeeded in doing it on my collections pages, though it is not ideal. I achieve it by creating a modal for every sin...
On our shop, we have different pricing groups. We use bolds customer pricing app to apply different customer pricing for customers tagged "Professional" and "Wholesaler" with different variant prices...
Hey everyone, just thought I'd make a post on this since it kind of baffled me for a while. If you've never used the with parameter in you include files, it's a really great way to approach someth...
Hi, I'm just wondering if there is any way to stop Shopify from refreshing the page with search results on the product page while I'm typing. It's incredibly frustrating when I'm trying to type in a ...
Hello, I use the Product Reviews app on our company's store. I was wondering if there was any Guru out there who might know how I can use the rating on the products and sort on my collection pag...
No content to show

User Activity

It's these little sections that are pushing the content out, this appears to only be happening in Safari: Unfortunately there's not really a unique class and style to target so that you can adjust the overflow property. You wouldn't want to make a ge...
Fortunately it looks like the page-width class is applied to the collection banner itself and not the entire wrapper for the collection. You should be able to add this css to the bottom of your base.css file:.collection-hero__inner.page-width { p...
The hamburger menu is likely controlled by both CSS for visual display, and JS for functionality. You may still be able to get away with just changing it visually if the javascript initializes at any screen size. Your theme likely has a bunch of diff...
@Devinyo yes, you need to make a separate product template. You could use your default product template for men, and create a new one for women. Then on your women's products you would need to go into the admin to assign the correct product template ...
@Anderson10 it's only really complicated here because Shopify's code editor has no search functionality. If they did I could simply tell you to search for "collection.description" and you'd be able to pinpoint it. If you download Visual Studio Code, ...
@Anderson10 my code is pretty generic. It should work wherever you put it. If you're looking to edit the collection description, it's similar to what I described above but depending on your theme now many things could have changed from when I posted ...
@Anderson10 my code example provided above should work on any theme, providing you're adding it in the right place for the product description.
Hey @Marieke_NL -- so it looks like you're not referencing the namespace of your metafield. product_subtitle is the key you are trying to access but you have to tell it which metafield you're trying to access, typically it defaults to "custom". You c...
Oh sorry I misunderstood, I thought it would need to be specific to customer. In that case, most of what I told you was unnecessary lol. So wherever you placed the code in customers/account.liquid -- you'll just need to put some plain HTML for what y...
Hey @andra0412 , so you can definitely do this. Go to Settings > Custom Data > Customers to set up a Customer metafield:  Click Add Definition when prompted and you'll be brought to add customer metafield definition. You'll need to name the metafield...
@universalark It'll depend on the theme and could take quite a bit of knowhow. If you're familiar with code at all, Jan has a bunch of good videos. This one lays out how to do it with the alt text for the images:https://www.youtube.com/watch?v=ARpSIs...
Thanks for the update @EugeneHarin , I missed the announcement and have still been dancing around this for months lol.
Can you post a link where you have the video playing? Just because the video has no sound doesn't mean it's muted. The browser can't tell that there's no sound in the video, it has to be set to muted in the html, or in Youtube's case, in the embed yo...
So when I wrote this, I should have initialized everything to false. Like this: {% assign wholesale = false %} {% for tag in tags %} {% assign tag_handle = tag | handleize %} {% if tag_handle == "wholesale" %} {% assign wholesale = true %...
320px is the smallest screen for a mobile device you really have to worry about and it appears fine to me when inspecting on chrome: 
This widget could not be displayed.
This widget could not be displayed.