BurnEngine (Pavilion 2) BETA bugs

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeBurnEngine (Pavilion 2) BETA bugs

This topic has been marked as not resolved.

@TB Support

Beta 12

About Newsletter module:
1. Shouldn’t export feature also export subscribers name? Only emails in the csv.
2. Error when deleting a subscriber:


Fatal error: 'Controller action not found: default->deleteSubscribers for the extension: newsletter' 
in /var/www/html/beta/BurnEngine/library/AdminDispatcher.php:83
Stack trace:
#0 BurnEngine/admin/controller/ModuleController.php(55): TB_AdminDispatcher->dispatch('newsletter', 'default', 'deleteSubscribe...')
#1 [internal function]: Theme_Admin_ModuleController->index(Array)
#2 vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php(46): call_user_func(Array, Array)
#3 vqmod/vqcache/vq2-system_storage_modification_system_engine_front.php(53): Action->execute(Object(Registry))
#4 vqmod/vqcache/vq2-system_storage_modification_system_engine_front.php(48): Front->execute(Object(Action))
#5 admin/index.php(178): Front->dispatch(Object(Action), Object(Action))
#6 {main}

 tecoad
March 5, 2016 at 6:08 am #45313

@TB Support:

Another (crucial) issue here:

If product has a tax: At cart page, product row total shows product with the tax just fine. However, the sub-total and order total (after shipping), shows as there was no taxes. Happens not only in cart page but for checkout aswell. See image attached.

 tecoad
March 6, 2016 at 6:53 am #45319

@ TB support.

It´s I think not a bug (I hope so), but when using BurnEngine with multistore on different domains, how
and where can you set the copyright and powered message at the bottom for each different store?
Need for each store a different message.

Thx,

Ray

March 6, 2016 at 6:10 pm #45327

@TB Support

When item is added to wishlist, the wishlist image is missing on the page: /account/wishlist

It looks like you put a placeholder there to get back to it but may have forgotten to add the image request to the controller or template file. The image that is being displayed is from the theme files:
/catalog/view/theme/BurnEngine/image/pixel.gif

I’ve also noticed that the tables are not very mobile friendly. I realize that this is very difficult to fix because of the amount of information in the tables, but perhaps you could consider offering the ability to limit which column(s) are shown on mobile devices… just a thought. I’ve handled this on our installation by writing a VQMod that does just that and it improves mobile appearance quite a bit, but I will end up having to write them for 100% of the tables on the site which can be very time-consuming. Yes, I realize that mobile users can swipe right and left to see the rest of the table, but if it’s being truncated and a visible indication is not available for mobile users, they may not know they need to swipe side-to-side to view the rest of the data.

I know these issues seem pretty minor, but I will continue to report any other bugs I find.

Feel free to contact me privately if you’d like. You have my information.

March 7, 2016 at 4:01 am #45328

Regarding my last post, I have generated a quick and easy VQMod style insert that will alert mobile users that the tables have horizontal scroll. This may not work for all, it’s simply being provided as a friendly tool until @TB Support gets back on this issue.

You will need to create your own VQMod file and insert this code. I offer no guarantees, it’s simply being provided as a means of help. This will essentially add a notice above any table that’s loaded in the template files with the class div.table-responsive.


<!-- ADD SCROLL NOTICE FOR MOBILE TABLES -->
   <file name="catalog/view/theme/*/template/*/*.tpl">
       <operation error="log">
           <search position="before"><![CDATA[<div class="table-responsive">]]></search>
             <add><![CDATA[<p class="hidden-md hidden-lg hidden-xl" style="text-align:center;font-size:16px;font-weight:500;"><strong style="font-size:20px;text-transform:uppercase;"><i class="fa fa-exclamation-circle" style="color:#0088cc;"></i>&nbsp;Mobile Users:</strong><br/>Swipe the following information left or right to see more information below&nbsp;&nbsp;<i class="fa fa-exchange fa-2x"></i></p>]]></add>
       </operation>
  </file>

  • This reply was modified 2981 days ago by  TXVaporGuy.
March 7, 2016 at 4:35 am #45329

@TB Support

On another page, /account/return/add, the form falls outside of the viewport on mobile devices.

This is caused by the ReCaptcha in the following line(s) of code:

<div class="form-group">
      <div class="col-sm-offset-2 col-sm-10">
        <div class="g-recaptcha" data-sitekey="<?php echo $site_key; ?>"></div>
        <?php if ($error_captcha) { ?>
          <div class="text-danger"><?php echo $error_captcha; ?></div>
        <?php } ?>
      </div>
    </div>

The culprit is this line:
<div class="col-sm-offset-2 col-sm-10">
Should be changed to:

<label class="col-sm-2 control-label">VERIFY TEXT LABEL...</label>
          <div class="col-sm-10">

I’ve written a VQMod for my site and by adding this, it keeps the form within the viewport of mobile devices.

March 7, 2016 at 4:45 am #45333

Hello,

I dont know if this is just my version or if it is a regular bug but when disabling “Minify HTML” everything is working oke and when i enable this I got errors in my javascript what breaks some parts: for example the imageviewer on the productpage. Also errors in console.log.

Another thing: when I enable defer inline and external js I have the impression the website is slowing down. Is this correct?

March 7, 2016 at 3:48 pm #45336

@TB Support:

Please do not consider the issue above, I sorted it out.
However, I would like to share another issue with SEO pack and Live Search extension.

SEO pack:
When installing, gets forever Loading. If I refresh (F5), it is installed, however when editing extension, there’s an error:


Notice: Error: Duplicate entry 'checkout/simplecheckout' for key 'query'
Error No: 1062
ALTER TABLE `oc_url_alias` ADD UNIQUE (`query`) in /var/www/html/beta/system/storage/modification/system/library/db/mysqli.php on line 44

It seems like there is an incompatility with the custom one page checkout module I use..

Also, the Editor tab gives the following error:


Notice: Undefined variable: editor_pt-br in /var/www/html/beta/BurnEngine/extension/seo/admin/view/template/editor.tpl on line 14

LIVE SEARCH extension:
If store is migrated from 1.5 to 2.0, is very common product images to be stored inside image/data, not image/catalog. However the live search doesn’t show images that are inside image/data.

Can you confirm these issues?

 tecoad
March 8, 2016 at 6:51 am #45366

After Update to Beta12 I’ve got the problem, that re-saving settings in Theme Settings -> System takes forever. I believe, there is a conflict with the stories module not being installed. My setup:

OpenCart version2.1.0.2
MySQL server version5.6.26-74.0-log
PHP version5.4.45

After installation of the stories module, I get the following error in the theme settings -> System in the developer console after trying to save settings: POST http://test.xxx.com/admin/index.php?route=module/BurnEngi…ler=default&action=index&store_id=0&token=PXHLsKQznQ4Cjob5QgcQ3cUP7cSZ9D22 502 (Bad Gateway)

Anybody has the same problem?

EDIT: I cannot save any settings now. The error is Failed to load resource: the server responded with a status of 502 (Bad Gateway) for http://test.xxx.com/admin/index.php?route=module/BurnEngine&controller=default&action=index&store_id=0&token=PXHLsKQznQ4Cjob5QgcQ3cUP7cSZ9D22

  • This reply was modified 2980 days ago by  axanne.
  • This reply was modified 2980 days ago by  axanne.
 axanne
March 8, 2016 at 12:48 pm #45370

Ok, found the solution to Bad gateway here: http://stackoverflow.com/a/25762701/2446050

If anybody is interested, disabling FirePHP helped to avoid that problem.

 axanne
March 8, 2016 at 1:44 pm #45374

Hi Axanne,

Do you already got working the module: mega filters pro?
If yes: do you experience some slowing down issues on the site or is everything oke?

Br, Ultimatia

March 8, 2016 at 2:18 pm #45375

@Ultimatia: No, didn’t try it since then. Wanted to wait for an official fix after the release.

 axanne
March 8, 2016 at 2:27 pm #45376

I once again have a problem with system pages don’t showing content in few of my shops. I had this problem before – the content showed up only in the main, default shop. Now, the content in checkout, account, loging etc. shows in 4 out of 9 shops. You guys already helped me before. What can be the cause of that? How to repair this?

March 10, 2016 at 3:40 pm #45398

@TB Support

*BUG found in almost all of the page building widgets when you attempt to set a margin value between (-4 to -1) and (1 to 4). Changes are not reflected unless the margin value is at least 5px or -5px as part of the adjustment.

This can be verified in just about any of the page builder widgets once they have been added to the page builder.

March 12, 2016 at 4:01 am #45440

@PiotrCB

Will check the live search and SEO generators again.

About the missing content on system pages for new stores, all you need to do is to clear theme cache. We will check, if we can skip this step when you create a new store

BR,
ThemeBurn team

March 12, 2016 at 3:13 pm #45444
Viewing 15 posts - 211 through 225 (of 279 total)
  • The topic ‘BurnEngine (Pavilion 2) BETA bugs’ is closed to new replies.