No content to show
User Activity
Are you looking to just capture the payment or also process it through a credit card for example?
Are you looking to just capture the payment or also process it through a credit card for example? If you're just looking to capture it, this app does just that: https://apps.shopify.com/manual-partial-payments - capture offline deposit payments such...
12-06-2024
I've created this app for exactly that case: https://apps.shopify.com/manual-partial-payments You can capture partial payments that you received offline (such as via bank deposit or cash) directly from the order admin page in Shopify. It will mark th...
For some of the cases described in this thread, this app might help: https://apps.shopify.com/manual-partial-payments It doesn't process payments, but it allows you to mark orders as partially paid when you take payments in other ways (including cash...
12-06-2024
Hi ChenChen, if you're just looking to record a payment that you've already received elsewhere (such as cash or bank deposit), this app might help you do that: https://apps.shopify.com/manual-partial-payments
Impossible to say without seeing the full page and code. Can you share the link?
I'm working on an app like this. Roughly how many orders does this affect for you each month?
Yes, that is where you would have added or edited them. They also all get generated automatically when you first create and write the blog post.
Looks like you already managed to increase the font size. To make it bold, you would further add: .home-carousel--minimal .home-carousel__btn {
padding: 40px 60px;
font-size: 40px !important;
font-weight: bold;
}
Could you share the link to one of the collections you edited? If uninstalling the Booster SEO app somehow removed the title tags, they can be restored to the theme by updating the theme files. For example, in the most recent version of Prestige, t...
Could this be an app that is causing this? This could be a public app, which you can find under "Apps" in your Shopify sidebar: If this is the case, I would suggest reviewing the app's settings and considering to delete it. Or a private app (an app ...
I hope I'm understanding your question correctly. When you edit the blog post in Shopify, you can find and edit the SEO title, meta, and the permalink underneath the blog content by clicking "Edit website SEO": The permalink is the combination of yo...
You could use custom CSS to achieve this: Go to your theme and click "Customize". Once in the Customizer, find the custom CSS section:Paste this code, you can adjust the values as needed: .home-carousel--minimal .home-carousel__btn {
padding: 30...
Depending on your theme, you would have to either1. Add CSS code to just that pages that hides those sections2. or add CSS code globally that only acts on that page If you could share the page as well as the theme you're using, I can give more specif...
Thank you! You can add custom CSS via the theme customiser here: To make the add to cart button bigger, add this CSS snippet, adjust the values as needed: .product-form__submit {
padding: 2.5rem 3rem;
} Let me know how you go!
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1192 | 07-09-2023 08:20 PM | |
266 | 07-08-2023 11:59 PM | |
520 | 07-08-2023 11:45 PM | |
675 | 07-08-2023 11:33 PM |