Hello!
I cannot get the AfterPay snippet to show on the product page - we do offer AfterPay so would love this this to show.
URL: www.aestas.com.au
Thanks,
Ash
@LitCommerce thanks!
Hello!
I cannot get the AfterPay snippet to show on the product page - we do offer AfterPay so would love this this to show.
URL: www.aestas.com.au
Thanks,
Ash
@LitCommerce thanks!
Hi @MareeAnnCo ,
Where do you want to display it?
Please send me screenshot, I will check it for you.
Hello!
I would like the snippet to appear just below the price, I would like the afterpay words to be in black and without the blue bubble if thats possible -
It was previously working as you can see here:
Thanks,
Ash
Hi @LitCommerce
Unfortunately these are the steps I followed and it will not show.
Any other suggestions?
Thanks,
Ash
Hi @MareeAnnCo ,
I checked and your site’s price is displayed in 2 places, so it’s showing here on mobile:
Please send me the code of main-product.liquid file and script code of afterpay, I will guide you to display it.
Hi @LitCommerce
Thanks for confirming that for me! It appears to show on mobile but not desktop for some reason.
I don’t have amain-product.liquid, I appear to only have product.liquid -
{% section ‘text–static’ %}
{% section ‘gallery-grid–static’ %}
{% section ‘product-recommendations–static’ %}
Thanks,
Ash
Hi @MareeAnnCo ,
Please send me the code of ‘product–static.liquid’ file and script code of afterpay, I will guide you to display it.
Hi @LitCommerce
No worries, thank you!
product–static.liquid -
{% render ‘pages–product’ with
show_thumbnails: section.settings.show_thumbnails,
thumbnail_position: section.settings.thumbnail_position,
thumbnail_size: section.settings.thumbnail_size,
enable_full_width: section.settings.enable_full_width,
show_vendor: section.settings.show_vendor,
show_swatches: section.settings.show_swatches,
show_quantity_input: section.settings.show_quantity_input,
show_share_buttons: section.settings.show_share_buttons,
enable_payment_button: section.settings.enable_payment_button,
enable_video_looping: section.settings.enable_video_looping,
%}
{% schema %}
{
“name”: “Product pages”,
“settings”: [
{
“id”: “enable_full_width”,
“type”: “checkbox”,
“label”: “Enable full width”,
“info”: “If enabled this page will span the entire width of the window”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_thumbnails”,
“label”: “Show image thumbnails”,
“default”: true
},
{
“type”: “select”,
“id”: “thumbnail_position”,
“label”: “Thumbnail position”,
“default”: “vertical”,
“options”: [
{
“value”: “vertical”,
“label”: “Beside product image”
},
{
“value”: “horizontal”,
“label”: “Below product image”
}
]
},
{
“type”: “select”,
“id”: “thumbnail_size”,
“label”: “Thumbnail size”,
“default”: “large”,
“options”: [
{
“value”: “small”,
“label”: “Small”
},
{
“value”: “medium”,
“label”: “Medium”
},
{
“value”: “large”,
“label”: “Large”
}
]
},
{
“type”: “checkbox”,
“id”: “show_vendor”,
“label”: “Show vendor”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_swatches”,
“label”: “Show swatches”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_share_buttons”,
“label”: “Show social sharing buttons”
},
{
“type”: “checkbox”,
“id”: “show_quantity_input”,
“label”: “Show quantity selector”,
“info”: “If quantity selector is hidden, quantities will default to 1.”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “enable_payment_button”,
“label”: “Show dynamic checkout button”,
“info”: “Lets customers check out directly using a familiar payment method. Learn more”,
“default”: true
},
{
“type”: “header”,
“content”: “Media”
},
{
“type”: “paragraph”,
“content”: “Learn more about media types”
},
{
“id”: “enable_video_looping”,
“type”: “checkbox”,
“label”: “Enable video looping”,
“default”: true
}
]
}
{% endschema %}
AfterPay -
Thanks again!
Ash
Hi @MareeAnnCo ,
It renders the code to another file, can you send me the code of the pages–product.liquid file?
Because I don’t have the source theme, so I need to debug each file.