- Price for 1 pallet
- Price for 5 pallets
Any ideas how to do this without any plugin?
It would be great if I could create simple conditional for a specific products ID's like:
Code: Select all
{% if product.id = 14 %}
<div>Price for 2 pallets</div>
{% endif %}