No content to show
User Activity
Hi, thank you for the code. Collection.handle doesn't seem to work, only the TV is tagged under interior.
Hi, thank you for your reply. I applied this code and it doesn't seem to work as expected. Also, the code applies to other collection too, not just "interior".
Hi, need help. Condition is, if a collection called "INTERIOR" (handle is 'interior') has products that cost more than 1000, it should show "price on request". I am using following codes, but it's not working. Rest of the collection should show regul...
Hi, Quick question. Condition is, if a collection called "INTERIOR" (handle is 'interior') has products that cost more than 1000, it should show "price on request". I am using following codes, but it's not working. Rest of the collection should show...
Hi, I am trying to add "New Arrival" badge on whichever products that have tag 'new'.Currently using below code to get the result in sense theme. I just edited the span text and added condition to get the result for screenshot. {%- if card_product.ta...
I tried {{product.price}} and saw the numbers 500000 instead of 5000.00, seems the decimal is removed and calculated along. Adding 00 fixed the issue and is working now. {% if product.price > 600000 %} Price on request {% endif %} Thank you so much...
Thank you, the condition doesn't seem to work strangely.I am currently using {% if product.price > 6000 %} Price on request {% endif %} and got the below result. End result I am looking for is "First image should only show the price (as its lesser th...
Hi, than you for the reply.I tried the given code. It removes the price completely as shown in below image.Played with the conditions to check if it works but sadly it doesn't. I am unable to figure out why the operator isn't working. I am currently ...
Hi, How to display "price on request" in collection when price is more than 1000. I used following code to reflect image 1. It doesnt take the following condition and reflects for all products.{% if money_price > "1000" %} Price on request {% endif %...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
977 | 02-02-2024 03:35 AM |