No content to show
User Activity
03-14-2022
ExactlyI implemented all necessary functions via REST API because GraphQL doesn't work in such cases.Sorry for delay Actually Im from Russia and i just work to make worldwide service, but now you know Shopify blocked my store.Guys... Really... Im not...
Dear shopify team Im continue work on this servicehttps://shopify.dev/apps/fulfillment/fulfillment-service-apps#receiving-fulfillment_request-notificationsVery simple question{
shop {
fulfillmentOrders(first:1, reverse: true) {
edges {
...
02-10-2022
Thanks for you answer, but unfortunately thats not work this wayActually Im trying to send fulfill request for a few items and both numbers always return same amount.For example line 1 is 10 unitsIm trying to send fulfill request for two of them and ...
02-10-2022
Currently Im trying to integrate FulFillment Orders.So, Im using this Objecthttps://shopify.dev/api/admin-graphql/2022-01/objects/FulfillmentOrderLineItem#topAnd every time when i make a call i have same amount in totalQuantity field and remainingQua...
02-09-2022
Yes, fulfillment services properly defined and credentials granted.otherwise Rest API also should fail, but its worked
02-08-2022
HelloIm trying implement fulfillment service app and everything work ok before this step'query requests the fulfillment order destination, line item and line item SKUs'Im trying to request orders withi this code query {
shop {
assignedFulfillm...
Ahh, ok, i see.Actually yes, my code doesn't activate video in such case.Will think about that
Im not shure, but...For now product pages video working fine at your store.If you would like to add video block to another pages then please try this solution1. Add custom liquid with such code<video autoplay="" loop="" muted="" playsinline="" width=...
HelloWhat do you mean?Hover on another pages?May be an example, or can you show page of your store?
I am using google cloud.I rent a server there and store files
This is full code pagesJust replace your code to myBut be careful.If you have any changes already in your code, some applications are installed, then something may break.
I think you are looking something like thishttps://stackoverflow.com/questions/34509273/two-columns-centered-content-with-divider
HelloOk, try this solutionFirst of all open your online store Themes themplate and click customizeThen at left menu click Add SectionChooses "Custom Liquid" And paste this code<video width="100%" class="" loop="" playsinline="" autoplay="" muted="" p...
Ok, then try this oneproduct-thumbnail.liquid{% comment %}
Renders a product thumbnail with a modal-opener
Accepts:
- media: {Object} Product Media object
- position: {String} Position of the media. Used for accessible label.
- l...
Looks like this is bug in Down themeButYou can try replace this part of code in product-thumbnail.liquid <template>
{%- liquid
case media.media_type
when 'external_video'
assign video_class = 'js-' | append: media.host
...