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> | |
JWT Resource: | |
https://dev.to/robdwaller/how-to-create-a-json-web-token-using-php-3gml | |
JWT Debugging: | |
https://jwt.io/ | |
JWT Example: | |
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImV4YW1wbGVAbWl2YS5jb20iLCJhdXRoX2lkIjoxMjM0fQ.pVbu7ymUbbBwy5kUZGLNkYkgZHALpNbbtS718G-C6wo | |
</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 information | |
</mvt:comment> | |
<mvt:item name="readytheme" param="Load_ContentSection( 'prod_video_now_playing', l.all_settings:ready_theme:content_sections:prod_video_now_playing)" /> | |
<mvt:comment> | |
Return file | |
</mvt:comment> | |
<mvt:do name="l.return" file="g.Module_Feature_TUI_DB" value="ManagedTemplate_Load_ID( l.settings:ready_theme:content_sections:prod_video_now_playing:templ_id, l.settings:ready_theme:content_sections:prod_video_now_playing:template)" /> |
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> | |
Bitwise Operators | |
MDN: | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#(Bitwise_NOT) | |
MivaScript: | |
http://www.mivascript.com/topic/operators.html | |
</mvt:comment> | |
<mvt:comment> | |
Negative -> Positive |
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> Debug Helper Functions </mvt:comment> | |
<mvt:assign name="l.tab" value="asciichar( 9 )" /> | |
<mvt:assign name="l.line_feed" value="asciichar( 10 )" /> | |
<mvt:do file="g.Module_Library_Utilities" name="l.timestamp" value="Timestamp_ISO8601(s.time_t)" /> | |
<mvt:comment> Redirect URL </mvt:comment> | |
<mvt:assign name="g.url" value="glosub( g.domain:base_surl, 'mm5/', '' ) $ 'generate-product-images'" /> | |
<mvt:comment> Debug Log Vars </mvt:comment> | |
<mvt:assign name="l.debug_log_path" value="'/google_product_feed_image_generator_log.txt'" /> |
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> Redirect URL </mvt:comment> | |
<mvt:assign name="g.url" value="glosub( g.domain:base_surl, 'mm5/', '' ) $ 'delete-product-images'" /> | |
<mvt:comment> | |
*** | |
Image Deleter - Start | |
*** | |
Image Deleter is being used for google product feed form. | |
</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> <mvt:assign name="g.Product_Code" value="'34072'" /> </mvt:comment> | |
<mvt:comment> | |
*** | |
Image Resizer - Start | |
*** | |
Image resizer is being used for google product feed form. | |
</mvt:comment> | |
<mvt:comment> Load Single Product </mvt:comment> | |
<mvt:do file="g.Module_Library_DB" name="l.success" value="Product_Load_Code(g.Product_Code, l.settings:product)" /> |
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 Customfield Group | |
</mvt:comment> | |
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="Group_Load_Code('build_a_kit_facets', l.build_a_kit_facets_group)" /> | |
<mvt:comment> | |
Load all the fields associated with that group | |
</mvt:comment> | |
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="ProductFieldList_Load_Group(l.build_a_kit_facets_group:id, l.settings:bak_facets)" /> |
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> | |
Overrides if needed | |
</mvt:comment> | |
<mvt:assign name="l.run:override_from" value="''" /> | |
<mvt:assign name="l.run:override_reply_to" value="''" /> | |
<mvt:assign name="l.run:override_to" value="''" /> | |
<mvt:assign name="l.run:override_cc" value="''" /> | |
<mvt:assign name="l.run:override_bcc" value="''" /> | |
<mvt:assign name="l.run:override_subject" 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> | |
Using these english punctuation characters as reference | |
https://7esl.com/punctuation-marks/ | |
Miva Settings: | |
l.settings:page:customer_settings:pw_complex = 0 No Complexity Requirements | |
l.settings:page:customer_settings:pw_complex = 1 At Least one Letter and one Number or Punctuation Character | |
l.settings:page:customer_settings:pw_complex = 2 Mixed Case Letters and at Least one Number or Punctuation Character | |
</mvt:comment> | |
<mvt:do file="g.Module_Feature_CUS_DB" name="l.CustomerSettings_Load" value="CustomerSettings_Load(l.settings:page:customer_settings)" /> |
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 item | |
</mvt:comment> | |
<mvt:do file="g.Module_Feature_TUI_DB" name="l.success" value="Item_Load_Code('PaypalExButton', l.item)" /> | |
<mvt:comment> | |
Load module that the item references | |
</mvt:comment> | |
<mvt:do file="g.Module_Library_DB" name="l.success" value="Module_Load_ID(l.item:module_id, l.item:module)" /> | |
<mvt:comment> |
OlderNewer