Articles on: Online Store (Website)

Use EasyStore as catalog / content base website (2022 themes)

📌 Note : These steps require to edit coding file that found in the theme come after Candy theme, example: Aroma, Chapter, FreshBit, & etc. For after 2020 themes, may refer this link



In this article:
  1. Remove login icon
  2. Hide top bar Cart icon
  3. Remove top bar “Cart” word
  4. Remove Add to cart button on Product page
  5. Remove Add to cart button for Homepage Featured product section
  6. Remove Quantity selector on product page
  7. Remove Quantity selector on Homepage Featured product section





1. Remove Login icon



You can go to Admin Panel > Channel > Online Store > Theme > Edit source > Find the header.liquid > Search for {% if shop.customer_accounts_enabled %} > Remove the highlighted code > Save (in total 3 sections will need to be removed)


1st Section



2nd Section



3rd Section






2. Hide top bar Cart icon



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find header.liquid > look for icon-cart > replace <icon-cart> with <class= "icon-cart-- hide">Save






3. Remove top bar “Cart” word



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find header.liquid > look for header__icon--cart > Remove the highlighted code > Save






4. Remove Add to Cart button on Product page



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find main-product.liquid > look for {% app_snippet 'product/field_bottom' %} > Remove the highlighted code > Save






5. Remove add to cart button for Homepage Featured product section



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find featured-product.liquid > look for <div class="product-form__buttons"> > Remove the highlighted code > Save






6. Remove Quantity selection button on product page



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find main-product.liquid > look for <!-- quantity_selector --> > Remove the highlighted code > Save





7. Remove Quantity selection button Homepage Featured product section



Go to Admin Panel > Channel > Online Store > Theme > Edit source > Find featured-product.liquid > look for <!-- quantity_selector --> > Remove the highlighted code > Save



💡 Tips : If you would like to EasyStore as content base website without showing price, may further refer here to remove the price




Updated on: 23/10/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!