Help Page

Add Product Variant (Bottle and Case)

  1. Select a product you want to add bottle and case.
  2. Under variants section click add variant.
  3. Fill up all the fields.
    1. Option Name
    2. Pricing
    3. Inventory (if needed)
  4. Save Variant
  5. Once done adding you'll see same as below image.

Update Product Description

  1. Select a product you want to update.
  2. Select All the description and copy.

  3. Switch to show HTML.
  4. Select All the description then remove then paste the raw description.
  5. Fix the layout by adding some <br/> breakpoint on every end of the paragraph and for new line.
  6. Save.
  7. You'll see the Show More and Show Less.


Update Sidebar Filter

  1. Go to Apps on the admin sidebar
  2. Click Smart Product Filter.
  3. Once you've redirect to the settings page, youll see the filter section and click the pen to edit.
  4. On the Edit Filter page, you can Add Option, Enable and Disable a filter option.

REMOVE COLLECTION BANNER PAGE TITLE

  1. Go to Products
  2. Click Collections.
  3. Click any Collection to edit.
  4. 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:
  5. Then save.

UPDATE COLLECTION HEADER BANNER FULL-WIDTH

  1. Go to Products
  2. Click Collections.
  3. Click any Collection to edit.
  4. Click the right top button "<>" to show the editor, then paste the following codes.

    <style><!--
    .collection-hero__image {
    background-size: cover !important;
    }
    --></style>

  5. Then save.