ADVERTISEMENT

The rising Internet trade

Published Aug 17, 2020 11:00 pm
#MINDANAO John Tria John Tria Yes. The need to go online has become more acute because disruptions will be with us for a very long time. Beyond this need, however, being online gives the opportunity to access new markets and suppliers. The Department of Trade and Industry (DTI) recently announced 68,000 new online seller registrations, a drastic increase from last year’s few thousand registrants. (https://mb.com.ph/2020/08/11/dti-business-name-registration-for-internet-sale-soars-to-68000/) This bodes well for the already growing Philippine e-commerce market. Now estimated in the billions of dollars by various experts, it is expected to grow further. What helped this is the online registration at the DTI and increasingly in many local governments that have implemented digitalized business registration. As I had written previously, formally registered business will be necessary if the business wants to expand through financing, as banks and some credit cooperatives require some form of formal registration if financing is to be availed of. This will be crucial as opportunities in e-commerce beckon. For many businesses, going online will involve some tweaking in operations, employing digital tools to ensure security in the process that may require some investment. For many of us in the Visayas and Mindanao, e-commerce is an opportunity for a wider market to see the diversity of Mindanao’s products and culture, which over the last three years has gained more exposure. Online Kadayawan The City of Davao has announced that it is launching a set of activities aimed to promote the annual Kadayawan festival online. This is a wise forward-looking move as it enables a now wider world to view this important festival that celebrates Davao’s diversity of cultures and abundance in food, especially fruits. As the fruit season kicks in, many families will fill their fruit baskets with fruits like durian, marang, mangosteen, rambutan, and langka, the fruits of peaceful valleys as a song goes. This is a big help for many farmers. This will also drive increased restaurant patronage as families and offices celebrate this important festival. Retail T bonds The recent successful floating of new treasury bonds signals a high level of confidence in our economic prospects as our recovery continues, and provides many investors with a good yielding investment. A good number of them were made online from investors outside the Philippines. Guard against online scams We need to guard against online scams. Many banks have reported and warned against such scams. SOme of them ask for your credit card numbers to “register” an investment. Even government agencies such as the Bangko Sentral, the LandBank, the Department of Finance, and the Department of Social Welfare and Development have advised the public of such scams which we should all be wary about. In particular, an IT expert has warned me of a wide array of problems. Apart from stealing identities, logging on or even watching such scams, which can come in the form of a doctored video or a “testimonial,” may install nasty stuff in your digital device. The DSWD in particular has warned about these fake social media groups (https://mb.com.ph/2020/08/15/dswd-warns-public-vs-fake-social-media-groups-spreading-false-info-on-sap/) claiming to be “financial service providers” to “help” in SAP distribution. Stay safe and vigilant everyone Apart from Metro Manila and nearby provinces and a few other local government units, the rest of the country is now under Modified General Community Quarantine, and can resume a safe return to a wider array of economic activities. We encourage everyone to remain vigilant and follow protocols especially in the workplace. For reactions: facebook.com/johntriapage

Related Tags

John Tria
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.