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
| <script> | |
| {% if {{globals.user.isLoggedIn}} == "true" %} | |
| window.location = "https://expattaxonline.worldsecuresystems.com/my-acc-detail1"; | |
| {% endif %} | |
| </script> |
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
| {% if {{pagination.totalItemsCount}} == 0 %} | |
| <p><strong>We are currently arranging products in this Category</strong></p> | |
| {% endif %} |
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
| <h4>Tags</h4> {tag_blogtaglist, collection="myData" template=""} | |
| {% assign myVar = myData.items | sort: 'name' %} | |
| {% for item in myVar %} | |
| <a href="/blog-computer-related-articles/tag/{{item.name}}">{{item.name}}({{item.count}})</a> | |
| {% endfor %} | |
| /*Note: You will neeed to replace the "blog-computer-related-articles" with your Blog's Url i.e rcks-talk */ |
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
| {% if {{globals.get.WebFormID}} == "613500" %} | |
| <p><strong> "You are getting this message because Webform ID is 613500" </strong></p> | |
| {% else %} | |
| <p><strong> "This message is for Other forms" </strong></p> | |
| {% endif %} |
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
| {% capture myVar %} {tag_replypostlink} {% endcapture %} {{myVar | replace: 'Reply' , 'My Custom Text for Reply'}} |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Untitled Document</title> | |
| <link href="MYSTYLE.css" rel="stylesheet" type="text/css"> | |
| </head> | |
| <body> | |
| {module_webapps id="37467" filter="all" collection="myData" 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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>key-value-webapp-pair</title> | |
| </head> | |
| <body> | |
| <h3>Example for key-value-webapp-pair </h3> |
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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>redirect-using-liquid-js</title> | |
| </head> | |
| <body> | |
| <h3>Redirect using Liquid-Js</h3> |
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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>news-perpage-bctest</title> | |
| <meta name="robots" content="noindex" /> | |
| </head> | |
| <body> | |
| <h3>Showing items as per News Module</h3> |