for me the icons are listed strangely one below the other like a list. how can i get the icons next to each other in a row?
@FrenchyFriday8 ай бұрын
Best channel ever your gonna hit the 100k subs pretty fast!
@theprompted7 ай бұрын
Hope so!
@SKINGLOWUPMicroneedling3 ай бұрын
Great tutorial, thank you for helping out!
@mrgoal945 күн бұрын
i love you bro!
@JahinShahriar10 ай бұрын
Please have a tutorial for vertical scrolling section like blendjet
@theprompted10 ай бұрын
I'll add that to my list of things to look in to!
@carsharpner9994Ай бұрын
How did you add that “you’re only $5,00 away from free shipping” banner of the cart drawer? But I want something like “you’re $5 away from getting a 10% off next product”
@thepromptedАй бұрын
Check out this video for the cart progress bar: kzbin.info/www/bejne/aWnHc6qqbZiNZrM
@MK-Tech5 ай бұрын
And how do we add this banner below the Add to cart button on product pages?
@theprompted5 ай бұрын
The high level approach I would take is to create a section block. First, create the block in your main-product.liquid file (ex: {%- when 'payment_icons' -%} ), and then next add the code from this customization into the block. Then you can add the block in your theme editor and place it where you want (ex: below the add to cart button). Haven't tested this, so some fine-tuning may be necessary.
@ChrisSands-s7n9 ай бұрын
This is great! I'm wondering if there is a way to add just an image under the checkout button? I'd like to create my own image with custom trust badges.
@theprompted9 ай бұрын
To do that, you can use the html tag. Just replace the code from this video with
@theprompted8 ай бұрын
fyi I added a new video showing how you can use the previous dynamic icons video in the cart drawer: kzbin.info/www/bejne/h5y9nquHZtiKiLM. Hope this helps!
@wilhelmhecker52396 ай бұрын
Hi, Thank you very for those videos. Unfortunately, the integration of the red add to cart button and inventory feature has overwritten the payment badges and the shipping progress cart. Could you please guide me on how to restore these elements? Thanks in advance for your assistance. Best regards
@theprompted6 ай бұрын
I'm not sure what integration you are using, but any customization you add to your store you'll have to be careful of how it impacts previous customizations. If you're using the theme editor settings to change the add to cart button color, it should not affect your other customizations. If you are using an app, then its possible it's not compatible with the custom code.
@mariayoshithakandlakuntta771710 ай бұрын
amazing video, Need a video on shoppable videos/reels on home page and floating videos on product page
@theprompted10 ай бұрын
Interesting idea - will look into this!
@sujeet_kumar44310 ай бұрын
Sir, please make a video that how to make footer in dawn theme in four columns
@theprompted10 ай бұрын
Depending on your theme, you should be able to do this quite easily in the theme editor. For example, if you're using Dawn, select the Footer section, and add the 4 blocks you want in your footer. They will be added as 4 columns.
@JMCheung3 ай бұрын
Hi, thanks a lot for your helpful video, I have been following your channel to set up my Shopify. Your videos helped me a lot. Recently I encountered a problem with the booking system. My service has 36 classifications combined in the two categories. When customers select different dates and a few subcategories, I hope they can display the price in the off-season or peak season according to the date. Could you please make a video to teach how to setup this? Thanks.
@theprompted3 ай бұрын
This sounds like a unique use case. If you would like to hire us to build something out for you, you can reach out to us here: theprompted.co/hire-us
@nikrobins954 ай бұрын
hey brother, when you have more than 6 payment methods, the icons tend to wrap into another line in the cart drawer. can you suggest a way to tweak it so it only displays up to 6 icons? thanks.
@theprompted4 ай бұрын
You can adjust the for loop {%- for type in shop.enabled_payment_types -%} in the code so that it only executes loops 6 times.
@pg5233Ай бұрын
So I have to sign up for a newsletter and your link does not actually provide the code? I'm feeling scammed here...
@thepromptedАй бұрын
Once you've you signed up, we share a link where you can find all of our customizations. If you're still having trouble finding it, just respond to any emails and we'll help direct you.
@MK-Tech10 ай бұрын
Another great video! What about a video how to add Load More button to the collection pages!? It’s so annoying in dawn that you don’t have that.
@theprompted10 ай бұрын
ty! so infinite scroll instead of pagination? I'll add it to the list
@cyberspider7891010 ай бұрын
@@theprompted..Great but keep in mind that Infinte scroll with Color pallet on Collection page (earlier video of yours ) does not work. I am still struggling and can share all research I have done.
@MK-Tech5 ай бұрын
@@cyberspider78910 I would prefer to have a Load more button rather than Infinite scroll.. The reason is that its a mess to try to get to the footer if the page continues to load..
@howardmathews55725 ай бұрын
One question please: is it normal that the dynamic button (PayPal in my case) doesn't show in the cart drawer? Very weird.
@theprompted5 ай бұрын
I think that's normal. The dynamic buttons normally show up on the product page, so that you can skip the cart. But if you're already in your cart, the next step will always be checkout regardless.
@howardmathews55725 ай бұрын
@@theprompted Not always, some people will click the dynamic button on the cart. Also, not a big fan of having that dynamic button the product page so that's why. But I'm sure if I change the setting of the cart from "Drawer" to "Page" it'll show up as usual. Will see.
@neurobutton4 ай бұрын
Hello! Thanks for the video! I will like to add and image of the payment icons instead, and that's because I can't find the exact icons that I need. How will you add that? Thank you man
@theprompted4 ай бұрын
Additional custom development would be required to add the image. Alternatively, you can try this customization: kzbin.info/www/bejne/h5y9nquHZtiKiLM
@User1-pe9ce9 ай бұрын
Thank you for this addition. Definitely a nice feature to have on the website. In which portion of the code do you edit, to add text above the payment icons and center it?
@theprompted9 ай бұрын
You can add it right above where you paste the code
@User1-pe9ce9 ай бұрын
Okay, thank you. And, would that be with a tag?
@theprompted8 ай бұрын
You could definitely do it that way, but it really depends on the look you're going for. I suggest testing it out and see what it gives you.
@User1-pe9ce8 ай бұрын
@@theprompted I've tried that approach and was not to fond of the appearance since there was a bigger gap between the text and icons and add to cart button than I would have liked. Could you please provide a suggestion? Also, is the following the best approach to remove the search icon and feature from the website: Place the following code below into the theme.liquid file above the tag? details-modal.header__search { display: none !important; }
@theprompted8 ай бұрын
If adds to much spacing, then you can try using a . I would also suggest you to add some css to style the element and add or remove padding as necessary to get the spacing you're looking for. What's "best" depends on what you're trying to do, but if this works in hiding the search icon and you're happy with the way it looks, then it's a valid approach.
@mel_stway76384 ай бұрын
Hi :) by me, I can only see the paypal icon. How can I ad the other icons so that it matches the others in the footer? I've got at least 5 icons in my footer.
@theprompted4 ай бұрын
It should be showing the same icons that you have activated on your store. What theme version are you using?
@mel_stway76384 ай бұрын
I'm using Dawn theme latest version. Do you know how I can ad the other icons so that it is samilar as in the footer? Maybe I should change something else in the code?
@theprompted3 ай бұрын
If you followed the steps properly, then you should be getting the same payment icons. If you aren't, what you can do is install a fresh new version of Dawn as a test theme and try again from the beginning. If you get a different result, then it's likely an issue with the installation. If you get the same result, then it might be a more complex issue.
@Bubblesmeow967 ай бұрын
I would love to know if you have a Tutorial on how to add a drop down menu for the icons on the header right of the dawn theme. I want to have a dropdown for the account icon with for example "Login, Register, My wish-list, Reviews" etc with their respective links. I cannot find ANYTHING about it on KZbin or Google.. thanknyou 😁
@theprompted7 ай бұрын
Thanks for the suggestion! Added it to the list
@domenic99279 ай бұрын
Hi, thank you for your video, it worked very well! How can we add custom payment icons in the cart drawer page though?
@theprompted9 ай бұрын
This would be a different customization - which I've added to the idea queue. But for an immediate simple solution, you could add an image to your code using the html tag. Just replace the code from this video with
@domenic99279 ай бұрын
@@theprompted Thank you so much, will try it!
@theprompted8 ай бұрын
fyi I added a new video showing how you can use the previous dynamic icons video in the cart drawer: kzbin.info/www/bejne/h5y9nquHZtiKiLM. Hope this helps!
@mohamed_chami10 ай бұрын
We need size chart tutorial please
@theprompted10 ай бұрын
Definitely - this one's coming out soon!
@richardhead679210 ай бұрын
Yeh need this for my sofa store. But can you also do maybe additional info with meta fields like so I can add colour, material, frame size, care instructions, weight etc etc just can't work out how to do it
@theprompted10 ай бұрын
Sounds like you might want to check out this video: kzbin.info/www/bejne/aILTo2igbZtkhZo Let me know if this is what you're looking for!
@theprompted10 ай бұрын
fyi - size chart video is now live! kzbin.info/www/bejne/o5vVZKmnn9-ajJI
@richardhead679210 ай бұрын
@@theprompted your a diamond thank you so much
@Klee8727810 ай бұрын
Bro can do every single feature u can think off ☠️🔥 Can i call u Shopify god?