Type and press Enter.

SHOP page

Setting up the Shop

  1. The shop pages requires the Woocommerce plugin.
    You can install this plugin in Appearance > Install Plugins.
  2. Immediately after activating the plugin, you are taken to the setup wizard.
    You can use the wizard, or skip it and manually set up everything.
  3. Now create your products
  4. You can optionally display a left sidebar on the shop pages by going to Appearance > Widgets and adding widgets to the “Woocommerce” sidebar.
  5. Set the number of products per row in Appearance > Customize > WooCommerce > Product Catalog
  6. Detailed information and videos on how to work with WooCommerce can be found here:
    Documentation
    WooCommerce Guided Tour Videos

Setting up the Shop Front Page

1. Adding the Front Page

  1. Click Pages > Add New.
  2. Look for Page Attributes on the right side and click on the Template drop-down menu. Select the “Shop Frontpage Template”.
  3. You can give this page a title, eg. “Shop”.
  4. Click Publish.
  5. Now you can add the new page to your menu.

2. Adding a Top Image

  1. Go to Appearance > Customize > Shop > Shop Frontpage Image and upload your image.
    Into the field “Title Over Image” enter the text that you wish to appear above the image.
    You can use HTML, shortcodes and icons in this field as well, for example in order to add an icon, add:
    <i class="fa fa-heart">
    More info about icons you can find in this documentation under Theme Features > Icons.

    Example from the theme demo:
we <i class="fa fa-heart"></i> basics 
<br>
[button size="large" color="#101020" style="outline" link="http://marni.redsun.design/shop/"]shop now[/button]

3. Adding Promo Boxes

  1. Go to Appearance > Customize > Shop > Shop Frontpage Promo Boxes
  2. Click “Add new Promo Box”, upload an image and enter Overlay Text and an URL where you want the box to link to. Repeat this step for each Promo Box.
  3. Below you have the option to adjust the Promoboxes Text Font and add a transparent background color over the images so that the text above it is better readable.

4. Adding Products to the Shop Frontpage

  1. In order to add products to the Shop Front Page, you can simply put any WooCommerce Product Shortcode into the text editor of the page that you’ve created in Step 1. Make sure to add the shortcode into the Text (not Visual) editor.

    For example show 4 products from the “accessories” category:
    [product_category category="accessories"]

    or list 4 products on sale:
    [sale_products per_page="4" columns="4"]

    Combine the WooCommerce shortcodes for exampel with headlines and Marni button shortcodes to create a nice layout. Example from the Marni Theme demo:
<h4 style="text-align: center;">New Arrivals</h4>
[recent_products per_page="3" columns="3"]
<p style="text-align: center;">[button window="new" style="outline" size="large" link="http://www.marni.redsun.design/shop"]shop all new arrivals[/button]</p>