We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
ecommerce templates
45 posts
Did you know that 88% of users will never use an app or site again after one bad experience? From this, you can see how vital UI design is. UI design goes far beyond aesthetics and has a decisive impact on user experience. In the guide below, we'll tell you everything you need to know [...]
A method of UI design called "mobile-first design" puts the experience on small screens first. It makes sense to build a variety of arrangements for your consumers since different devices require different layouts depending on their screen size and orientation. This post will demonstrate how to develop a product prototype for mobile devices first and [...]
Today we are writing about the 5 best practices for UI designers, explaining the research, patterns, consistency, behavior, content, etc. that we need to take into consideration while designing for mobile. What exactly is design consistency? Consistency in design means connecting UI elements with identifiable and predictable actions. This is the key to a great [...]
eCommerce selling is a huge business nowadays and we have developed and analyzed multiple eCommerce websites here are our 5 winning design tactics for high sale conversions. With sales hitting the roof, anything that has to be sold on eCommerce needs some tactic to make it salable and "sellable". For the platform of eCommerce, any [...]
We are working to get the details of the Opencart 4, set up a demo for Opencart 4, and analyze its features and functionalities both in the admin section and the frontend section. Some of the addition is – PHP 8.1+ Compatible – a New event-based extension system – Startup page – CRON job page [...]
In this Opencart Journal theme tutorial, we are showing you how to add or manage the products modules like featured, bestseller, specials, related, from the same category, from the same brand, also bought, recently viewed, most viewed, random, custom, and advanced in pages in Journal theme, then we will show coding tutorial to add another [...]
In this Opencart tutorial, we are listing out to create opencart theme development from scratch for the designer, we are trying to show how to integrate HTML into the Opencart theme. We would like to introduce the OpenCart theme development course and make the OpenCart theme from scratch. Right now OpenCart version is 3 and [...]
In this Opencart tutorial, we will show how to create a custom Opencart 3 theme. We will go through the default theme files and folders and then clone default theme to custom theme, install the custom theme, activate it and change the CSS of the custom theme. First, let's go through the default core theme [...]
In this Opencart tutorial, we show you how to display sub-categories image on the category page in Opencart 3 by making code changes, click for Opencart 2 show images for sub-categories. Open catalog/controller/product/category.php and find the following code: Then replace with the following code: Open catalog/view/theme/default/template/product/category.twig and find the following code: Replace with the following [...]
Our webocreation.com is still in opencart v2.3 and today we are upgrading to opencart version 3.0.3.1 live. So that it will be pressure for us to complete it. We are able to upgrade in 1hrs and fix problems to go through the normal ordering. Previously we were using Journal version 2 and now we are [...]
In Opencart tips and tricks, we are showing how to add default or custom OpenCart modules in Journal 3 OpenCart theme. Go to Journal >> Layouts >> then edit where you want to show the OpenCart custom or default theme. Then hover over to the row that you want to show the image and click [...]
We just started to create OpenCart 3 themes for free and keep on adding our modules which are also free. This post has OpenCart 3 theme for free, download and documentation is added to customize template CSS, and video tutorial so that you can install the OpenCart 3 theme easily. How to install the OpenCart [...]
Hi to all, I have started to read laravel and started it with registering http://laravelshop.com and all my updates will be posted at laravelshop.com. Today I make logo and set up server and register domain. Likewise I set up facebook page https://www.facebook.com/pages/Laravel-Shop/1420260531616136 GitHub page is https://github.com/rupaknepali/laravelshop Google plus page : https://plus.google.com/+Laravelshop-page/about Logo designed as below, I am not [...]
Today I am very amazed why the following templates are free. I was just searching for the free template found out a bunch of themes that are free and have a great standard. For free opencart 3 theme click here. For OpenCart 2.3.0.2 I am creating my own free OpenCart theme for free, but it [...]
Show images for the sub-categories in the opencart version 1.5+. If you are looking for 2.3 then: Show images for the sub-categories in the opencart version 2.3 Find lines below on catalog/controller/product/category.php $this->data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : "), 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . [...]