No content to show
User Activity
Hi @JHKCreate , can you send or attach any reference, so that I can understand it more clear. That would be helpful.
<div class="product_additional_information mb-30 mt-10">
<p><span class="font-body-bold">Voltage:</span>
{{ variant.metafields.custom.product_voltage }}</p>
</div> I am trying to retrieve the product variant metafield value with the above code, but ...
<div class="product_additional_information mb-30 mt-10">
<p><span class="font-body-bold">Voltage:</span>
{{ variant.metafields.custom.product_voltage }}</p>
</div> I am trying to retrieve the product variant meta field value with the above code, but...
04-10-2023
Hi I tried as per the idea above, i am continuously getting the following error {
"errors": "[API] Invalid API key or access token (unrecognized login or wrong password)"
} I used the following rest api https://xxxx.myshopify.com/admin/api/20...
I am using the following snipper to get the custom data of customer upon new registration to my website <label for="customer_vat_reg_no" class="col-lg-3 col-md-3 col-form-label">GST Number</label>
<div class="col-lg-6 col-md-6">
<inpu...