No content to show
User Activity
I go the solution for this -{% if current_tags %}<meta name="description" content="Read our blog posts tagged with {{ current_tags | join: ', ' }} to learn more about {{ shop.name }}.">{% else %}<meta name="description" content="{{ page_description |...
Without using metafield - thats show the order note for only to b2b customer . import React, { useState } from 'react';import { useApplyNoteChange, useNote, reactExtension, TextField, BlockStack, usePurchasingCompany,} from "@shopify/ui-extensi...
Got it .Yes new account is only support the b2b customer account .
Did you gave proper scope ?In my case - scopes = "read_companies,read_customers,read_draft_orders,write_customers,write_draft_orders"Here is code thats working fine if thats help to you import { reactExtension, Banner, usePurchasingCompany...
I need help to understand why i not got value based on following code -Its working fine order note is showing on the checkout but no value on order note , can anyone help me ?import React from 'react';import { useApplyNoteChange, useNote, reactExtens...
Anyone please give your insight , i am stucking on this .Thank you
I want to use usePurchasingCompany hook to show a banner only for b2b customer not d2c customer .Here is my code i put trarget properly .But its not working even i have configuration properly - scopes = "read_companies,read_customers,read_draft_orde...
Ahh thank you so much . now its working fine .thank you so much nick
02-09-2024
you have to put its only for the feature collection section css only .
02-09-2024
.product-selector-option {display: none;} You can put this css on feature product section of the home Custom CSS section it will be not show the variants option on home page
Hi Liam,I have latest version of Node and npm, please check
02-07-2024
This can be achieveble via the custom code.
02-07-2024
You can do this , add the option as tab, now you can add each tab link with id so its can take you directly on the specs , feq, reviews section of page .
02-07-2024
<label class="field__label" for="NewsletterForm--{{ section.id }}"> {{ 'newsletter.label' | t }} </label> remove this line and save
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
614 | 02-09-2024 06:06 AM |