Traduzir "creates a collection aware" para inglês

Mostrando 50 de 50 traduções da frase "creates a collection aware" de chinês para inglês

Tradução de chinês para inglês de creates a collection aware

chinês
inglês

ZH Creates a collection-aware product URL by prepending /collections/collection-handle to a product URL, where collection-handle is the handle of the collection that is currently being viewed. 進一步了解

EN Creates a collection-aware product URL by prepending /collections/collection-handle to a product URL, where collection-handle is the handle of the collection that is currently being viewed. Learn more

ZH Returns a list of all product tags in a collection. collection.all_tags will return the full list of tags even when the collection view is filtered. collection.all_tags will return at most 1,000 tags. 進一步了解

EN Returns a list of all product tags in a collection. collection.all_tags will return the full list of tags even when the collection view is filtered. collection.all_tags will return at most 1,000 tags. Learn more

ZH Returns the name of the custom collection template assigned to the collection, without the collection prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the collection. 進一步了解

EN Returns the name of the custom collection template assigned to the collection, without the collection prefix or the .liquid suffix. Returns nil if a custom template is not assigned to the collection. Learn more

ZH Creates a URL to a collection page with the provided sort_by parameter. This filter must be applied to a collection URL. 進一步了解

EN Creates a URL to a collection page with the provided sort_by parameter. This filter must be applied to a collection URL. Learn more

ZH The only values that are falsy in Liquid are nil and false. nil is returned when a Liquid object doesn’t have anything to return. For example, if a collection doesn’t have a collection image, collection.image will be set to nil. 進一步了解

EN The only values that are falsy in Liquid are nil and false. nil is returned when a Liquid object doesn’t have anything to return. For example, if a collection doesn’t have a collection image, collection.image will be set to nil. Learn more

ZH Returns the number of products in a collection. collection.all_products_count will return the total number of products even when the collection view is filtered. 進一步了解

EN Returns the number of products in a collection. collection.all_products_count will return the total number of products even when the collection view is filtered. Learn more

ZH Returns the featured image for the collection. The default is the collection image, and then Shopify will fall back to an appropriate image, such as the featured image of the first product in the collection. 進一步了解

EN Returns the featured image for the collection. The default is the collection image, and then Shopify will fall back to an appropriate image, such as the featured image of the first product in the collection. Learn more

ZH Creates an HTML link to a collection page that lists all products belonging to a vendor. 進一步了解

EN Creates an HTML link to a collection page that lists all products belonging to a vendor. Learn more

ZH Creates an HTML link to a collection page that lists all products belonging to a product type. 進一步了解

EN Creates an HTML link to a collection page that lists all products belonging to a product type. Learn more

ZH Creates a link to all products in a collection that have a given tag. 進一步了解

EN Creates a link to all products in a collection that have a given tag. Learn more

ZH Creates a link to all products in a collection that have a given tag as well as any tags that have been already selected. 進一步了解

EN Creates a link to all products in a collection that have a given tag as well as any tags that have been already selected. Learn more

ZH Creates a URL that links to a collection page containing products with a specific product type. 進一步了解

EN Creates a URL that links to a collection page containing products with a specific product type. Learn more

ZH Creates a URL that links to a collection page containing products with a specific product vendor. 進一步了解

EN Creates a URL that links to a collection page containing products with a specific product vendor. Learn more

ZH Returns the sort order of the collection, which is set in the collection pages of the Admin. 進一步了解

EN Returns the sort order of the collection, which is set in the collection pages of the Admin. Learn more

ZH Returns the date and time when the collection was published. You can set this information on the collection's page in your Shopify admin by the Set publish date calendar icon. You can use a date filter to format the date. 進一步了解

EN Returns the date and time when the collection was published. You can set this information on the collection's page in your Shopify admin by the Set publish date calendar icon. You can use a date filter to format the date. Learn more

ZH Inside collection.liquid, current_tags contains all product tags that are used to filter a collection. 進一步了解

EN Inside collection.liquid, current_tags contains all product tags that are used to filter a collection. Learn more

ZH Creates a switch statement to compare a variable with different values. case initializes the switch statement and when compares its values. 進一步了解

EN Creates a switch statement to compare a variable with different values. case initializes the switch statement and when compares its values. Learn more

ZH Creates an HTML <form> element with all the necessary attributes (action, id, etc.) and <input> to submit the form successfully. 進一步了解

EN Creates an HTML <form> element with all the necessary attributes (action, id, etc.) and <input> to submit the form successfully. Learn more

ZH Creates a new variable. 進一步了解

EN Creates a new variable. Learn more

ZH Creates a new number variable, and increases its value by one every time it is called. The initial value is 0. 進一步了解

EN Creates a new number variable, and increases its value by one every time it is called. The initial value is 0. Learn more

ZH Creates a new number variable and decreases its value by one every time it is called. The initial value is -1. 進一步了解

EN Creates a new number variable and decreases its value by one every time it is called. The initial value is -1. Learn more

ZH Creates a set of links for paginated results. Used in conjunction with the paginate variable. 進一步了解

EN Creates a set of links for paginated results. Used in conjunction with the paginate variable. Learn more

ZH Accepts an array element’s attribute as a parameter and creates a string out of each array element’s value. 進一步了解

EN Accepts an array element’s attribute as a parameter and creates a string out of each array element’s value. Learn more

ZH Creates an array including only the objects with a given property value, or any truthy value by default. 進一步了解

EN Creates an array including only the objects with a given property value, or any truthy value by default. Learn more

ZH Creates a dynamic checkout button for a product. This filter must be used on the form object within a product form. 進一步了解

EN Creates a dynamic checkout button for a product. This filter must be used on the form object within a product form. Learn more

ZH Creates clickable flowcharts, call tree diagrams & CRUD matrices

EN Visually tackle complex SQL queries

ZH An EmptyDrop object is returned whenever you try to access a non-existent object (for example, a collection, page or blog that was deleted or hidden) by a handle. 進一步了解

EN An EmptyDrop object is returned whenever you try to access a non-existent object (for example, a collection, page or blog that was deleted or hidden) by a handle. Learn more

ZH Specifies a fallback case for a for loop which will run if the loop has zero length (for example, you loop over a collection that has no products). 進一步了解

EN Specifies a fallback case for a for loop which will run if the loop has zero length (for example, you loop over a collection that has no products). Learn more

ZH Wraps a tag link in a <span> with the class active if that tag is being used to filter a collection. 進一步了解

EN Wraps a tag link in a <span> with the class active if that tag is being used to filter a collection. Learn more

ZH Generates a link to all products in a collection that have the given tag and all the previous tags that might have been added already. 進一步了解

EN Generates a link to all products in a collection that have the given tag and all the previous tags that might have been added already. Learn more

ZH Returns the canonical URL of the current page. A page's canonical URL is the page's default URL without any URL parameters. For products and variants, the canonical URL is the default product page with no collection or variant selected. 進一步了解

EN Returns the canonical URL of the current page. A page's canonical URL is the page's default URL without any URL parameters. For products and variants, the canonical URL is the default product page with no collection or variant selected. Learn more

ZH Returns the description of the product, collection, or page that is being viewed. You can set descriptions in the Shopify admin. 進一步了解

EN Returns the description of the product, collection, or page that is being viewed. You can set descriptions in the Shopify admin. Learn more

ZH Returns the title of the product, collection, or page that is being viewed. You can set titles in the Shopify admin. 進一步了解

EN Returns the title of the product, collection, or page that is being viewed. You can set titles in the Shopify admin. Learn more

ZH The collection object. 進一步了解

EN The collection object. Learn more

ZH Returns a list of all product types in a collection. 進一步了解

EN Returns a list of all product types in a collection. Learn more

ZH Returns a list of all product vendors in a collection. 進一步了解

EN Returns a list of all product vendors in a collection. Learn more

ZH Returns the description of the collection. 進一步了解

EN Returns the description of the collection. Learn more

ZH Returns an array of filter objects that have been set up on the collection. 進一步了解

EN Returns an array of filter objects that have been set up on the collection. Learn more

ZH Returns the handle of a collection. 進一步了解

EN Returns the handle of a collection. Learn more

ZH Returns the id of a collection. 進一步了解

EN Returns the id of a collection. Learn more

ZH Returns the collection image. Use the img_url filter to link it to the image file on the Shopify CDN. Check for the presence of the image first. 進一步了解

EN Returns the collection image. Use the img_url filter to link it to the image file on the Shopify CDN. Check for the presence of the image first. Learn more

ZH Returns the URL of the next product in the collection. Returns nil if there is no next product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. 進一步了解

EN Returns the URL of the next product in the collection. Returns nil if there is no next product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. Learn more

ZH Returns the URL of the previous product in the collection. Returns nil if there is no previous product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. 進一步了解

EN Returns the URL of the previous product in the collection. Returns nil if there is no previous product. This output can be used on the product page to output ‘next’ and ‘previous’ links on the product.liquid template. Learn more

ZH Returns all of the products inside a collection. Note that there is a limit of 50 products that can be shown per page. Use the pagination tag to control how many products are shown per page. 進一步了解

EN Returns all of the products inside a collection. Note that there is a limit of 50 products that can be shown per page. Use the pagination tag to control how many products are shown per page. Learn more

ZH Returns the number of products in a collection. 進一步了解

EN Returns the number of products in a collection. Learn more

ZH Returns the sort order applied to the collection by the sort_by URL parameter. When there is no sort_by URL parameter, the value is null (e.g. /collections/widgets?sort_by=best-selling). 進一步了解

EN Returns the sort order applied to the collection by the sort_by URL parameter. When there is no sort_by URL parameter, the value is null (e.g. /collections/widgets?sort_by=best-selling). Learn more

ZH Returns an array of sorting options for the collection. 進一步了解

EN Returns an array of sorting options for the collection. Learn more

ZH Returns the title of the collection. 進一步了解

EN Returns the title of the collection. Learn more

ZH Returns all tags of all products in a collection. 進一步了解

EN Returns all tags of all products in a collection. Learn more

ZH Returns the URL of the collection. 進一步了解

EN Returns the URL of the collection. Learn more

Mostrando 50 de 50 traduções