Best-selling templates and extensions in August 2025: Dream Filter product filter, Strizh: social login, Telegram notifications, Dynamic Color template.
→Updating ocStore to version 3.0.3.9 not only provides bug fixes and system improvements, but also increases the stability of the online store. This guide walks through the step-by-step process of migrating from version 3.0.3.7 so that you can complete it safely and without unnecessary problems.
→The IMCache module solves key caching tasks in OpenCart: it speeds up the store by saving HTML pages and automatically updates the cache when prices, promotions, or product stock change. This allows keeping data up to date without manual clearing and improves the site's performance metrics.
→Do you want to remove the default /admin/ in OpenCart and reduce junk login attempts? We’ll explain in simple terms two ways to change the admin URL - renaming the folder or using a “virtual” URL via rewrite, with ready-made rules for Apache and Nginx.
→Best-selling templates and extensions in July 2025: Microdata, ChatGPT, Server Video, Mango template
→If you encounter the message "You need to specify a shipping method!" or "No payment options are available for the specified address. Please contact us for clarification!" during checkout, this means that the shipping selection for the product is not activated, or payment methods are not configured.
1) To fix this, open the product in the admin panel, go to the "Data" tab, and set "Yes" for the "Requires Shipping" field.
2) If you do not provide shipping to customers, be sure to add at least two payment options through the menu Extensions - Extensions - Choose extension type - Payment, such as "Cash on Delivery" or "Bank Transfer".
If you have many products, you can run a database query (remember, your prefix might not be oc_):
UPDATE `oc_product` SET `shipping`=' 1
Details on working with queries and their application can be found in the article Bulk Editing and Deleting Data in OcStore 3.
3) Additionally, the store may use an algorithm to hide shipping based on Geo Zone or other specific settings.