No content to show
User Activity
There is a way, inside the add to cart form you need to put two optional inputs in case of gift card: <input type="email" placeholder="E-mail" name="properties[Recipient email]">
<input autocomplete="name" type="text" name="properties[Recipient name]...
08-02-2022
Hello, if you don't have an option to disable the theme configuration you can go to Online Store > Themes > Actions > Edit Code. Search for the style.css file and at the end of it paste the following snippet: .slider-counter.caption {
display: none...
Paste this snippet at the end of your style.css fileYou can change the -webkit-line-clamp line: 1; to the number of lines you want to standardize your title..collection-th .product-title {
text-align: center;
}
.collection-th .product-title .tit...
I checked, it doesn't include, even so I added the “| json”, I keep getting the same error. As I mentioned, when I create a manual order and run the flow everything works. When it's a real order, the flow follows the same flow and I get a 406 on the ...
I'm making a request to the endpoint: https://###.myshopify.com/admin/api/2021-10/orders/{{order.legacyResourceId}}/fulfillments.json with the body: {
"fulfillment":{
"location_id":65503887518,
"tracking_number":"CLICKHERE",
"tracki...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
445 | 08-01-2022 07:00 AM |