No content to show
User Activity
I've updated the Origin theme with the new update. Unfortunately the code change I applied to make the image in "Image with Text" sharp has been overridden, and the image is looking blurry again.Before I changed all the places with "divided_by: 4" to...
04-25-2024
I gave you the access code by email
04-25-2024
Thank you I will give you, but I had to change the field type to text again, as the number will not accept other numbers than English
04-24-2024
Thank you very much, The translation is working now! Just one problem, the second field is not accepting any input now, neither numbers nor alphabets?
04-24-2024
ok, but then the English version will change also. I want to keep the LTR for English, but change to RTL for Arabic.
04-24-2024
Thank you, but it is still not working.
04-24-2024
I am using the Translate and Adapt app with Origin theme to translate my theme to Arabic, however, The theme layout is still not adapted, and there are some parts are still not converted "Right to Left", like the "Image with Text" for example.
04-24-2024
I've used custom liquid in the product page to add input fields, I need to translate the labels for these input fields, I tried this code but it gives me syntax error, {% if request.locale.root_url == " en” %}
{%- assign product_form_id = 'product-fo...
I've added custom input field with type number, how can I limit the numbers to be 4 only?MaxLength is not working This is the code: (I added the code to have one input field of type text, and the other is of type number and this is the one I am askin...
Thank you very much, Now it will only accept numbers, however the maxLength and minLength seems not working?
Thank you very much, But it is still accepting letters. I am pasting my code as I changed it little bit.{%- assign product_form_id = 'product-form-' | append: section.id -%}
{% if product.metafields.custom.needsName.value %}
<p class="line-item-pro...
Thank you very much,It is working, but for the Year field, how can I limit the input to be numbers only?
I am adding two input fields to allow the customer to customize the product with name and year.I am using the maxlength and minlength attributes in the input field to restrect the number of characters, but when I test the product will be added withou...
Thank you very much,I've accepted your answer as solution,The problem was that an app for customization was already installed, when i uninstalled it the metafields I created appeared in the cart.
Thank you very much for your effort.The fields appear on the product page, but when I add to the cart, they will not appear there?