293 comments found.
go to mazaengine -> catalog -> product listing -> new badge
I need to add a multi-vendor feature. The layout is not compatible with that
Yes multi vendor extension is not supported right now
To all having a huge oc_mz_layout_entry database table , backup and use (at your own risk) this query DELETE FROM `oc_mz_layout_entry` where skin_id = 29
Make sure you replace skin_id = 29 with your actual skin_id (you can see it in the dropdown clicking MazaEngine -> Skin (up left corner) and checking it’s number in the dropdown (inspect element). I’ve managed to downsize the table from 38mb to just 8 by removing all the unnecessary settings. Make sure you turn Maza cache off, it fills hugely the database table. Use a file caching plugin for OC. Hope this helps!
Don’t disable cache. make sure you set cron job correctly. cron job will clear expired cache regularly. Go to mazaengine -> system -> cron
https://docs.pocotheme.com/#page-system-cronThis is not recommended although if you want then use DELETE FROM `oc_mz_layout_entry` where skin_id <> 29
Here 29 is active skin id, which is different in your website
If you have speed issue in your website then make sure developer mode is disabled from mazaengine -> system page.
And also add index to date_added column of oc_session table
Hello! I’ve made all the template settings, but I can’t configure the filter. According to your documentation, I did everything, but the filter is not displayed on the site itself. The categories I created with lists are not displayed.
1). Go to mazaengine -> filter and create filter. After that click on sync button up right 2). Go to mazaengine -> menu and edit existing menu and add categories
- if still issue then send me support email with admin login and also tell me name of specific filter which is not displayed
is this theme amp compatible ?
Sorry no
Hi
Before purchase, I have few questions:
On checkout page, when the customer fills all fields, he must press continue button, then he goes to confirm page and he must hit confirm button to finish his order. Is it possible going to confirm page to be skipped and confirming of the order to be done from checkout page? I think this will be more customer friendly. Also, is there an option some of the checkout fields, which are unnecessary, to be removed? Last question – is it possible on product page, somewhere under the “add to cart” button, to be added an input field with a “send” button, where the customer can input his phone number? Then the shop owner to receive this phone number, knowing exactly the name of the product which customer is interested for.
Regards
1). confirm page required for payment gateway. it can’t remove.
2). required to edit checkout files to remove fields, customisations not included in support so hire opencart developer to make your website.
3). Yes. theme has form builder which you can place in product page. which is also give your detail about product where customer submitted form
Today I purchased the item, I read all documentation, but I can’t find actually where the Popup can be created. According to your documentation this must be done in Catalog data page, but this page is missing. Can you guide me where I can create Popups.
Watch this video for pop-up. https://youtu.be/iEief0YrZ0M
I hope to help develop the product by writing about problems I notice. So there is duplicate content in product page for example . If you have for example attributes the are listed 2 times . This is same with category and if you use filter will slow site. The reason is in the different designs and the fact that they use two modules of the same type. It has a hiding function, but it doesn’t work. It may be normal, but I think it’s a bug.
Duplicate contend in product tabs, filters, and other …
Duplicating content required to make responsive web page. so i think it is not a bug
Do you think that if you have good and long description and specification with 20-30 attributes, and this is twice in page code is not problem for google and SEO ?
it was design requirement and there is no other way. it is not hardcoded, you can adjust or remove it from product layout builder
Is the topic able to visualize the availability status of products in categories, search and other places where products are listed, by text or by badge
I am already working on custom label feature which includes availability also. it will available in next week
Yes i know, it is SEO plugin problem but your support is expired so how can i help you? Currently deal is running so if you will not renew it now then it will expense for you later
I saw that search box is not searching in product descriptions. Is there way to fix this and autocomplete to be and for product description
Edit active header and find search widget. then click on gear icon on it and open search setting
Thanks, but unfortunately there is no setting there to search in the product description in the store
that option is not available but if you want then i will make it after purchase
Hello!
I tried to connect the template several times, but it gives an error. I have enabled error display, you can see it on the main page of the site: adnox.site
Please tell me what can be fixed and how to activate the template? CMS is installed correctly and the standard template was displayed and worked fine.
Fatal error: Uncaught ScssPhp\ScssPhp\Exception\ParserException: parse error: failed at `@include rtl-prop(padding,3rem3rem1.4rem3rem,3rem3rem1.4rem3rem); } ` (stdin) on line 47, at column 15 in /home/m/maxi12ad/adnox.site/public_html/system/library/maza/vendor/scssphp/scssphp/src/Parser.php:205 Stack trace: #0 /home/m/maxi12ad/adnox.site/public_html/system/library/maza/vendor/scssphp/scssphp/src/Parser.php(267): ScssPhp\ScssPhp\Parser->parseError() #1 /home/m/maxi12ad/adnox.site/public_html/system/library/maza/vendor/scssphp/scssphp/src/Compiler.php(393): ScssPhp\ScssPhp\Parser->parse(’@import “bootst…’) #2 /home/m/maxi12ad/adnox.site/public_html/system/library/maza/scss.php(67): ScssPhp\ScssPhp\Compiler->compile(’@import “bootst…’) #3 /home/m/maxi12ad/adnox.site/public_html/catalog/controller/extension/maza/event/asset.php(63): maza\Scss->compile(’@import “bootst…’) #4 /home/m/maxi12ad/adnox.site/public_html/catalog/controller/extension/maza/event/asset.php(16): ControllerExtensionMazaEventAsset->getCustomCSS() #5 in /home/m/maxi12ad/adnox.site/public_html/system/library/maza/vendor/scssphp/scssphp/src/Parser.php on line 205
Change your php version to 7.3. After changed, clear cache from theme
Hello! Please tell me how you can remove the inscription “Call Us” from the template? This inscription is located near the phone number, at the bottom of the site, in the Contacts section
go to design -> language editor and add new. then select route “extension/mz_widget/contact_us” and then rename ‘Call us: %s’ to ’%s’
Thanks, but I didn’t find this line in the code. Please help me figure it out:
{% if heading_title %}
<h5 class="widget-title">{{ heading_title }}</h5>
{% endif %}
{% if widget_image_status %}
{% if image_font %}
<i title="{{ image_alt }}" class="{{ image_font }}" image_size="" />
{% elseif image_svg %}
<div class="svg-icon" style="width:{{ image_width?:200 }}px;height:{{ image_height?:200 }}px;">{{ image_svg }}</div>
{% elseif image_image %}
<img alt="{{ image_alt }}" width="{{ image_width }}" height="{{ image_height }}" src="{{ image_image }}" />
{% endif %}
{% endif %}
<ul class="list-unstyled">
{% for type,data in contact %}
{% if (data.icon_font or data.icon_svg or data.icon_image) and data.data %}
{% set show = 'both' %}
{% else %}
{% set show = 'text' %}
{% endif %}
<li class="{{ show }}">
{% if data.icon_font %}
<i class="icon {{ data.icon_font }}" icon_width="" />
{% elseif data.icon_svg %}
<div class="icon svg-icon" style="{{ icon_width?'width:' ~ icon_width ~ 'px;' }}{{ icon_height?'height:' ~ icon_height ~ 'px;' }}">{{ data.icon_svg }}</div>
{% elseif data.icon_image %}
<img class="icon" width="{{ data.image_width }}" height="{{ data.image_width }}" src="{{ data.icon_image }}" />
{% endif %}
{% if type == 'geocode' %}<a href="https://maps.google.com/maps?q={{ data.data|url_encode }}&hl={{ geocode_hl }}&t=m&z=15" target="_blank" class="btn btn-info"><i class="fas fa-map-marker" /> {{ button_map }}</a>
{% else %}{{ data.data }}{% endif %}
</li>
{% endfor %}
</ul>
The fact is that the site and the admin panel are in Russian. Is there a way to fix this place in the site code?
Copy this file to your russian language folder and edit it catalog/language/en-gb/extension/mz_widget/contact_us.php
Fatal error: Uncaught Exception: Error: Got a packet bigger than ‘max_allowed_packet’ bytes
Error No: 1153
REPLACE INTO `tr_mz_cache` SET `key` = ‘page.tr-tr.TRY.2c444445777a6ac411a259c6a70fbc3e’,
Hello, I’m out of the programmer mode and the theme of the site is showing an error. i did this but still the same
https://stackoverflow.com/questions/93128/mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytesThe error is constant, it only happens when I turn off the developer mode. `tr_mz_cache` I emptied the sql but still the same
I solved the problem, but the journal opens in 4 seconds on this server, the store theme appears on the same server in 28 seconds in the pingdom test, so how can we fix it?
Journal : https://ibb.co/FWvYSYx Maza poco : https://ibb.co/GRDx4GL
same server same settings
it because developer mode is enabled in your theme setting and even still your server slow. me or my other clients don’t face this too long time issue before
If it is not a server-related issue, it will be slow on other sites. I will try on another server for you but I don’t think it will change
(PNG İMAGE ) Opencart 2.3.x + Journal : https://ibb.co/FWvYSYx
(WEBP İMAGE ) Opencart 3.0.3.x +Maza : https://ibb.co/GRDx4GL
—-—-—-—*--
—> Default Maza WebSite : ( https://demo.pocotheme.com/1/ ) test : https://ibb.co/b6Gr9Db
The images are optimized over webp and server.
compare both in same opencart version. opencart version also impact on speed
What is your suggestion? Currently in the best version.
It doesn’t matter that big. With gzip it doesn’t work. What is the gzip method, can we do manual gzip exactly? which way should be followed.
i add these when i first install opencart
<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml
BrowserMatch Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0678 no-gzip
BrowserMatch \bMSIE gzip-only-text/html
Header append Vary User-Agent
</IfModule>
- Kaynakları sıkıştır
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
- Set Header Vary: Accept-Encoding
Header append Vary: Accept-Encoding
#
ExpiresByType text/css “now plus 1 week”
ExpiresByType application/javascript “now plus 1 week”
ExpiresByType application/x-javascript “now plus 1 week”
- Görüntü dosyalarının son kullanım tarihi: İstekten 1 ay sonra
ExpiresByType image/bmp “now plus 1 month”
ExpiresByType image/gif “now plus 1 month”
ExpiresByType image/jpeg “now plus 1 month”
ExpiresByType image/jp2 “now plus 1 month”
ExpiresByType image/pipeg “now plus 1 month”
ExpiresByType image/png “now plus 1 month”
ExpiresByType image/svg+xml “now plus 1 month”
ExpiresByType image/tiff “now plus 1 month”
ExpiresByType image/x-icon “now plus 1 month”
ExpiresByType image/ico “now plus 1 month”
ExpiresByType image/icon “now plus 1 month”
ExpiresByType text/ico “now plus 1 month”
ExpiresByType application/ico “now plus 1 month”
ExpiresByType image/vnd.wap.wbmp “now plus 1 month”
- Video dosyalarının son kullanım tarihi: İstekten 1 ay sonra
ExpiresByType application/x-shockwave-flash “now plus 1 month”
ExpiresByType x-world/x-vrml “now plus 1 month”
ExpiresByType video/x-msvideo “now plus 1 month”
ExpiresByType video/mpeg “now plus 1 month”
ExpiresByType video/mp4 “now plus 1 month”
ExpiresByType video/quicktime “now plus 1 month”
ExpiresByType video/x-la-asf “now plus 1 month”
ExpiresByType video/x-ms-asf “now plus 1 month”
Options +FollowSymlinks
- Prevent Directory listing #Options -Indexes
- Prevent Direct Access to files
<FilesMatch “(?i)((\.tpl|\.twig|\.ini|\.log|(?<!robots)\.txt))”>
Require all denied
- For apache 2.2 and older, replace “Require all denied” with these two lines :
- Order deny,allow
- Deny from all </FilesMatch>
- SEO URL Settings RewriteEngine On
- If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/storage/(.) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([?]*) index.php?route=$1 [L,QSA]
- Additional Settings that may need to be enabled for some servers
- Uncomment the commands by removing the # sign in front of it.
- If you get an “Internal Server Error 500” after enabling any of the following settings, restore the # as this means your host doesn’t allow that.
- 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
- php_flag register_globals off
- 2. If your cart has magic quotes enabled, This may work to disable it:
- php_flag magic_quotes_gpc Off
- 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
- php_value upload_max_filesize 999M
- 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
- php_value post_max_size 999M
- 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
- php_value max_execution_time 200
- 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
- php_value max_input_time 200
- 7. disable open_basedir limitations
- php_admin_value open_basedir none
- BEGIN cPanel-generated php ini directives, do not edit
- Manual editing of this file may result in unexpected behavior.
- To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
- For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_flag display_errors On php_value max_execution_time 030 php_value max_input_time 6000 php_value max_input_vars 10000 php_value memory_limit 1280M php_value post_max_size 134217728M php_value session.gc_maxlifetime 1440 php_value session.save_path ”/var/cpanel/php/sessions/ea-php74” php_value upload_max_filesize 3242323423M php_flag zlib.output_compression On </IfModule> <IfModule lsapi_module> php_flag display_errors On php_value max_execution_time 030 php_value max_input_time 6000 php_value max_input_vars 10000 php_value memory_limit 1280M php_value post_max_size 134217728M php_value session.gc_maxlifetime 1440 php_value session.save_path ”/var/cpanel/php/sessions/ea-php74” php_value upload_max_filesize 3242323423M php_flag zlib.output_compression On </IfModule>
- END cPanel-generated php ini directives, do not edit
- php—BEGIN cPanel-generated handler, do not edit
- Set the “ea-php73” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php73 .php .php7 .phtml </IfModule>
- php—END cPanel-generated handler, do not edit
gzip is required for a more detailed theme’s js and java, this simple level is important to speed up with the paths in your theme. How many homepage image sizes should be adjusted, how can it be lightened in addition?
Check in speed test tool. They tell you which image is not properly sized
Notice: Trying to access array offset on value of type bool in /var/www/vhosts/.com/httpdocs/storage/modification/catalog/controller/startup/startup.php on line 194Notice: Trying to access array offset on value of type bool in /var/www/vhosts/.com/httpdocs/storage/modification/catalog/controller/startup/startup.php on line 194
/ I have this error when logging in. I just tried logging in. It appears in the header after the member logs in. what is the reason of this
domain.com/account
It is error from opencart file. Renew your support to get help on it
In the logic you said, why did we pay a fee? There are already free spreading themes, we used to use them. For example, this link is free, but our aim is to get support, isn’t it bullshit, pay money every month, it’s already on 1 site. 1 theme 1 site is the problem with your theme for this problem and it’s ridiculous that you constantly ask for a price. After all, the theme is a chronic problem, the reason is that the plugin is not compatible and your theme is acting individually.
I’m sorry to write this but there are so many problems and I wish I hadn’t.
ERROR FIX
<modification>POCPMAZATHEMES-httpdocs/storage/modification/catalog/controller/startup/startup.php on line 194 FIX
<name>httpdocs/storage/modification/catalog/controller/startup/startup.php on line 194 FIX</name>
<version>0.1.5</version>
<author><![CDATA[OpencartWise]]></author>
<link>https://www.opencartwise.com</link>
<file path=”catalog/model/extension/payment/cod.php”>
<operation>
<search>
<![CDATA[OR zone_id = ‘0’)”);]]>
</search>
<add position=”replace”>
<![CDATA[OR zone_id = ‘1’)”);]]>
</add>
</operation>
</file> </modification>
1). third party extension always works with default theme because it made for it. so it not custom theme fault if it not work. you have to ask extension developer to fix it for custom theme
2). did you ever tested free theme? it never worked because you can’t import demo without themeforest purchase key. so you paid for theme file and not for support. you got free support for 6 month with theme purchase, but it expired now. so you have to renew it for another 6 month to get support
3). 1 theme 1 domain is not only applied to this theme but it applied to every theme in themeforest. https://themeforest.net/licenses/standard4). and for your last comment, it is code from opencartwise developer, so if it not worked then it is not theme problem.
I need help with the final stage of the installation. I have done the installation steps correctly. I choose the default theme mz_poco but the demo screen is not displayed. I wrote the information to your e-mail address.
ok. only last step is left which is demo import. i am sending you mail
Opencart Product page filter options are not working properly… Can you supporting me to do that progress?
for #2 skin, how do you remove/replace the earphone image parallax?
Thanks! How do I change the top menu? I want to delete the ‘Blog’ and ‘AddOns’.
Now I really found it. LOL
ok good
Hello TemplateMaza,when you will have next Update?. thanks
I can’t tell you time, but when update available, you will get notification. work is still continue
Hello, is this theme is compatible with 2.3.0.2?
no. Opencart 3 required
Hello,
I use a newly installed opencard. The theme has many problems, starting with the fact that after installation and after importing the data from the demo, the theme shows error 500. In case I delete all the modules, the theme starts. Next, I use the “Delivery by courier – econt express”, which works on all other themes, but does not work on yours. Next, when I want to uninstall it, the whole site breaks and I have to reinstall it.
In general, it is made extremely difficult to work with, and most of the functions give an error. Please get my money back, because I think that the theme is not functional, it generally works separately from the site and does not work well with other add-ons, which is important.
Best Regards Kiril Nedaylkov
Theme is fully tested before any release if you face any issue from your side then you can ask for support, you don’t need to pay any extra if your support period active. maybe there error are from other part of website but still we will help you to fix issue. if you have made your mind to not use theme then create refund request in themeforest
I opened refund request. The theme is not compatible for my needs. Please note that uninstalling the osmod module will damage the entire site. In order not to damage the theme must be changed in advance and the individual modules must be uninstalled.
You first need to disable all maza module from extension -> modification and then uninstall ocmod
you can add this in documentation,because somebody can lose all data if site is not new. I deleted all with theme and opencart. Tomorrow i’m starting to find new theme.
No, data does not deleted, if something goes wrong then they can ask for support, data is safe
As they say here, the Maza Engine is impressive. I must admit, great deal of work, you’re good. I don’t mean only basically as a programmer, but as conceptual development in all. Definitely I would take advantage of any new feature that benefits the development of an online store and the content adminstration. But at the same time I’d rather stick with the old way of doing things, when result is just as fast and in fact the same. So one question is, does it become mandatory to work on backend only through the Maza Engine or I can fulfil tasks as well through the default menu, the options on the far-left column? Another question, I got so much used to a lot of admin extensions, so do admin extensions generally fit and work well with this engine? Next, I see a Store Locator option on the top header, does that mean this template can work in multivendor configuration? In this case which of the multivendor extentions do you recommend? Finally, despite how much user friendly and coding free a template is, I still use to make small functional or positioning adjuments in the source code. Would that conflict your engine, some low level adjustments?
1). it is not mandatory to work only from mazaengine, other opencart feature will also work fine. and default opencart menu is category and you can display all subcategories by selecting parent category in mazaengine menu.
2). any extension in admin panel will work fine but frontend extension maybe get problem which is common in opencart with every custom theme.
3). currently theme is not working with multiple vendor. and that store option is for opencart multiple store features which was added from system -> setting
4). you can modify code but it depends on your skill level. mostly you will not need to modify any code unless you need to create new feature.
Hello, I’m thinking of buying your theme, I’m in Turkey and I’m an opencart beginner. For now I want to edit the theme on localhost. Will it cause problems when you need to help me?
No problem, you can