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
{"lastUpload":"2022-03-10T01:06:24.658Z","extensionVersion":"v3.4.3"} |
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
<!-- Start: Google Rich Snippets --> | |
<mvt:comment> | |
| Check if the argument is a structure to transform into an array | |
</mvt:comment> | |
<mvt:if expr="tolower(miva_variable_type(l.settings:json_ld:products)) EQ 'structure'"> | |
<mvt:assign name="l.null" value="miva_array_insert( l.settings:json_ld:products, l.settings:json_ld:products, -1 )" /> | |
</mvt:if> | |
<mvt:comment> |
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:comment> | |
| Load all pages | |
</mvt:comment> | |
<mvt:do file="g.Module_Feature_TUI_DB" name="l.success" value="PageList_Load_All( l.settings:pages )" /> | |
<mvt:foreach iterator="page" array="pages"> | |
<mvt:comment> | |
| Update page title | |
</mvt:comment> | |
<mvt:assign name="l.settings:page:title" value="''" /> |
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:comment> | |
AWSIMG | |
Attribute/Imagemachine must be enabled | |
and custom images | |
</mvt:comment> | |
<mvt:if expr=" | |
l.settings:attributemachine:enabled AND | |
l.settings:all_products_imagemachine:enabled AND | |
l.settings:product:customfield_values:customfields:image_01 | |
"> |
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:comment> | |
Reference: | |
templateorderemails.mv | |
</mvt:comment> | |
<mvt:assign name="l.email_templates" value="miva_splitstring('ORDERCONF_CUSTOMER,GIFTCERTIFICATE_CREATED,SHIPMENT_SHIPPED', ',', l.settings:email_templates, 'trim' )" /> | |
<mvt:foreach iterator="email_template" array="email_templates"> | |
<mvt:comment> | |
Default |
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:comment> | |
Defaults | |
</mvt:comment> | |
<mvt:comment> | |
The subscription id you would like to test to determine | |
if the product applies to a discount | |
</mvt:comment> | |
<mvt:assign name="l.subscription_term_id" value="4" /> |
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
// File is a POF of how to recursively search an object | |
class User { | |
constructor() { | |
this.username = "john_doe"; | |
this.password = "password"; | |
} | |
/** | |
* Deep search any object like types and return | |
* one or more values for the property name |
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:comment> | |
I/O | |
</mvt:comment> | |
<mvt:assign name="l.input_string" value="'Place value here'" /> | |
<mvt:assign name="l.output_string" value="''" /> | |
<mvt:comment> | |
Tokens | |
</mvt:comment> | |
<mvt:assign name="l.start_comment" value="'<!--'" /> |
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:comment> | |
Schema Value | |
</mvt:comment> | |
<mvt:assign name="l.settings:product:schema_inventory_message:value" value="''" /> | |
<mvt:comment> | |
Schema Availability Values | |
</mvt:comment> | |
<mvt:assign name="l.settings:product:schema_inventory_message:discontinued" value="'Discontinued'" /> | |
<mvt:assign name="l.settings:product:schema_inventory_message:in_stock" value="'InStock'" /> |
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="all_products" /> | |
<mvt:comment> | |
Products | |
</mvt:comment> | |
<mvt:foreach iterator="product" array="all_products:products"> | |
<mvt:comment> | |
NULL | |
</mvt:comment> | |
<mvt:assign name="l.product_as_low_as_prices" value="''" /> |
NewerOlder