No content to show
User Activity
No unfortunately my webhost doesn't have cpanel
HiThanks for your reply. Can you recommend me a middleware for shopify?is there any tutorial about it? I am new in shopify
06-06-2024
Hi Could you find any solution for that? now we are in 2024 and I have the same problem
I have added this input to the registration form.<div class="field"><label for="Upload">{{ 'Upload' }}<span aria-hidden="true">*</span></label><input required="required" type="file" name="customer[note][Upload]" class="full {% if form.errors contains...
06-06-2024
this is the input I have added to the form <div class="field"><label for="Upload">{{ 'Upload' }}<span aria-hidden="true">*</span></label><input required="required" type="file" name="customer[note][Upload]" class="full {% if form.errors contains 'Uplo...
06-06-2024
Thanks for your answer.Regarding flow application, I have added a custom fields as a file. so users can upload a file. but in note I can see jut the name of the file. so when I update the custom fields, it just send the name of that. I cannot have th...
Hi Did you find any solution for your problem?I have the same problem
HiI have wrote required="required" in registration form. but for me it doesn't work. I am using Habitat theme. can you please help me
06-05-2024
Thank you now it shows the city on meta field. Do you happen to know how I can add a custom required filed in registration form?<div class="field"><input type="text" name="customer[note][Company]" class="full {% if form.errors contains 'Company' %}in...
06-05-2024
Hi,Can you please help me with the value code? it doesn't work for me.
Hi,I wanna add a custom field to registration form. as I understood I have to save it as a note. but I could not find how I can pass this note to the custom field. I wanna also show this field in customer page. can you please help me ?for custom fiel...