I want to show some custom content on my product page like you see on this page https://swissbeauty.in/collections/face/products/blusher-baked-multi-blusher-sb-405 below the description tabs. This content is different for each product. How can this be done on Shopify?
Hi @Shryoan Several ways to do this, If you need the below setup or customized you can contact me , info in signature, please provide context(store url,theme name, post url).
Normally this would be done with the predefined sections a theme comes with.
If the problem is your theme doesn’t allow you to add section below those description tabs then the theme either needs to be upgraded or customized to have that functionality.
If you are already trying to use a section and the hiccup is the content is the same for all products then you’ll want to use alternative templates to have the sections settings unique per product
Or if it’s an OS2.0 use a custom-liquid section in tandem with metafield definitions.
In some cases both.
Consider alternative templates if sets of product will actually have the same info. This can drastically cut down data entry if lots of products.
Use mfdef’s If each product info is unique and you are using using an OS2.0 compatible theme.
Additional consideration if you have ALOT of products and need to use an app to import the information to the admin.
This way you’d then edit the specific info in each products admin page in the metafield area at the bottom of the page. Then you’d either: in the theme settings connect that mfdef a dynamic source(depends on theme structure) , or customize the theme code to use that mfdefs value.
https://help.shopify.com/en/manual/metafields/metafield-definitions
Thanks. Metafields worked. Just for the record, if anyone else is looking for the same thing, you add the code {{ product.metafields.NAMESPACE.KEY }} wherever you want it to be displayed.