Scandiweb Layout Updates

As low as $299.00
Available
Only %1 left
SKU
Scandiweb Layout Updates
Layout Updates support for ScandiPWA

DISCLAIMER

This extension is standalone. It provides all necessary ScandiPWA and Magento modules. No third-party modules are required.

Features

Supported display locations

  • Categories

    • Anchor Categories
    • Non-Anchor Categories
  • Products

    • All Product Types
    • Simple Product
    • Virtual Product
    • Bundle Product
    • Downloadable Product
    • Configurable Product
    • Grouped Product
  • Generic pages

    • All Pages
    • Specified Page

Unsupported display locations

  • Products

    • Gift Card
  • Generic pages

    • Page Layout

Supported page handlers

The following page handlers are supported:

  • customer_account_* – Customer Account
  • newsletter_manage_index – Customer My Account Newsletter Subscriptions
  • cms_index_* – CMS Home Page, 404 page
  • cms_page – CMS Pages (All)
  • catalog_product_* – Catalog Product
  • catalog_category_* – Catalog Category
  • checkout_onepage_* – Checkout
  • checkout_cart_* – Cart

Unsupported page handles

The following page handlers are not supported:

  • magento_giftregistry_* – Customer GiftRegistry
  • sales_guest_* – Sales Guest
  • sales_order_* – Sales Order
  • paypal_* – PayPal
  • checkout_cart_multishipping_* – Multishipping Checkout
  • magento_invitation_* – Customer Account Registration by Invitation
  • magento_rma_* – RMA
  • review_* – Catalog Product Reviews
  • wishlist_search_* – Wish List Search

Other unsupported page handlers:

  • contact_index_index – Contact Us Form
  • checkout_cart_configurefailed – Configure Cart Item Failed
  • magento_advancedcheckout_sku_index – Customer Checkout by SKU
  • magento_customerbalance_info_index – Customer My Account Store Credit
  • restriction_index_stub – Website Closed Stub Page
  • magento_giftcardaccount_customer_index – Customer My Account Gift Card Check Form
  • shipping_tracking_popup (Shipment Tracking Popup)
  • cms_index_nocookies – CMS No-Cookies Page
  • search_term_popular – Popular Search Terms
  • shipping_tracking_popup – Shipment Tracking Popup
  • rss_index_index – RSS Feeds List
  • sendfriend_product_send – Catalog Product Email to a Friend
  • magento_reward_customer_info – Customer Reward Info

Supported block references

  • After page header top (top.container) – Inside demo notice
  • Page header container (header.container) – Inside header
  • Page header (header-wrapper) – Inside header navigation
  • Page header panel (header.panel) – Inside header top menu
  • After page header (page.top) – After header
  • Before page footer container (page.bottom.container) – Before footer
  • Page footer container (footer-container) – Inside footer
  • Before page footer (page.bottom) – Inside footer content
  • Page footer (footer) – Inside footer content
  • Cms footer links (cms footer links container) – Inside footer columns
  • Main content container ( main) – main content container
  • Main content top (content.top) – inside main content, on the top
  • Main content area (content) – inside main content, on the top, before content.top
  • Main content bottom (content.bottom) – inside main content, on the bottom
  • Main content aside ( content.aside) – not support in ScandiPWA, on the bottom, after content.bottom
  • Page top (after.body.start) – before router
  • Page bottom (before.body.end) – after router
  • Before main columns (columns.top) – before router, after after.body.start
  • Mini cart promotion block (minicart.addons) – after cart promo
  • Alert urls (alert.urls) – product alerts
  • Product view extra hint (product.info.extrahint) – before brand on mobile, after price on desktop
  • Product Extra Info (product.info.simple.extra) – before brand on mobile, after price on desktop
  • Product auxiliary info ( product.info.stock.sku) – product sku & stock
  • Product info auxiliary container ( product.info.price) – product price
  • Product social links container ( product.info.social) – last in product actions
  • Review form fields before (product.review.form.fields.before) – before product reviews form

Unsupported block references

Sidebar additional (sidebar.additional)

Sidebar main (sidebar.main)

Configuration

This extension does not have any configurations. It is intended for development extension.

Development

To inject new handlers for widget implementations, please create plugins for Scandiweb/LayoutUpdates/Component/Widget/Component/WidgetComponent member-property typeToRenderMap. You need to register your component in it, by the type (PHP class name) of the original widget. The example code could look like this:

import MyWidget from '../component/MyWidget;
import { MY_WIDGET_TYPE } from '../component/MyWidget/MyWidget.config';

const addCountdownToRenderMap = (member) => ({
    ...member,
    [MY_WIDGET_TYPE]: MyWidget
});

export default {
    'Scandiweb/LayoutUpdates/Component/Widget/Component/WidgetComponent': {
        'member-property': {
            typeToRenderMap: addMyWidgetToRenderMap
        }
    }
};

 

More Information

More Information
Product Name Scandiweb Layout Updates
Short Description
Layout Updates support for ScandiPWA
Base /f/r/frame_101.png
Small /f/r/frame_101.png

Reviews

Write Your Own Review
You're reviewing:Scandiweb Layout Updates
Copyright © 2013-present Magento, Inc. All rights reserved.