Create a new Shopify Account (14 day Trail) Add Billing and Store Details Add domain name Make sure you register your domain through Godaddy/External domain provider and point the domain A record to Shopify Setup emails I highly recommend using g-suite or Microsoft exchange to handle emails Configure General Information Add Refund Policy, Privacy policy, Terms
Continue reading »Magento 2 Get custom product attribute values array from product collection
Magento Collections are powerful. We can use this to get a custom product attribute value array from a product collection with a couple of lines of code. protected $_productCollection; /* Constructor */ public function __construct( \Magento\Catalog\Model\ResourceModel\Product\Collection $productCollection ) { $this->_productCollection = $productCollection; } /* @var \Magento\Catalog\Model\ResourceModel\Product\Collection $collection */ $collection = $this->_productCollectionFactory->create() ->addAttributeToSelect(‘custom_attribute’, ‘catalog_product_entity_text’); $collection->addCategoriesFilter([‘eq’ =>
Continue reading »Learning Magento 2 From Scratch
I have experience in Magento 1 and I am trying to move to Magento 2. Magento 2 totally different from Magento 1. So, Magento 1 experience does not help much. The biggest challenge I am facing is lack of good tutorials in Magento 2 for beginners like me. I always find it easy to understand when I can see
Continue reading »How to Install Magento 2.2 In Digital Ocean
Let’s install Magento 2.2 on Digital Ocean droplet. Basically, digital ocean droplet is clean OS only so, you will have to install LAMP (Linux, Apache, MySQL and PHP) stack. Based on the Magento 2.2 requirement I created an Ubuntu 16.04.3 x 64 droplet. The ideal droplet size for magento2.2 would be size would be 3GB
Continue reading »20 Plus Proven Habits That Will Uncover Dark Knowledge
Hello, friends, you might be wondering what is dark knowledge? Let me tell you a short story. For the past 35 years, I never knew nor google for a person called “Gary Halbert”. I am sure that he never existed in my list of people I admire. However, a question asked in a Facebook group
Continue reading »Installing Magento Patch SUPEE-9767
Magento released the latest security patch SUPEE-9767 patching various security issues. It is a straight forward installation but required to cover a couple of areas. This is quick step by step guide to cover the process and links I found really helpful and made the job easy. Download the SUPEE 9767 patch file match for
Continue reading »Five Things To Do In November 2016
Cannot believe that it is already November and this is the best month to start planning. Yes, always today is the best day to start something. It is always important to organise things and prioritise tasks and focus on them. Why not using my blog to do that. Here are the awesome five things to
Continue reading »Learn How I Automate Social Media
I got this email saying “9,755 happy Twitter users, courtesy of 3 retweets. Way to go!”, just after automated social media accounts. Updating all my social media accounts consistently by myself was not easy. Some days I over update them and other time I rarely update them. There are so many social media platforms and
Continue reading »How I build a website under 15 minutes
For the last 15 years, I am helping individuals and businesses to build many websites. However, I did not have my own website. I was thinking and dreaming about building a perfect website for myself but it did not happen. Then it took me less than 15 minutes to build it. What is the secret?
Continue reading »Hello world!
Hello World! I am Sanjaya Wickramasinghe and welcome to my blog. I always find it hard to start anything. It is no difference when it comes to this blog. So, I decide to start it with the famous default WordPress blog post “Hello World!“. As a developer, I always start learning new programming language by trying
Continue reading »
Recent Comments