Skip to main content
All CollectionsWebsite DesignsLUNA
Luna Product page display options
Luna Product page display options
Updated over 2 weeks ago

Control the settings for your product pages

blobid0.png

In this article:


Where do I find these product settings?

  • In the theme customizer, go to the epicProducts section.

mceclip0.png

What customizations are available on the product page?

Several options are available to customize the function and display of the product page.\

  • You can customize the link where the “continue shopping” button leads after a product is added to the cart.

mceclip1.png
  • Use a three-step product process to hide available options from cluttering the display.

mceclip2.png
  • Enable an extra product tab for showing extra information.

mceclip3.png

What customizations are available on the category pages?

You can select to display the product price as a range to include more expensive options.
You can also restrict the width of the product card display, show sub-categories as a side bar or a dropdown menu, display larger product cards, or toggle between grid or list view.

mceclip4.png

How can I input content in the extra product tab?

To make a global change on all products:

  • Enable the “Extra Product Tab” in the customizer.

mceclip5.png
  • Edit the text in the theme files at templates > components > custom > extra-product-tab.html

mceclip6.png


Paste this code in the product description in the HTML editor:

<div class=”extra-tab”>
<div class=”title”>Hello</div>
<div class=”content”>My Content</div>
</div>


“title” is what the tab is called
“Content” is what the content says

Did this answer your question?