Step 1: Install and configure your AWS connection. Step 2: Prepare to move your files/folder For this example, lets say that we have a bucket named: “Server Images” Inside, we have two folders called “new server images” and “test web” What we would like to do is move all the content of “new server images” folder inside the “test_web” folder.…
Tutorial: AWS CLI for Beginners
Step 1: Download and install the MSI installer on your Windows machine. Download links: AWS CLI MSI installer for Windows (64-bit) AWS CLI MSI installer for Windows (32-bit) Step 2: Confirm your installation To confirm your AWS CLI MSI installtion, open your Windows Command Prompt (cmd) and use the command: aws –version You should see the installation info similar to…
Opencart 1.5.x – HTML Email Notification for Admin
You might have noticed that in Opencart 1.5.x versions, the admin only gets the text order notification like below: This is okay but it doesn’t show the customer name, address and other details unlike the email notification that the customer receives. If you want the admin to get the same email as the customer (complete with shipping and payment details),…
WordPress – Hiding the Menu Bar on Specific Pages and Posts
There are times that I get weird requests from clients, like this one. One of my clients ask me to create a page that doesn’t have a menu bar. He wants it gone only in one specific page. Good thing we can achieve that with a simple CSS code. So what you need is get the unique ID of your…
Opencart 2.3.0.2 Issue: Additional Alert Email Field
This is a known bug in Opencart 2.3.0.2 version, if you are using this version, you will notice that your Additional Alert Email field under Settings > Mail tab doesn’t save. No matter how many times you add an email address and save it, it will just stay blank after reload. To fix this, go to your /admin/controller/setting/setting.php file and…
Opencart – How to enable the shipping options on Paypal checkout?
On Opencart 2.3.0.2 if you are using Paypal Standard as your payment method and you are paying using credit card, you might notice that the shipping fields are missing on the Paypal checkout page: To add the shipping fields on this page, all you have to do is open your /public_html/yourwebsite.com/catalog/view/theme/default/template/extension/payment folder and edit the pp_standard.tpl file. Find: <input type=”hidden” name=”no_shipping” value=”0″…
Woocommerce – Autocomplete Status on all Orders
If you are using Woocommerce and is selling virtual and downloadable products on your website, you might have noticed that the products won’t be available upon order if you are using since initially they are being marked as Processing or Pending Payment after checkout. The products sold would only be available when they are marked as “Completed”, so here’s a…
WordPress – Disabling automatic update email notification
Being the world’s current most used content management system, the good guys at WordPress doesn’t stop improving the system, we get new updates and fixes around 10 to 20 times a year. They were amazing but one thing that I find annoying is that I always get an email notification that my WordPress site has been automatically updated. For someone…
Stock Videos: Web Quality
I am currently working on a website that sells aerial stock photos and videos and the files can get up to 2GB in size for a 20-second video. All the videos are 4K so they are really big. We host these big video files thru Amazon S3 so that’s okay. But the website needs to host the preview images and…
WC Vendors Plugin – Removing product header
WC Vendors is a great and a very easy to use plugin if you are planning to create your own marketplace like Ebay, Amazon etc. In this short tutorial, I will show you how to remove the vendor name and shop description being called on the product pages. All you have to to is open your template files on the…