You will receive a ready-made website that will be hosted on a fast and powerful hosting with a location in Europe for a term of 1 year.
- Unlimited technical support for the domain in our support center.
- Domain in the *.com.ua, *.in.ua zone (if needed)
- Hosting, SSL security certificates, email server, DNS management, daily backups, and virus scanning (if needed)
- Installation of Opencart and a template
- Product filter module «OC Filter»
- Shipping module: «Nova Poshta», «ROZETKA Delivery» or «Ukr Poshta» (one module of your choice)
- Payment module: «Liqpay», «Wayforpay», «MonoPay» or «NovaPay» (one module of your choice)
- UniXml - synchronization with any marketplaces (Rozetka, Prom, Hotline, Epicenter, Google Merchant Center and others)
- Automatic processing of price lists (Suppliers)
- Store contact setup
- Basic SEO settings for the main store pages, SEO generator setup.
- Sitemap Module - This module allows you to provide search engines with a list of all the pages that need to be indexed. Handy Product Manager Module
- SP SEO Remarketing All In One Pro module - module allows you to connect Google Analytics 4, dynamic remarketing Google ADS, Facebook (+Conversions API), TikTok, feed for Google Merchant, Facebook, TikTok, Google videos, Snapchat, Microsoft ADS 7.2 in OpenCart
- This module enables bulk editing and convenient addition of products in OpenCart
- Setting up the corporate colors of the website.
- Database optimization.
- Assistance with installing Google Analytics code and adding the site to the webmaster console (if needed)
- Installation of up to 5 additional modules (if needed, which you will purchase separately).
All you have to do is fill the store with your categories and products.
Learn more about the service
Indeed, this template is quite decent. It comes with many out-of-the-box solutions. However, there’s one drawback. The minifier used by the template employs, in one of its modules, what are called template literals in JavaScript. After minification, in the sections where these are used, that piece of code stops working. I couldn’t find a setting to exclude this JS file from optimization, so I’m forced to manually change the template literals to concatenation. Perhaps the theme needed to be updated? I’d be interested to hear what the template developers have to say about this.
Дякуємо за ваш відгук.
Додайте атрибут id до тегу <script>.
<script id="myScript">
// Ваш код
</script>
Це дозволяє налаштувати мініфікатор так, щоб він ігнорував цей конкретний скрипт під час оптимізації.
Сподіваємось, це допоможе!