This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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> |
NewerOlder