On the product page the shipping calculated at checkout/product size/quantity/ and are all at the top right and the product description is underneath it. Is there a way that I could remove the "shipping calculated at checkout" as well as switch around the product size/quantity and product description? I have attached a photo to show what it is like now. Thanks in advance.
Hey there, @grayneandco
Bo here from Shopify Support!
Thank you for reaching out, that is a great question and is most definitely something that can be achieved with just a little bit of coding. I was just curious, why do you want to achieve moving the description above the call to action buttons? Our design team recommends having the call to action buttons at the forefront of the page as it actually has proven to improve conversion - customers sometimes want to add to cart immediately and if they have to scroll to do so, they can be dissuaded.
This tutorial is specific to an unedited version of the Debut theme, version 12.2.1. We cannot guarantee results for themes that have been modified with custom coding and/or apps. We suggest hiring a Shopify Expert if you are not comfortable proceeding with the following tutorial, or wish to make any variations to this tutorial.
To get rid of the shipping and taxes text you will first need to go to the theme editor.
{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}
{% comment %} {%- if shop.taxes_included or shop.shipping_policy.body != blank -%} <div class="product__policies rte"> {%- if shop.taxes_included -%} {{ 'products.product.include_taxes' | t }} {%- endif -%} {%- if shop.shipping_policy.body != blank -%} {{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }} {%- endif -%} </div> {%- endif -%} {% endcomment %}
Now, to move the description we will be working on the same theme file so you can remain in the product-template.liquid.
<div class="product-single__description rte"> {{ product.description }} </div>
{% comment %} {%- if shop.taxes_included or shop.shipping_policy.body != blank -%} <div class="product__policies rte"> {%- if shop.taxes_included -%} {{ 'products.product.include_taxes' | t }} {%- endif -%} {%- if shop.shipping_policy.body != blank -%} {{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }} {%- endif -%} </div> {%- endif -%} {% endcomment %} <div class="product-single__description rte"> {{ product.description }} </div> {% capture "form_classes" -%} product-form product-form-{{ section.id }}{% unless section.settings.show_variant_labels %} product-form--hide-variant-labels{% endunless %}{% if section.settings.enable_payment_button and product.has_only_default_variant%} product-form--payment-button-no-variants{% endif %} {%- endcapture %}
Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!
All the Best,
Bo
Bo - Social Care @ Shopify
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution
To learn more visit the Shopify Help Center or the Shopify Blog
Hi Bo, I have another question.
When it comes to the logo in the header, I have increased the size to the largest it lets me but it still seems a bit small to me. It is hard to read the smaller writing. Is there a way I can change how much larger I would like it to be and if so how would I know how many pixels the pic should be to have the right clarity?
Thanks
Laura
Hey again, @grayneandco
That is a great question! What you will want to do is add a little code to the end of your theme.scss.liquid.
NB When editing the CSS of your theme it is always a good idea to duplicate your theme first and making the changes on the duplicate. This will prevent any errors from occurring on your live site. We also recommend adding CSS to the bottom of the file as opposed to altering the preexisting code. The new code will overwrite the previous code.
.site-header__logo-image img { max-width: 500px !important; }
You can now take a look at your theme and the logo! You can, of course, adjust the 500px to whatever number you would like, larger or smaller, to your liking.
Let me know how this goes and if there is anything else I can assist you with, I'm happy to help!
All the Best,
Bo
Bo - Social Care @ Shopify
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution
To learn more visit the Shopify Help Center or the Shopify Blog
Hey there, Laura
I am sorry to hear that this has not worked for you. Can you please confirm what version of Debut you are using? It may be best if I escalate this to our theme team, to do so I will need to email you, would that be ok with you?
All the Best,
Bo
Bo - Social Care @ Shopify
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution
To learn more visit the Shopify Help Center or the Shopify Blog
Thank you for that, Laura!
I have just gone ahead and reached out via email. If you could respond there, that would be great!
All the Best,
Bo
Bo - Social Care @ Shopify
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution
To learn more visit the Shopify Help Center or the Shopify Blog
User | Count |
---|---|
801 | |
132 | |
93 | |
68 | |
63 |