AWS

AWS S3: Moving multiple files from one directory to another

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.…

Continue Reading

AWS

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…

Continue Reading

Opencart, PHP

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),…

Continue Reading

Opencart, PHP

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…

Continue Reading

HTML, Opencart, PHP

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″…

Continue Reading

Wordpress

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…

Continue Reading

Other, Wordpress

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…

Continue Reading