Use widgets to create different product displays for your online store inventory.
This section is designed to operate on different post types related to your shop. For example, the shop home, archives, and individual product pages.
ShopLines can easily be downloaded from inside WordPress using Extend.
ShopLines, includes two sets of options. The configuration options located in the Global Settings in the PageLines Settings panel and Section options that are located in the ShopLines section options via the Platform Builder.
Once installed, a new options section can be located in the Global Settings named ShopLines. These settings configure the ShopLines section.
Shop Title
Enter the name of your shop into the text field option.
Shop Type
Enter a singular term into the field, this is used to describe what you're selling. Example: books, games, paintings, etc...
Redirect Cart
Bypass the Cart page when a user adds a product and redirect straight to Checkout
Disable Checkout Coupons
Disable the coupons form on the Checkout page.
Disable Checkout Messages
Disable the Product Added To Cart message on Checkout page.
Show Cart
When a user has products in cart, show the cart link in menu.
Menu to attach cart
Attach the cart to the selected menu.
As with all section, the ShopLines section includes the Standard Section Options such as padding/margin, background options and etc.
ShopLines upon installation, creates two additional sidebars to the Widgets panel in the WordPress admin dashboard. These sidebars are called ShopLines Nav and ShopLines Listings.
Select Nav Sidebar
From the drop-down-menu, select the sidebar you wish to use, we recommend using ShopLines Nav. However, this is optional and you're free to use whatever sidebar you like.
Select Listings Sidebar
From the drop-down-menu, select the sidebar you wish to use, we recommend using ShopLines Listing. However, this is optional and you're free to use whatever sidebar you like.
We recommend using the WooCommerce widgets as these work perfectly with ShopLines. However, these are optional and you're free to use whatever widgets you like.
Navigate to the Widget panel via WordPress Admin Dashboard → Appearance. From here, you will see the additional sidebars ShopLines Nav and ShopLines Listings, simply drag-and-drop whatever widgets you like to these sidebars.
These widgets will populate the ShopLines section
The ShopLines section can be inserted into a page, post or widget using the shortcode below. This is used as a quick reference and we recommend including a unique ID.
[pl_section section="shoplines" id="Enter_Unique_Id_Here"]
We recommend using your own custom classes via the Additional Styling Classes option to customize sections. However, you can use the classes below as a quick reference or in your own styles, if you prefer to use the default class(es) instead of your own.
/* Class is assigned to the <section> element */
.pl-sn-shoplines { ... }
/* Class is assigned to the <div> that wraps all ShopLines content */
.pl-shop-content { ... }
/* Breadcrumb for ShopLines */
.woocommerce-breadcrumb { ... }
/* Assigned to both sidebar columns */
.pl-shop-sidebar { ... }
/* Assigned to the Sidebar Nav sidebar (left column) */
.sbnav { ... }
/* Allows you to style the Sidebar Listings sidebar (right column) */
.pl-shop-sidebar { ... }