Skip to content

Instantly share code, notes, and snippets.

View imtikon's full-sized avatar
😀
I'm CEO of my life, I'm CTO of my localhost, I'll co-founder of my son-daughter

Sheikh Imtiaz Hossain imtikon

😀
I'm CEO of my life, I'm CTO of my localhost, I'll co-founder of my son-daughter
View GitHub Profile
@eugene-manuilov
eugene-manuilov / template.yaml
Created December 30, 2018 09:46
AWS CloudFormation template to create EC2 instance with MySQL database
AWSTemplateFormatVersion: 2010-09-09
Parameters:
DbMasterUsername:
Description: The datbaase master user name
Type: String
Default: root
DbMasterPassword:
Description: The database master password
Type: String
@tkirrane
tkirrane / companion-product
Last active February 10, 2025 17:25
Add a companion product to cart page
{% comment %}
To add a companion product to the cart automatically if a primary product is in cart:
1. Create a new link list under your Navigation tab.
2. In that link list, make the first link point to companion product.
3. Copy your link list handle where indicated at line 8:
{% endcomment %}
{% assign linklist = linklists['put-your-link-list-handle-here'] %}
{% comment %}