Help Page
Add Product Variant (Bottle and Case)
- Select a product you want to add bottle and case.
- Under variants section click add variant.
- Fill up all the fields.
- Option Name
- Pricing
- Inventory (if needed)
- Save Variant
- Once done adding you'll see same as below image.
Update Product Description
- Select a product you want to update.
- Select All the description and copy.
- Switch to show HTML.
- Select All the description then remove then paste the raw description.
- Fix the layout by adding some <br/> breakpoint on every end of the paragraph and for new line.
- Save.
- You'll see the Show More and Show Less.
Update Sidebar Filter
- Go to Apps on the admin sidebar
- Click Smart Product Filter.
- Once you've redirect to the settings page, youll see the filter section and click the pen to edit.
- On the Edit Filter page, you can Add Option, Enable and Disable a filter option.
REMOVE COLLECTION BANNER PAGE TITLE
- Go to Products
- Click Collections.
- Click any Collection to edit.
- Click the right top button "<>" to show the editor, then paste the following codes.
<style><!--
h1.collection-hero__title.page-width {
display: none !important;
}
--></style>
It should be like this:
- Then save.
UPDATE COLLECTION HEADER BANNER FULL-WIDTH
- Go to Products
- Click Collections.
- Click any Collection to edit.
- Click the right top button "<>" to show the editor, then paste the following codes.
<style><!--
.collection-hero__image {
background-size: cover !important;
}
--></style>
- Then save.