Don’t know if anyone can help with this but I really could do with a ‘sub-title’ bar below the title.
My html knowledge is minimal, although I do know how to inspect code so if anyone can give me a piece of code to do this and tell me where to insert it, I would be happy to try.
Not even sure if this is possible but any help would be gratefully received.
{% if product.available %}
{% form ‘product’, product %}
{% unless product.options.size == 1 and product.variants[0].title == 'Default Title' %}
{% for option in product.options_with_values %}
{{ option.name }}
{% endfor %}
{% endunless %}
{% if section.settings.show_preorder and current_variant.inventory_management and current_variant.inventory_quantity <= 0 and current_variant.inventory_policy == "continue" %}
{{'products.product.preorder_msg' | t}}
{% elsif section.settings.show_inventory and current_variant.inventory_management %}
{{'products.product.availability' | t}} {{current_variant.inventory_quantity}} {{ 'products.product.in_stock' | t }}
{% if product.available %}
{% form ‘product’, product %}
{% unless product.options.size == 1 and product.variants[0].title == 'Default Title' %}
{% for option in product.options_with_values %}
{{ option.name }}
{% endfor %}
{% endunless %}
{% if section.settings.show_preorder and current_variant.inventory_management and current_variant.inventory_quantity <= 0 and current_variant.inventory_policy == "continue" %}
{{'products.product.preorder_msg' | t}}
{% elsif section.settings.show_inventory and current_variant.inventory_management %}
{{'products.product.availability' | t}} {{current_variant.inventory_quantity}} {{ 'products.product.in_stock' | t }}
Would you mind if we requested Collaborator access and got this done for you quickly? Please find the Shopify documentation related to Collaborator access here: Collaborator permissions · Shopify Help Center
Do let us know what the subtitle should be and we will take care of the rest and post the solution here shortly after.
thank you for getting back to me so quickly and sorry that I am so thick when it comes to this stuff.
The sub title wouldn’t have to say any, just be a blank box like the title, as it would have different contents for each item (I have a great family network who will help me fill in for existing products).
I am happy for your to do what you suggested but can you give me a rough idea of cost, simply because my need for a sub title has to be balanced again the cost of obtaining one.
Not to worry, this is a free service. We will create a field in the product pages on the backend for them to be filled, and add the coding the product page on the store so that once the field is filled it would show.