(function (d) {
var w = d.documentElement.offsetWidth,
t = d.createTreeWalker(d.body, NodeFilter.SHOW_ELEMENT),
b;
while (t.nextNode()) {
b = t.currentNode.getBoundingClientRect();
if (b.right > w || b.left < 0) {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>My Angular from Scratch</title> | |
<style> | |
.my-component { | |
font-family: Arial, sans-serif; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
================================ | |
<URI_Add /> | |
Description: | |
Adds a new URI to a page, category, product, or feed. | |
Rules: | |
Requires `uri` attribute with a value starting with "/" | |
For canonical URIs, add `canonical="yes"` attribute and ommit the `status` attribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mvt:if expr="g.Action EQ 'RGRP'"> | |
<mvt:assign name="g.Quantity" value="miva_variable_value('Quantity' $ g.Restore_Counter)" /> | |
<mvt:assign name="g.Restore_Name" value="miva_variable_value('Restore_Name' $ g.Restore_Counter)" /> | |
<mvt:assign name="g.Restore_Params" value="miva_variable_value('Restore_Params' $ g.Restore_Counter)" /> | |
<div class="message message--info h-nm"> | |
<strong>&mvte:global:Restore_Name;</strong> has been removed from your cart. <a href="&mvte:urls:BASK:auto_sep;&mvte:global:Restore_Params;">Undo?</a> | |
</div> | |
<mvt:assign name="g.Restore_Counter" value="g.Restore_Counter + 1" /> | |
</mvt:if> | |
<mvt:item name="customfields" param="Read_Basket('continue_url', l.settings:continue_url)" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mvt:if expr="g.Action EQ 'RGRP'"> | |
<mvt:assign name="g.Quantity" value="miva_variable_value('Quantity' $ g.Restore_Counter)" /> | |
<mvt:assign name="g.Restore_Name" value="miva_variable_value('Restore_Name' $ g.Restore_Counter)" /> | |
<mvt:assign name="g.Restore_Params" value="miva_variable_value('Restore_Params' $ g.Restore_Counter)" /> | |
<div class="message message-info"> | |
<strong>&mvte:global:Restore_Name;</strong> has been removed from your cart. <a href="&mvte:urls:BASK:auto_sep;&mvte:global:Restore_Params;">Undo?</a> | |
</div> | |
<mvt:assign name="g.Restore_Counter" value="g.Restore_Counter + 1" /> | |
</mvt:if> | |
<mvt:if expr="l.settings:basket:empty"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
function continueShopping(link) { | |
if (sessionStorage.getItem('continue_url')) { | |
link.href = sessionStorage.getItem('continue_url'); | |
} | |
} | |
</script> | |
<mvt:if expr="g.Action EQ 'RGRP' AND g.quote_item NE '1'"> | |
<mvt:assign name="g.Quantity" value="miva_variable_value('Quantity' $ g.Restore_Counter)" /> | |
<mvt:assign name="g.Restore_Name" value="miva_variable_value('Restore_Name' $ g.Restore_Counter)" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@use "sass:meta"; | |
/** | |
* Use this mixin to declare a set of CSS Custom Properties. | |
* The variables in $css_variables will be properly prefixed. | |
* The use of this mixin is encouraged to keep a good scalability. | |
*/ | |
@mixin cssvars($css_variables, $prefix: rt) { | |
:root { | |
@each $name, $value in $css_variables { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |
|q|u|a|n|t|i|f|y| | |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | |
* | |
* This extension allows for the use of buttons to increase/decrease item | |
* quantities on the product and basket pages. When used on the basket page, | |
* the decrease button becomes a remove button if the quantity is 1. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mvt:item name="html_profile" /> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<base href="&mvt:global:basehref;"> | |
<mvt:if expr="NOT ISNULL l.settings:category:page_title"> | |
<title>&mvt:category:page_title;</title> | |
<mvt:elseif expr="NOT ISNULL l.settings:page:title"> | |
<title>&mvt:page:title;</title> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="o-layout o-layout--justify-center"> | |
<div class="o-layout__item u-width-12 u-width-9--m"> | |
<p class="u-text-right"><a class="c-button c-button--hollow c-button--small u-color-red" href="&mvte:urls:SFNT:secure_sep;Action=ALOG" title="Log Out">Log Out</a></p> | |
<form method="post" action="&mvte:urls:AFAE:secure;"> | |
<fieldset> | |
<legend>&mvt:page:name;</legend> | |
<input type="hidden" name="Action" value="UAFL" /> | |
<p class="c-heading-delta">Log In Info</p> | |
<div class="c-form-list o-layout"> |
NewerOlder