Skip to main content

How-To: Shop With Confidence

Smart & Safe Online Shopping: Tips to Protect Yourself

Online shopping has become part of everyday life — convenient, fast, and often more affordable. However, it's important to stay alert and shop wisely to avoid scams and fraud. Here are some essential tips to help you shop safely online:

1. Shop Only on Trusted Platforms

Always use reputable and established platforms like Shopee, Lazada, eBay, Amazon, or official brand websites. These platforms typically offer:

  • Buyer and seller protection
  • Clear refund/return policies
  • Reliable dispute resolution processes

Avoid purchasing from unknown sources such as forums, random social media posts (e.g., Facebook, Instagram), or shady websites. A legitimate online store should provide clear information including:

  • Business or owner identity
  • Company background
  • Contact details
  • Physical store address or registered office
  • Customer support options

🔍 Tip: If something seems too good to be true, it probably is. If you're unsure, don't buy.

2. Choose Verified and Reliable Sellers

Before making a purchase, always:

  • Visit the seller's profile or store page
  • Browse their full product list
  • Read their terms & conditions, especially return, refund, or warranty policies
  • Most importantly: check customer reviews and ratings

🚩 Be cautious of:

  • New sellers with no reviews
  • Products with no transaction history
  • Vague or overly generic listings

Would you trust someone who has no sales record and no feedback? Neither should your money.

3. Ensure the Website Is Secure (SSL Encryption)

Whenever you shop online, especially when entering credit card or personal information — make sure the website is secured by SSL (Secure Sockets Layer) encryption.

Here’s how to check:

✔️ The website URL starts with https://
✔️ A lock icon 🔒 appears in the browser address bar
✔️ Some sites display security badges (e.g., "SSL Secured" or "Secure Checkout")

This ensures that your sensitive information, like payment details and passwords, is encrypted and protected from cybercriminals.

Always trust your instincts. If you're unsure about a product, platform, or seller, pause, research, or ask someone you trust. Shopping online should be easy, enjoyable, and most importantly, safe.

4. Check if a number or bank account is reported / suspicious / scammer on Royal Malaysia Police website | https://ccid.rmp.gov.my/semakmule/ .

Also read:
How-To: Be More Secure Online .

Popular posts from this blog

Share: Morse Code

Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes or dits and dahs. Morse code is named after Samuel Morse, an inventor of the telegraph. International Morse Code, also known as Continental Morse Code, encodes the 26 English letters A to Z, some non-English letters, the Arabic numerals and a small set of punctuation and procedural signals (prosigns). There is no distinction between upper and lower case letters. Morse code can be transmitted in a number of ways: as electrical pulses along a telegraph wire, as an audio tone, a radio signal with short and long tones, or as a mechanical, audible, or visual signal e.g. a flashing light  or even a car horn. Some mine rescues have used pulling on a rope, a short pull for a dot and a long pull for a dash. Morse code is transmitted using just two states - on and off. Historians have called it the first digital code. Morse code may be...

Share: Domain Name

A domain name is a website URL, is the address, is your website name where Internet users can find and visit your website. Computers use IP addresses, which are a series of number. However, it is difficult for people to remember. Because of this, domain names were developed and used to identify entities on the Internet rather than using IP addresses.   A domain name can be any combination of letters and numbers, and it can be used in combination of the various extensions, such as .com, .net and more.   The domain name must be registered before you can use it. Every domain name is unique. If someone types in www.yourdomain.com, it will and only go to your website.   Domain names are formed by the rules and procedures of the Domain Name System (DNS). Any name registered in the DNS is a domain name.   "Domain names are organized in subordinate levels (subdomains) of the DNS root domain, which is nameless. The first-level set of domain names are the top-lev...

Share: API

An API (Application Programming Interface) is a set of rules and protocols that allow one software application to interact with another. It defines the methods and data formats that applications use to request and exchange information. APIs are used to allow different systems, services, or components to communicate with each other. APIs typically work by defining endpoints (URLs) where one system can send requests, and the system receiving the request processes it and sends a response back. Here's a basic overview of how the process works: 1. Client (Requester): The system (or program) that initiates the request. This could be a user interacting with an app, or a program that needs to fetch data from another service. 2. API Endpoint: An endpoint is a specific URL or URI (Uniform Resource Identifier) on the server that defines where the request should be sent. 3. Request: The client sends an HTTP request to the API endpoint. This can be one of several types: GET: Retrie...